Home
last modified time | relevance | path

Searched refs:DECL_DECOMP_BASE (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexpr.c362 mark_exp_read (DECL_DECOMP_BASE (exp)); in mark_exp_read()
H A Dlex.c758 DECL_DECOMP_BASE (t) = base; in fit_decomposition_lang_decl()
H A Ddecl2.c5504 if (DECL_DECOMPOSITION_P (decl) && DECL_DECOMP_BASE (decl)) in mark_used()
5505 TREE_USED (DECL_DECOMP_BASE (decl)) = 1; in mark_used()
H A Dcp-gimplify.c1198 || (DECL_DECOMPOSITION_P (stmt) && DECL_DECOMP_BASE (stmt)))) in cp_fold_r()
H A Dtypeck.c9632 && DECL_DECOMP_BASE (whats_returned) in maybe_warn_about_returning_address_of_local()
9639 tree base = DECL_DECOMP_BASE (whats_returned); in maybe_warn_about_returning_address_of_local()
H A Ddecl.c656 && (DECL_DECOMPOSITION_P (decl) ? !DECL_DECOMP_BASE (decl) in poplevel()
6619 && !DECL_DECOMP_BASE (decl) in check_array_initializer()
H A Dcp-tree.h4113 #define DECL_DECOMP_BASE(NODE) \ macro
H A Dpt.c12728 gcc_assert (DECL_DECOMP_BASE (decl2) == decl); in extract_locals_r()
17904 gcc_assert (DECL_DECOMP_BASE (decl2) == pattern_decl); in tsubst_decomp_names()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexpr.cc360 mark_exp_read (DECL_DECOMP_BASE (exp)); in mark_exp_read()
H A Dlex.cc958 DECL_DECOMP_BASE (t) = base; in fit_decomposition_lang_decl()
H A DChangeLog-20173433 (DECL_DECOMP_BASE): Define.
3440 !DECL_DECOMP_BASE instead of !DECL_VALUE_EXPR. Adjust warning
3443 Set DECL_DECOMP_BASE. Ignore DECL_READ_P sets from initialization
3446 Clear DECL_DECOMP_BASE.
3447 * decl2.c (mark_used): Mark DECL_DECOMP_BASE TREE_USED as well.
3448 * pt.c (tsubst_decomp_names): Assert DECL_DECOMP_BASE matches what
3450 * expr.c (mark_exp_read): Recurse on DECL_DECOMP_BASE instead of
H A Ddecl2.cc5846 if (DECL_DECOMPOSITION_P (decl) && DECL_DECOMP_BASE (decl)) in mark_used()
5847 TREE_USED (DECL_DECOMP_BASE (decl)) = true; in mark_used()
H A Dcp-gimplify.cc1022 || (DECL_DECOMPOSITION_P (stmt) && DECL_DECOMP_BASE (stmt)))) in cp_fold_r()
H A Dtypeck.cc10183 && DECL_DECOMP_BASE (whats_returned) in maybe_warn_about_returning_address_of_local()
10190 tree base = DECL_DECOMP_BASE (whats_returned); in maybe_warn_about_returning_address_of_local()
H A Ddecl.cc677 && (DECL_DECOMPOSITION_P (decl) ? !DECL_DECOMP_BASE (decl) in poplevel()
7177 && !DECL_DECOMP_BASE (decl) in check_array_initializer()
H A Dcp-tree.h4342 #define DECL_DECOMP_BASE(NODE) \ macro
H A Dmodule.cc9726 if (DECL_DECOMPOSITION_P (res) && DECL_DECOMP_BASE (res)) in tree_node()
9727 TREE_USED (DECL_DECOMP_BASE (res)) = true; in tree_node()
H A Dpt.cc13069 gcc_assert (DECL_DECOMP_BASE (decl2) == decl); in extract_locals_r()
18491 gcc_assert (DECL_DECOMP_BASE (decl2) == pattern_decl); in tsubst_decomp_names()