Searched refs:objc_super_template (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-runtime-shared-support.c149 /* Set 'objc_super_template' to the data type node for 'struct _objc_super'.
163 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER));
172 objc_finish_struct (objc_super_template, decls);
H A Dobjc-act.h473 && TREE_TYPE (TYPE) == objc_super_template)
567 #define objc_super_template objc_global_trees[OCTI_SUPER_TEMPL] macro
H A Dobjc-next-runtime-abi-02.c744 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER));
752 objc_finish_struct (objc_super_template, decls);
H A Dobjc-act.c8878 objc_super_template);
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-runtime-shared-support.cc149 /* Set 'objc_super_template' to the data type node for 'struct _objc_super'.
163 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER));
172 objc_finish_struct (objc_super_template, decls);
H A Dobjc-act.h487 && TREE_TYPE (TYPE) == objc_super_template)
581 #define objc_super_template objc_global_trees[OCTI_SUPER_TEMPL] macro
H A Dobjc-next-runtime-abi-02.cc746 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER));
754 objc_finish_struct (objc_super_template, decls);
H A Dobjc-act.cc9005 objc_super_template);

Completed in 289 milliseconds