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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h585 #define constant_string_global_id \ macro
H A Dobjc-next-runtime-abi-01.c993 if (!constant_string_global_id)
998 constant_string_global_id = get_identifier (buf);
1001 string_class_decl = lookup_name (constant_string_global_id);
H A Dobjc-next-runtime-abi-02.c1892 if (!constant_string_global_id)
1897 constant_string_global_id = get_identifier (buf);
1900 string_class_decl = lookup_name (constant_string_global_id);
1909 IDENTIFIER_POINTER (constant_string_global_id));
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h599 #define constant_string_global_id \ macro
H A Dobjc-next-runtime-abi-01.cc994 if (!constant_string_global_id)
999 constant_string_global_id = get_identifier (buf);
1002 string_class_decl = lookup_name (constant_string_global_id);
H A Dobjc-next-runtime-abi-02.cc1897 if (!constant_string_global_id)
1902 constant_string_global_id = get_identifier (buf);
1905 string_class_decl = lookup_name (constant_string_global_id);
1914 IDENTIFIER_POINTER (constant_string_global_id));

Completed in 377 milliseconds