Module ClangFrontend.CTrans_models

val is_modelled_static_function : string -> bool
val is_builtin_expect : IR.Procname.t -> bool
val is_builtin_object_size : IR.Procname.t -> bool
val is_std_addressof : IR.Procname.t -> bool
val is_replace_with_deref_first_arg : IR.Procname.t -> bool
val is_assert_log : IR.Procname.t -> bool
val is_handleFailureInMethod : string -> bool
val is_modeled_builtin : string -> bool
val is_modeled_attribute : string -> bool
val get_predefined_model_method_signature : IR.Typ.Name.t -> string -> (IR.Typ.Name.t -> string -> IR.Procname.ObjC_Cpp.kind -> IR.Procname.Parameter.clang_parameter list -> IR.Procname.t) -> CMethodSignature.t option