Searched refs:std_node (Results 1 – 17 of 17) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | except.cc | 54 push_nested_namespace (std_node); in init_exception_processing() 61 pop_nested_namespace (std_node); in init_exception_processing()
|
| D | coroutines.cc | 294 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()
|
| D | decl.cc | 4534 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 …]
|
| D | rtti.cc | 317 tree decl = lookup_qualified_name (std_node, name); in typeid_ok_p()
|
| D | cp-gimplify.cc | 3114 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()
|
| D | method.cc | 969 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()
|
| D | name-lookup.cc | 6344 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()
|
| D | cp-tree.h | 249 #define std_node cp_global_trees[CPTI_STD] macro 3580 ((NODE) == std_node)
|
| D | ChangeLog-2001 | 1185 (std_node): Remove comment about it being NULL. 1192 (init_decl_processing): Always create std_node. Always add
|
| D | tree.cc | 4391 && TYPE_CONTEXT (type) == std_node in is_byte_access_type()
|
| D | call.cc | 7159 return (TYPE_CONTEXT (t) == std_node in std_destroying_delete_t_p() 13288 && CP_TYPE_CONTEXT (type) == std_node in is_std_init_list()
|
| D | constexpr.cc | 6436 && DECL_CONTEXT (decl) == std_node in maybe_warn_about_constant_value()
|
| D | semantics.cc | 3461 && DECL_CONTEXT (ns) == std_node in begin_class_definition()
|
| D | ChangeLog-2019 | 1429 (DECL_NAME_SPACE_STD_P): Compare against std_node.
|
| D | ChangeLog-1998 | 4724 Initialize std_node to "fake std" if flag_honor_std is set.
|
| D | pt.cc | 29077 tree std_init_list = get_namespace_binding (std_node, init_list_identifier); in listify()
|
| D | parser.cc | 4784 tree cxlit = lookup_qualified_name (std_node, "complex_literals", in cp_parser_userdef_numeric_literal()
|