GoblintCil.Ciltoolsval isOne : Cil.exp -> boolval is_volatile_tp : Cil.typ -> boolval is_volatile_vi : Cil.varinfo -> boolval isCompositeType : Cil.typ -> boolSTART OF deepHasAttribute ***********************************************
class attribute_checker : string -> bool Stdlib.ref -> object ... endval deepHasAttribute : string -> Cil.typ -> boolEND OF deepHasAttribute *************************************************
Stuff from ptranal, slightly modified ***********************************
class callBBVisitor : object ... endval one_instruction_per_statement : Cil.file -> unitclass vidVisitor : object ... endval globally_unique_vids : Cil.file -> unitEnd of stuff from ptranal ***********************************************
class sidVisitor : object ... endval globally_unique_sids : Cil.file -> unitComparing expressions without a Out_of_memory error *********************