Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-runtime-shared-support.c166 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER)); in build_super_template()
175 objc_finish_struct (objc_super_template, decls); in build_super_template()
H A Dobjc-act.h449 && TREE_TYPE (TYPE) == objc_super_template)
543 #define objc_super_template objc_global_trees[OCTI_SUPER_TEMPL] macro
H A Dobjc-next-runtime-abi-02.c718 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER)); in build_v2_super_template()
726 objc_finish_struct (objc_super_template, decls); in build_v2_super_template()
H A Dobjc-act.c8764 objc_super_template); in get_super_receiver()