Home
last modified time | relevance | path

Searched refs:std_identifier (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dexcept.c67 push_namespace (std_identifier); in init_exception_processing()
H A Drtti.c111 push_namespace (std_identifier); in init_rtti_processing()
H A Ddecl.c2516 binding_table_new (name == std_identifier
2520 name != std_identifier ? 10 : 200,
6908 { "std", &std_identifier, 0 }, in initialize_predefined_identifiers()
6990 push_namespace (std_identifier); in cxx_init_decl_processing()
7087 push_namespace (std_identifier); in cxx_init_decl_processing()
7277 push_namespace (std_identifier);
H A Dcp-tree.h742 #define std_identifier cp_global_trees[CPTI_STD_IDENTIFIER] macro
2224 && DECL_NAME (NODE) == std_identifier)
H A DChangeLog10633 (push_namespace): Use std_identifier.
10638 Adjust call to c_common_nodes_and_builtins. Use std_identifier.
10648 * except.c (init_exception_processing): Use std_identifier.
10650 * rtti.c (init_rtti_processing): Use std_identifier.
13140 (std_identifier): New macro.
13158 (initialize_predefined_identifiers): Initialize std_identifier.
13159 (init_decl_processing): Use std_identifier.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dexcept.c67 push_namespace (std_identifier); in init_exception_processing()
H A Drtti.c140 push_namespace (std_identifier); in init_rtti_processing()
H A Dcp-tree.h605 #define std_identifier cp_global_trees[CPTI_STD_IDENTIFIER] macro
2040 && DECL_NAME (NODE) == std_identifier)
H A Dname-lookup.c1230 return name == std_identifier in namespace_scope_ht_size()
1307 DECL_NAME (entity) == std_identifier in begin_scope()
H A Ddecl.c3108 { "std", &std_identifier, 0 }, in initialize_predefined_identifiers()
3171 push_namespace (std_identifier); in cxx_init_decl_processing()
3263 push_namespace (std_identifier); in cxx_init_decl_processing()
3461 push_namespace (std_identifier); in builtin_function()
H A DChangeLog-2000761 (push_namespace): Use std_identifier.
766 Adjust call to c_common_nodes_and_builtins. Use std_identifier.
776 * except.c (init_exception_processing): Use std_identifier.
778 * rtti.c (init_rtti_processing): Use std_identifier.
3268 (std_identifier): New macro.
3286 (initialize_predefined_identifiers): Initialize std_identifier.
3287 (init_decl_processing): Use std_identifier.