package cil

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type checkFlags =
  1. | NoCheckGlobalIds
  2. | IgnoreInstructions of Cil.instr -> bool
val checkFile : checkFlags list -> Cil.file -> bool