Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c324 objc_selector_template = objc_start_struct (get_identifier (UTAG_SELECTOR)); in build_selector_template()
332 objc_finish_struct (objc_selector_template, decls); in build_selector_template()
488 temp = build_array_type (objc_selector_template, NULL_TREE); in build_selector_table_decl()
1835 expr = objc_build_constructor (objc_selector_template, v); in build_gnu_selector_translation_table()
1844 expr = objc_build_constructor (objc_selector_template, v); in build_gnu_selector_translation_table()
H A Dobjc-act.h497 #define objc_selector_template objc_global_trees[OCTI_SEL_TEMPL] macro