package goblint-cil

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val name : string
val debug : bool ref
type t
val pretty : unit -> t -> Pretty.doc
val stmtStartData : t Inthash.t
val funcExitData : t
val combineStmtStartData : Cil.stmt -> old:t -> t -> t option
val combineSuccessors : t -> t -> t
val doStmt : Cil.stmt -> t action
val doInstr : Cil.instr -> t -> t action
val filterStmt : Cil.stmt -> Cil.stmt -> bool