Home
last modified time | relevance | path

Searched refs:DECL_LOCAL_DECL_P (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc3343 gcc_checking_assert (DECL_LOCAL_DECL_P (decl) in set_decl_context_in_fn()
3454 DECL_LOCAL_DECL_P (alias) = false; in push_local_extern_decl_alias()
3818 if (!DECL_LOCAL_DECL_P (decl) in pushdecl()
3822 if (DECL_LOCAL_DECL_P (decl) in pushdecl()
4097 && DECL_LOCAL_DECL_P (decl))); in add_module_namespace_decl()
8989 if (!DECL_LOCAL_DECL_P (d)) in dependent_local_decl_p()
H A Ddecl.cc1153 if (DECL_LOCAL_DECL_P (olddecl)) in maybe_version_functions()
1160 if (DECL_LOCAL_DECL_P (newdecl)) in maybe_version_functions()
2595 if (VAR_OR_FUNCTION_DECL_P (newdecl) && DECL_LOCAL_DECL_P (newdecl)) in duplicate_decls()
2597 if (!DECL_LOCAL_DECL_P (olddecl)) in duplicate_decls()
2601 DECL_LOCAL_DECL_P (newdecl) = false; in duplicate_decls()
5759 DECL_LOCAL_DECL_P (decl) = true; in start_decl()
6204 && !DECL_LOCAL_DECL_P (decl)) in layout_var_decl()
7552 if (DECL_LOCAL_DECL_P (decl)) in make_rtl_for_nonlocal_decl()
7927 || DECL_LOCAL_DECL_P (fn))) in omp_declare_variant_finalize_one()
14640 && (DECL_LOCAL_DECL_P (t) in local_variable_p()
H A DChangeLog-20201047 * decl.c (duplicate_decls): Deal with duplicated DECL_LOCAL_DECL_P
1676 DECL_LOCAL_DECL_P before push_template_decl.
2488 (DECL_LOCAL_DECL_P): ... here. Accept both fns and vars.
2489 * decl.c (start_decl): Set DECL_LOCAL_DECL_P for local externs.
2490 (omp_declare_variant_finalize_one): Use DECL_LOCAL_DECL_P.
2492 * name-lookup.c (set_decl_context_in_fn): Assert DECL_LOCAL_DECL_P
2496 * call.c (equal_functions): Use DECL_LOCAL_DECL_P.
2501 (type_dependent_expression_p): Use DECL_LOCAL_DECL_P.
H A Dpt.cc5920 && DECL_LOCAL_DECL_P (decl)))); in push_template_decl()
14164 || DECL_LOCAL_DECL_P (t)); in tsubst_function_decl()
14166 if (DECL_LOCAL_DECL_P (t)) in tsubst_function_decl()
14392 else if (DECL_LOCAL_DECL_P (r)) in tsubst_function_decl()
14992 if (!(VAR_P (t) && DECL_LOCAL_DECL_P (t)) in tsubst_decl()
15035 if (!(VAR_P (t) && DECL_LOCAL_DECL_P (t))) in tsubst_decl()
15322 && DECL_LOCAL_DECL_P (in_decl))) in tsubst_arg_types()
17067 else if (DECL_LOCAL_DECL_P (t)) in tsubst_copy()
18733 && DECL_LOCAL_DECL_P (decl)) in tsubst_expr()
26384 && !DECL_LOCAL_DECL_P (fn)) in maybe_instantiate_noexcept()
[all …]
H A Dmodule.cc4833 && DECL_LOCAL_DECL_P (decls)) in chained_decls()
7779 && DECL_LOCAL_DECL_P (inner))); in decl_value()
8098 && !(VAR_OR_FUNCTION_DECL_P (decl) && DECL_LOCAL_DECL_P (decl))) in decl_value()
8274 gcc_checking_assert (!DECL_LOCAL_DECL_P (decl)); in decl_node()
8377 gcc_checking_assert (!DECL_LOCAL_DECL_P (decl)); in decl_node()
10072 if (DECL_LOCAL_DECL_P (decl)) in get_merge_kind()
12853 gcc_checking_assert (!DECL_LOCAL_DECL_P (entry->spec)); in specialization_add()
H A Dcp-gimplify.cc1229 if (VAR_OR_FUNCTION_DECL_P (stmt) && DECL_LOCAL_DECL_P (stmt)) in cp_genericize_r()
H A Dcall.cc3776 if (DECL_LOCAL_DECL_P (fn1) || DECL_LOCAL_DECL_P (fn2) in equal_functions()
8856 if (DECL_LOCAL_DECL_P (fn)) in get_function_version_dispatcher()
H A Dcp-tree.h4276 #define DECL_LOCAL_DECL_P(NODE) \ macro
4281 DECL_ACCESS ((gcc_checking_assert (DECL_LOCAL_DECL_P (NODE)), NODE))
H A Ddecl2.cc5889 if (VAR_OR_FUNCTION_DECL_P (decl) && DECL_LOCAL_DECL_P (decl)) in mark_used()
H A DChangeLog-20214014 DECL_LOCAL_DECL_P.
4908 * pt.c (tsubst_copy) [VAR_DECL]: For a DECL_LOCAL_DECL_P T is the
H A Dparser.cc7800 || DECL_LOCAL_DECL_P (fn)) in cp_parser_postfix_expression()
44711 if (DECL_LOCAL_DECL_P (decl)) in cp_parser_oacc_declare()
45946 && DECL_LOCAL_DECL_P (t) in cp_parser_omp_declare_target()
46343 DECL_LOCAL_DECL_P (fndecl) = true; in cp_parser_omp_declare_reduction()
/netbsd/external/gpl3/gcc/dist/libcc1/
H A DChangeLog319 * libcp1plugin.cc (plugin_build_call_expr): Use DECL_LOCAL_DECL_P.
H A Dlibcp1plugin.cc3139 && !DECL_LOCAL_DECL_P (fn)) in plugin_build_call_expr()