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 copy : t -> t
val stmtStartData : t Inthash.t
val pretty : unit -> t -> Pretty.doc
val computeFirstPredecessor : Cil.stmt -> t -> t
val combinePredecessors : Cil.stmt -> old:t -> t -> t option
val doInstr : Cil.instr -> t -> t action
val doStmt : Cil.stmt -> t -> t stmtaction
val doGuard : Cil.exp -> t -> t guardaction
val filterStmt : Cil.stmt -> bool