package goblint-cil

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

    Ignore the specified instructions

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