Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dexcept.c67 push_namespace (std_identifier); in init_exception_processing()
H A Drtti.c141 push_namespace (std_identifier); in init_rtti_processing()
H A Dcp-tree.h605 #define std_identifier cp_global_trees[CPTI_STD_IDENTIFIER] macro
2049 && DECL_NAME (NODE) == std_identifier)
H A Dname-lookup.c1225 return name == std_identifier in namespace_scope_ht_size()
1302 DECL_NAME (entity) == std_identifier in begin_scope()
H A Ddecl.c3123 { "std", &std_identifier, 0 }, in initialize_predefined_identifiers()
3183 push_namespace (std_identifier); in cxx_init_decl_processing()
3275 push_namespace (std_identifier); in cxx_init_decl_processing()
3473 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.