Module GoblintCil.CheckSource

Sourcetype checkFlags =
  1. | NoCheckGlobalIds
  2. | IgnoreInstructions of Cil.instr -> bool
    (*

    Ignore the specified instructions

    *)
Sourceval checkFile : checkFlags list -> Cil.file -> bool
Sourceval checkStandaloneExp : vars:Cil.varinfo list -> Cil.exp -> bool