Module InferModules.CTrans_models

val is_modelled_static_function : string -> bool
val is_builtin_expect : InferIR.Typ.Procname.t -> bool
val is_builtin_object_size : InferIR.Typ.Procname.t -> bool
val is_std_addressof : InferIR.Typ.Procname.t -> bool
val is_replace_with_deref_first_arg : InferIR.Typ.Procname.t -> bool
val is_assert_log : InferIR.Typ.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 : InferIR.Typ.Name.t -> string -> (InferIR.Typ.Name.t -> string -> InferIR.Typ.Procname.ObjC_Cpp.kind -> InferIR.Typ.Procname.t) -> CMethodSignature.t option