Searched refs:constant_string_id (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h583 #define constant_string_id objc_global_trees[OCTI_CNST_STR_ID] macro
H A Dobjc-act.c3088 /* Forward declare constant_string_id and constant_string_type. */
3091 constant_string_id = get_identifier (constant_string_class_name);
3092 objc_declare_class (constant_string_id);
3134 tree field_decl = objc_get_class_ivars (constant_string_id);
3262 constant_string_class = lookup_interface (constant_string_id);
3269 constant_string_id);
3273 constant_string_id);
3277 error ("cannot find reference tag for class %qE", constant_string_id);
3281 add_class_reference (constant_string_id);
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h597 #define constant_string_id objc_global_trees[OCTI_CNST_STR_ID] macro
H A Dobjc-act.cc3164 /* Forward declare constant_string_id and constant_string_type. */
3167 constant_string_id = get_identifier (constant_string_class_name);
3168 objc_declare_class (constant_string_id);
3210 tree field_decl = objc_get_class_ivars (constant_string_id);
3338 constant_string_class = lookup_interface (constant_string_id);
3345 constant_string_id);
3349 constant_string_id);
3353 error ("cannot find reference tag for class %qE", constant_string_id);
3357 add_class_reference (constant_string_id);

Completed in 307 milliseconds