Searched refs:global_identifier (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.c | 7379 gcc_checking_assert (global_namespace != NULL && name != global_identifier); in push_namespace()
|
H A D | decl.c | 4222 {"::", &global_identifier, cik_normal}, in initialize_predefined_identifiers() 4285 global_namespace = build_lang_decl (NAMESPACE_DECL, global_identifier, in cxx_init_decl_processing()
|
H A D | cp-tree.h | 296 #define global_identifier cp_global_trees[CPTI_GLOBAL_IDENTIFIER] macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.cc | 8739 gcc_checking_assert (global_namespace != NULL && name != global_identifier); in push_namespace()
|
H A D | decl.cc | 4445 {"::", &global_identifier, cik_normal}, in initialize_predefined_identifiers() 4511 global_namespace = build_lang_decl (NAMESPACE_DECL, global_identifier, in cxx_init_decl_processing()
|
H A D | cp-tree.h | 310 #define global_identifier cp_global_trees[CPTI_GLOBAL_IDENTIFIER] macro
|
H A D | ChangeLog-2017 | 4364 (global_namespace, global_type_node, global_identifier,
|