Home
last modified time | relevance | path

Searched refs:DECL_NAMESPACE_SCOPE_P (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmangle.cc916 if (!DECL_NAMESPACE_SCOPE_P (decl)) in maybe_write_module()
1451 && DECL_NAMESPACE_SCOPE_P (decl)) in write_unqualified_name()
1501 && DECL_NAMESPACE_SCOPE_P (decl) in write_unqualified_name()
Dexcept.cc926 && DECL_NAMESPACE_SCOPE_P (fn) in nothrow_libfn_p()
Dname-lookup.cc3000 if (!DECL_NAMESPACE_SCOPE_P (decl)) in check_extern_c_conflict()
3344 && (DECL_NAMESPACE_SCOPE_P (decl) in set_decl_context_in_fn()
3653 ns = (DECL_NAMESPACE_SCOPE_P (decl) in pushdecl()
4130 && !DECL_NAMESPACE_SCOPE_P (decl)) in maybe_push_decl()
Derror.cc196 if (!DECL_NAMESPACE_SCOPE_P (decl)) in dump_module_suffix()
3187 || (DECL_NAMESPACE_SCOPE_P (decl) in lang_decl_name()
Ddecl.cc3146 if (DECL_NAMESPACE_SCOPE_P (olddecl) in redeclaration_error_message()
3276 else if (toplevel_bindings_p () || DECL_NAMESPACE_SCOPE_P (newdecl)) in redeclaration_error_message()
5782 && DECL_NAMESPACE_SCOPE_P (decl) && !TREE_PUBLIC (decl) && !was_public in start_decl()
8901 if (DECL_P (decl) && DECL_NAMESPACE_SCOPE_P (decl)) in cp_finish_decomp()
10418 if (DECL_NAMESPACE_SCOPE_P (decl)) in grokfndecl()
15278 if (DECL_NAMESPACE_SCOPE_P (decl)) in grok_op_properties()
Dpt.cc1711 if ((TREE_CODE (spec) == FUNCTION_DECL && DECL_NAMESPACE_SCOPE_P (spec) in register_specialization()
2743 if (DECL_NAMESPACE_SCOPE_P (tmpl) in check_unqualified_spec_or_inst()
3017 gcc_assert (DECL_NAMESPACE_SCOPE_P (decl)); in check_explicit_specialization()
3289 if (DECL_NAMESPACE_SCOPE_P (decl)) in check_explicit_specialization()
11336 if (DECL_NAMESPACE_SCOPE_P (new_friend)) in tsubst_friend_function()
15005 && (DECL_CLASS_SCOPE_P (t) || DECL_NAMESPACE_SCOPE_P (t))) in tsubst_decl()
15200 if (DECL_NAMESPACE_SCOPE_P (t)) in tsubst_decl()
25684 if (!DECL_NAMESPACE_SCOPE_P (decl) in most_general_template()
26743 if ((DECL_NAMESPACE_SCOPE_P (d) && !DECL_INITIALIZED_IN_CLASS_P (d)) in instantiate_decl()
29049 if (TYPE_P (current_scope()) || !DECL_NAMESPACE_SCOPE_P (current_scope ())) in finish_concept_definition()
Dcall.cc7206 bool global = DECL_NAMESPACE_SCOPE_P (t); in usual_deallocation_fn_p()
7361 if (DECL_NAMESPACE_SCOPE_P (fn)) in build_op_delete_call()
7544 && DECL_NAMESPACE_SCOPE_P (alloc_fn)) in build_op_delete_call()
Dcp-tree.h3506 #define DECL_NAMESPACE_SCOPE_P(NODE) \ macro
3514 ((DECL_P (NODE) && DECL_NAMESPACE_SCOPE_P (NODE)) \
Dinit.cc2944 if (DECL_NAMESPACE_SCOPE_P (alloc_fn)) in std_placement_new_fn_p()
Dmodule.cc12121 rest_of_type_compilation (type, DECL_NAMESPACE_SCOPE_P (defn)); in read_enum_def()
18585 gcc_checking_assert (DECL_NAMESPACE_SCOPE_P (ctx)); in maybe_attach_decl()
DChangeLog-19984489 DECL_NAMESPACE_SCOPE_P.
4602 * cp-tree.h (DECL_NAMESPACE_SCOPE_P): New macro.
DChangeLog-20101360 * name-lookup.c (maybe_push_decl): Use DECL_NAMESPACE_SCOPE_P.
DChangeLog-2016360 * decl.c (cp_finish_decomp): For DECL_NAMESPACE_SCOPE_P decl,
Dparser.cc15583 if (DECL_NAMESPACE_SCOPE_P (orig_decl)) in cp_parser_decomposition_declaration()
22770 && (processing_template_decl || DECL_NAMESPACE_SCOPE_P (decl))) in cp_parser_init_declarator()
47026 if (!DECL_NAMESPACE_SCOPE_P (decl)) in cp_parser_oacc_routine()
DChangeLog-19991125 * cp-tree.h (DECL_NAMESPACE_SCOPE_P): Don't treat template