Searched refs:DECL_DECOMP_BASE (Results 1 – 10 of 10) sorted by relevance
360 mark_exp_read (DECL_DECOMP_BASE (exp)); in mark_exp_read()
958 DECL_DECOMP_BASE (t) = base; in fit_decomposition_lang_decl()
3433 (DECL_DECOMP_BASE): Define.3440 !DECL_DECOMP_BASE instead of !DECL_VALUE_EXPR. Adjust warning3443 Set DECL_DECOMP_BASE. Ignore DECL_READ_P sets from initialization3446 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 what3450 * expr.c (mark_exp_read): Recurse on DECL_DECOMP_BASE instead of
5846 if (DECL_DECOMPOSITION_P (decl) && DECL_DECOMP_BASE (decl)) in mark_used()5847 TREE_USED (DECL_DECOMP_BASE (decl)) = true; in mark_used()
1022 || (DECL_DECOMPOSITION_P (stmt) && DECL_DECOMP_BASE (stmt)))) in cp_fold_r()
10183 && 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()
677 && (DECL_DECOMPOSITION_P (decl) ? !DECL_DECOMP_BASE (decl) in poplevel()7177 && !DECL_DECOMP_BASE (decl) in check_array_initializer()
4342 #define DECL_DECOMP_BASE(NODE) \ macro
9726 if (DECL_DECOMPOSITION_P (res) && DECL_DECOMP_BASE (res)) in tree_node()9727 TREE_USED (DECL_DECOMP_BASE (res)) = true; in tree_node()
13069 gcc_assert (DECL_DECOMP_BASE (decl2) == decl); in extract_locals_r()18491 gcc_assert (DECL_DECOMP_BASE (decl2) == pattern_decl); in tsubst_decomp_names()