Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dexpr.cc360 mark_exp_read (DECL_DECOMP_BASE (exp)); in mark_exp_read()
Dlex.cc958 DECL_DECOMP_BASE (t) = base; in fit_decomposition_lang_decl()
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
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()
Dcp-gimplify.cc1022 || (DECL_DECOMPOSITION_P (stmt) && DECL_DECOMP_BASE (stmt)))) in cp_fold_r()
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()
Ddecl.cc677 && (DECL_DECOMPOSITION_P (decl) ? !DECL_DECOMP_BASE (decl) in poplevel()
7177 && !DECL_DECOMP_BASE (decl) in check_array_initializer()
Dcp-tree.h4342 #define DECL_DECOMP_BASE(NODE) \ macro
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()
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()