IR.CallFlags
The Smallfoot Intermediate Language: Call Flags
type t = {
cf_assign_last_arg : bool;
cf_injected_destructor : bool;
true if this is an implicit C++ destructor call injected by the clang frontend
*)cf_interface : bool;
cf_is_objc_block : bool;
cf_is_c_function_ptr : bool;
cf_virtual : bool;
}
Flags for a procedure call
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
val pp : F.formatter -> t -> unit
val default : t
Default value where all fields are set to false