Module CFG.Node
type t= Absint.LowerHil.Make(MockTaintAnalysis.TransferFunctions(Absint.ProcCfg.Normal))(Absint.LowerHil.DefaultConfig).CFG.Node.ttype id= Absint.LowerHil.Make(MockTaintAnalysis.TransferFunctions(Absint.ProcCfg.Normal))(Absint.LowerHil.DefaultConfig).CFG.Node.id
val kind : t -> IR.Procdesc.Node.nodekindval id : t -> idval hash : t -> intval loc : t -> IBase.Location.tval underlying_node : t -> IR.Procdesc.Node.tval of_underlying_node : IR.Procdesc.Node.t -> tval compare_id : id -> id -> intval pp_id : Stdlib.Format.formatter -> id -> unit
module IdMap : sig ... endmodule IdSet : sig ... endval to_instr : Absint.ProcCfg.InstrNode.instr_index -> t -> Absint.ProcCfg.InstrNode.t