package goblint-cil

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module E = Errormsg
module DF = Dataflow
module UD = Usedef
module IH = Inthash
module U = Util
module S = Stats
val debug : bool Pervasives.ref
val doTime : bool Pervasives.ref
val time : string -> ('a -> 'b) -> 'a -> 'b
val ignore_inst : (Cil.instr -> bool) Pervasives.ref
val ignore_call : (Cil.instr -> bool) Pervasives.ref
val registerIgnoreInst : (Cil.instr -> bool) -> unit
val registerIgnoreCall : (Cil.instr -> bool) -> unit
val eh_equals : Cil.exp IH.t -> Cil.exp IH.t -> bool
val eh_pretty : unit -> Cil.exp IH.t -> Pretty.doc
val eh_combine : Cil.exp IH.t -> Cil.exp IH.t -> Cil.exp IH.t
class memReadOrAddrOfFinderClass : bool Pervasives.ref -> object ... end
val exp_has_mem_read : Cil.exp -> bool
val eh_kill_mem : Cil.exp IH.t -> unit
class viFinderClass : Cil.varinfo -> bool Pervasives.ref -> object ... end
val exp_has_vi : Cil.varinfo -> Cil.exp -> bool
val eh_kill_vi : Cil.exp IH.t -> Cil.varinfo -> unit
class lvalFinderClass : Cil.lval -> bool Pervasives.ref -> object ... end
val exp_has_lval : Cil.lval -> Cil.exp -> bool
val eh_kill_lval : Cil.exp IH.t -> Cil.lval -> unit
class volatileFinderClass : bool Pervasives.ref -> object ... end
val exp_is_volatile : Cil.exp -> bool
val varHash : Cil.varinfo IH.t
val eh_kill_addrof_or_global : 'a IH.t -> unit
val eh_handle_inst : Cil.instr -> Cil.exp IH.t -> Cil.exp IH.t
module AvailableExps : sig ... end
module AE : sig ... end
class varHashMakerClass : object ... end
val varHashMaker : varHashMakerClass
val make_var_hash : Cil.fundec -> unit
val computeAEs : Cil.fundec -> unit
val getAEs : int -> Cil.exp IH.t option
val instrAEs : Cil.instr list -> 'a -> Cil.exp IH.t -> 'b -> Cil.exp IH.t list
class aeVisitorClass : object ... end