Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h351 #define constant_string_id objc_global_trees[OCTI_CNST_STR_ID] macro
H A Dobjc-act.c1231 constant_string_id = get_identifier (constant_string_class_name); in synth_module_prologue()
1232 constant_string_type = xref_tag (RECORD_TYPE, constant_string_id); in synth_module_prologue()
1287 if (lookup_interface (constant_string_id) == NULL_TREE)
1290 IDENTIFIER_POINTER (constant_string_id));
1294 add_class_reference (constant_string_id);
1329 IDENTIFIER_POINTER (constant_string_id));
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.h449 #define constant_string_id objc_global_trees[OCTI_CNST_STR_ID] macro
H A Dobjc-act.c1753 constant_string_id = get_identifier (constant_string_class_name); in synth_module_prologue()
1754 objc_declare_class (tree_cons (NULL_TREE, constant_string_id, NULL_TREE)); in synth_module_prologue()
1783 tree field_decl = objc_get_class_ivars (constant_string_id); in check_string_class_template()
1898 constant_string_class = lookup_interface (constant_string_id); in objc_build_string_object()
1905 IDENTIFIER_POINTER (constant_string_id)); in objc_build_string_object()
1909 IDENTIFIER_POINTER (constant_string_id)); in objc_build_string_object()
1914 IDENTIFIER_POINTER (constant_string_id)); in objc_build_string_object()
1918 add_class_reference (constant_string_id); in objc_build_string_object()