Searched refs:UOBJC_SELECTOR_TABLE_decl (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/objc/ |
| D | objc-act.h | 314 #define UOBJC_SELECTOR_TABLE_decl objc_global_trees[OCTI_SEL_TABLE_DECL] macro
|
| D | objc-act.c | 1217 UOBJC_SELECTOR_TABLE_decl in synth_module_prologue() 1222 TREE_USED (UOBJC_SELECTOR_TABLE_decl) = 1; in synth_module_prologue() 1561 UOBJC_SELECTOR_TABLE_decl, 1), 2098 DECL_EXTERNAL (UOBJC_SELECTOR_TABLE_decl) = 0; in build_selector_translation_table() 2099 TREE_STATIC (UOBJC_SELECTOR_TABLE_decl) = 1; in build_selector_translation_table() 2102 DECL_INITIAL (UOBJC_SELECTOR_TABLE_decl) = objc_ellipsis_node; in build_selector_translation_table() 2103 initlist = build_constructor (TREE_TYPE (UOBJC_SELECTOR_TABLE_decl), in build_selector_translation_table() 2105 finish_decl (UOBJC_SELECTOR_TABLE_decl, initlist, NULL_TREE); in build_selector_translation_table() 2159 build_array_ref (UOBJC_SELECTOR_TABLE_decl, 2178 : build_array_ref (UOBJC_SELECTOR_TABLE_decl, [all …]
|
| /openbsd/src/gnu/gcc/gcc/objc/ |
| D | objc-act.h | 372 #define UOBJC_SELECTOR_TABLE_decl objc_global_trees[OCTI_SEL_TABLE_DECL] macro
|
| D | objc-act.c | 2160 UOBJC_SELECTOR_TABLE_decl, 1)), in init_objc_symtab() 2496 UOBJC_SELECTOR_TABLE_decl = start_var_decl (temp, "_OBJC_SELECTOR_TABLE"); in build_selector_table_decl() 2584 initlist = objc_build_constructor (TREE_TYPE (UOBJC_SELECTOR_TABLE_decl), in build_selector_translation_table() 2586 finish_var_decl (UOBJC_SELECTOR_TABLE_decl, initlist); in build_selector_translation_table() 2633 build_array_ref (UOBJC_SELECTOR_TABLE_decl, in build_typed_selector_reference() 2651 : build_array_ref (UOBJC_SELECTOR_TABLE_decl, in build_selector_reference() 2664 : build_array_ref (UOBJC_SELECTOR_TABLE_decl, in build_selector_reference()
|