Searched refs:umsg_decl (Results 1 – 4 of 4) sorted by relevance
263 #define umsg_decl objc_global_trees[OCTI_UMSG_DECL] macro
1150 umsg_decl = build_decl (FUNCTION_DECL, in synth_module_prologue()1152 DECL_EXTERNAL (umsg_decl) = 1; in synth_module_prologue()1153 TREE_PUBLIC (umsg_decl) = 1; in synth_module_prologue()1154 DECL_INLINE (umsg_decl) = 1; in synth_module_prologue()1155 DECL_ARTIFICIAL (umsg_decl) = 1; in synth_module_prologue()1157 make_decl_rtl (umsg_decl, NULL); in synth_module_prologue()1158 pushdecl (umsg_decl); in synth_module_prologue()1161 umsg_decl = builtin_function (TAG_MSGSEND, temp_type, 0, NOT_BUILT_IN, in synth_module_prologue()5164 tree sender = (super_flag ? umsg_super_decl : umsg_decl);
309 #define umsg_decl objc_global_trees[OCTI_UMSG_DECL] macro
1619 umsg_decl = builtin_function (TAG_MSGSEND, in synth_module_prologue()1635 TREE_NOTHROW (umsg_decl) = 0; in synth_module_prologue()1653 umsg_fast_decl = umsg_decl; in synth_module_prologue()1690 umsg_decl = builtin_function (TAG_MSGSEND, in synth_module_prologue()1693 TREE_NOTHROW (umsg_decl) = 0; in synth_module_prologue()6476 : umsg_decl) in build_objc_method_call()