package goblint-cil

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val mutable sid : int
val mutable rd_dat_lst : (unit * int * RD.IOS.t RD.IH.t) list
val mutable cur_rd_dat : (unit * int * RD.IOS.t RD.IH.t) option
method get_cur_iosh : unit -> RD.IOS.t RD.IH.t option
method queueInstr : Cil.instr list -> unit
method unqueueInstr : unit -> Cil.instr list
method vexpr : Cil.exp -> Cil.exp Cil.visitAction
method vglob : Cil.global -> Cil.global list Cil.visitAction
method vinitoffs : Cil.offset -> Cil.offset Cil.visitAction
method vinst : Cil.instr -> Cil.instr list Cil.visitAction
method vtype : Cil.typ -> Cil.typ Cil.visitAction