Home
last modified time | relevance | path

Searched refs:objc_selector_template (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c334 objc_selector_template = objc_start_struct (get_identifier (UTAG_SELECTOR)); in build_selector_template()
342 objc_finish_struct (objc_selector_template, decls); in build_selector_template()
498 temp = build_array_type (objc_selector_template, NULL_TREE); in build_selector_table_decl()
1827 expr = objc_build_constructor (objc_selector_template, v); in build_gnu_selector_translation_table()
1836 expr = objc_build_constructor (objc_selector_template, v); in build_gnu_selector_translation_table()
H A Dobjc-act.h521 #define objc_selector_template objc_global_trees[OCTI_SEL_TEMPL] macro
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc334 objc_selector_template = objc_start_struct (get_identifier (UTAG_SELECTOR)); in build_selector_template()
342 objc_finish_struct (objc_selector_template, decls); in build_selector_template()
498 temp = build_array_type (objc_selector_template, NULL_TREE); in build_selector_table_decl()
1828 expr = objc_build_constructor (objc_selector_template, v); in build_gnu_selector_translation_table()
1837 expr = objc_build_constructor (objc_selector_template, v); in build_gnu_selector_translation_table()
H A Dobjc-act.h535 #define objc_selector_template objc_global_trees[OCTI_SEL_TEMPL] macro