Searched refs:objc_category_template (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c433 objc_category_template = objc_start_struct (get_identifier (UTAG_CATEGORY));
451 objc_finish_struct (objc_category_template, decls);
548 decl = start_var_decl (objc_category_template, buf);
H A Dobjc-next-runtime-abi-01.c505 objc_category_template = objc_start_struct (get_identifier (UTAG_CATEGORY));
534 objc_finish_struct (objc_category_template, decls);
630 decl = start_var_decl (objc_category_template, buf);
1728 int val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_category_template));
H A Dobjc-act.h518 #define objc_category_template objc_global_trees[OCTI_CAT_TEMPL] macro
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc433 objc_category_template = objc_start_struct (get_identifier (UTAG_CATEGORY));
451 objc_finish_struct (objc_category_template, decls);
548 decl = start_var_decl (objc_category_template, buf);
H A Dobjc-act.h532 #define objc_category_template objc_global_trees[OCTI_CAT_TEMPL] macro
H A Dobjc-next-runtime-abi-01.cc506 objc_category_template = objc_start_struct (get_identifier (UTAG_CATEGORY));
535 objc_finish_struct (objc_category_template, decls);
631 decl = start_var_decl (objc_category_template, buf);
1729 int val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_category_template));

Completed in 125 milliseconds