Module ContainDomain.FuncName
include sig ... end
val show_group : group -> 'aval to_group : 'a -> 'b optionval lift : 'a -> [> `Lifted of 'a ]val pretty : unit -> t -> Pretty.docval name : unit -> stringval relift :
([< `Bot | `Lifted of CilType.Fundec.t | `Top Lifted ] as 'a) ->
'aval arbitrary :
unit ->
[ `Bot | `Lifted of CilType.Fundec.t | `Top ] QCheck.arbitraryval bot : unit -> [> `Bot ]val is_bot : [> `Bot ] -> boolval top : unit -> [> `Top ]val is_top : [> `Top ] -> boolval pretty_diff : unit -> (t * t) -> Pretty.docval to_fun_name : Cil.fundec -> [> `Lifted of Cil.fundec ]val from_fun_name : [> `Lifted of 'a ] -> 'a optionval get_class : t -> string optionval get_class_and_name : t -> (string * string) option