package goblint-cil

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module AvailexpslvSource

module E = Errormsg
Sourcemodule DF = Dataflow
Sourcemodule UD = Usedef
module IH = Inthash
Sourcemodule H = Hashtbl
module U = Util
module S = Stats
Sourceexception Unimplemented of string
Sourceval debug : bool ref
Sourceval doTime : bool ref
Sourceval time : string -> ('a -> 'b) -> 'a -> 'b
Sourceval ignore_inst : (Cil.instr -> bool) ref
Sourceval ignore_call : (Cil.instr -> bool) ref
Sourceval registerIgnoreInst : (Cil.instr -> bool) -> unit
Sourceval registerIgnoreCall : (Cil.instr -> bool) -> unit
Sourcemodule LvExpHash : sig ... end
Sourceval lvh_equals : Cil.exp LvExpHash.t -> Cil.exp LvExpHash.t -> bool
Sourceval lvh_pretty : unit -> Cil.exp LvExpHash.t -> Pretty.doc
Sourceclass memReadOrAddrOfFinderClass : bool ref -> object ... end
Sourceval exp_has_mem_read : Cil.exp -> bool
Sourceval lval_has_mem_read : Cil.lval -> bool
Sourceval offset_has_mem_read : Cil.offset -> bool
Sourceval lvh_kill_mem : Cil.exp LvExpHash.t -> unit
Sourceclass viFinderClass : Cil.varinfo -> bool ref -> object ... end
Sourceval instr_has_vi : Cil.varinfo -> Cil.instr -> bool
Sourceval exp_has_vi : Cil.varinfo -> Cil.exp -> bool
Sourceval lval_has_vi : Cil.varinfo -> Cil.lval -> bool
Sourceval lvh_kill_vi : Cil.exp LvExpHash.t -> Cil.varinfo -> unit
Sourceclass lvalFinderClass : Cil.lval -> bool ref -> object ... end
Sourceval exp_has_lval : Cil.lval -> Cil.exp -> bool
Sourceval lval_has_lval : Cil.lval -> (Cil.lhost * Cil.offset) -> bool
Sourceval lvh_kill_lval : Cil.exp LvExpHash.t -> Cil.lval -> unit
Sourceclass volatileFinderClass : bool ref -> object ... end
Sourceval exp_is_volatile : Cil.exp -> bool
Sourceclass addrOfOrGlobalFinderClass : bool ref -> object ... end
Sourceval exp_has_addrof_or_global : Cil.exp -> bool
Sourceval lval_has_addrof_or_global : Cil.lval -> bool
Sourceval lvh_kill_addrof_or_global : 'a LvExpHash.t -> unit
Sourcemodule AvailableExps : sig ... end
Sourcemodule AE : sig ... end
Sourceval computeAEs : Cil.fundec -> unit
Sourceval getAEs : int -> Cil.exp LvExpHash.t option
Sourceval instrAEs : Cil.instr list -> 'a -> Cil.exp LvExpHash.t -> 'b -> Cil.exp LvExpHash.t list
Sourceclass aeVisitorClass : object ... end
OCaml

Innovation. Community. Security.