Home
last modified time | relevance | path

Searched refs:std_node (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dexcept.cc54 push_nested_namespace (std_node); in init_exception_processing()
61 pop_nested_namespace (std_node); in init_exception_processing()
Dcoroutines.cc294 tree traits_decl = lookup_qualified_name (std_node, coro_traits_identifier, in find_coro_traits_template_decl()
304 " find %<%E::%E%>", std_node, coro_traits_identifier); in find_coro_traits_template_decl()
375 tree handle_decl = lookup_qualified_name (std_node, coro_handle_identifier, in find_coro_handle_template_decl()
383 " cannot find %<%E::%E%>", std_node, coro_handle_identifier); in find_coro_handle_template_decl()
402 /* context=*/std_node, in instantiate_coro_handle_for_promise_type()
4716 tree std_nt = lookup_qualified_name (std_node, in morph_fn_to_coro()
Ddecl.cc4534 std_node = current_namespace; in cxx_init_decl_processing()
4685 push_nested_namespace (std_node); in cxx_init_decl_processing()
4692 pop_nested_namespace (std_node); in cxx_init_decl_processing()
4747 push_nested_namespace (std_node); in cxx_init_decl_processing()
4751 pop_nested_namespace (std_node); in cxx_init_decl_processing()
5012 push_nested_namespace (std_node); in cxx_builtin_function()
5013 DECL_CONTEXT (std_decl) = FROB_CONTEXT (std_node); in cxx_builtin_function()
5015 pop_nested_namespace (std_node); in cxx_builtin_function()
8761 /*context*/std_node, in get_tuple_size()
8786 /*context*/std_node, in get_tuple_element_type()
[all …]
Drtti.cc317 tree decl = lookup_qualified_name (std_node, name); in typeid_ok_p()
Dcp-gimplify.cc3114 tree decl = lookup_qualified_name (std_node, name); in get_source_location_impl_type()
3119 qualified_name_lookup_error (std_node, name, decl, loc); in get_source_location_impl_type()
Dmethod.cc969 tree decl = lookup_qualified_name (std_node, name); in lookup_comparison_category()
976 qualified_name_lookup_error (std_node, name, decl, input_location); in lookup_comparison_category()
Dname-lookup.cc6344 if ((*usings)[ix] == std_node) in using_directives_contain_std_p()
7021 if (scope != std_node) in maybe_suggest_missing_header()
8180 if (DECL_CONTEXT (decl) == std_node in pushtag()
Dcp-tree.h249 #define std_node cp_global_trees[CPTI_STD] macro
3580 ((NODE) == std_node)
DChangeLog-20011185 (std_node): Remove comment about it being NULL.
1192 (init_decl_processing): Always create std_node. Always add
Dtree.cc4391 && TYPE_CONTEXT (type) == std_node in is_byte_access_type()
Dcall.cc7159 return (TYPE_CONTEXT (t) == std_node in std_destroying_delete_t_p()
13288 && CP_TYPE_CONTEXT (type) == std_node in is_std_init_list()
Dconstexpr.cc6436 && DECL_CONTEXT (decl) == std_node in maybe_warn_about_constant_value()
Dsemantics.cc3461 && DECL_CONTEXT (ns) == std_node in begin_class_definition()
DChangeLog-20191429 (DECL_NAME_SPACE_STD_P): Compare against std_node.
DChangeLog-19984724 Initialize std_node to "fake std" if flag_honor_std is set.
Dpt.cc29077 tree std_init_list = get_namespace_binding (std_node, init_list_identifier); in listify()
Dparser.cc4784 tree cxlit = lookup_qualified_name (std_node, "complex_literals", in cp_parser_userdef_numeric_literal()