package goblint-cil

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val name : string
val debug : bool ref
val mayReach : bool ref
type t = unit * int * IOS.t IH.t
val copy : ('a * 'b * 'c IH.t) -> unit * 'b * 'c IH.t
val stmtStartData : (unit * int * IOS.t IH.t) IH.t
val defIdStmtHash : Cil.stmt IH.t
val sidStmtHash : Cil.stmt IH.t
val pretty : unit -> (unit * int * IOS.t IH.t) -> Pretty.doc
val nextDefId : int ref
val num_defs : Cil.stmt -> int
val computeFirstPredecessor : Cil.stmt -> ('a * int * 'b IH.t) -> unit * int * 'b IH.t
val combinePredecessors : Cil.stmt -> old:t -> t -> (unit * int * IOS.t IH.t) option
val doInstr : Cil.instr -> ('a * 'b * 'c) -> (unit * int * IOS.t IH.t) DF.action
val doStmt : Cil.stmt -> ('a * 'b * 'c) -> (unit * 'b * 'c) DF.stmtaction
val doGuard : 'a -> 'b -> 'c DF.guardaction
val filterStmt : 'a -> bool