Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDexpr.c313 mark_exp_read (DECL_DECOMP_BASE (exp)); in mark_exp_read()
HDlex.c732 DECL_DECOMP_BASE (t) = base; in fit_decomposition_lang_decl()
HDdecl2.c5219 if (DECL_DECOMPOSITION_P (decl) && DECL_DECOMP_BASE (decl)) in mark_used()
5220 TREE_USED (DECL_DECOMP_BASE (decl)) = 1; in mark_used()
HDtypeck.c9084 && DECL_DECOMP_BASE (whats_returned) in maybe_warn_about_returning_address_of_local()
9091 tree base = DECL_DECOMP_BASE (whats_returned); in maybe_warn_about_returning_address_of_local()
HDcp-tree.h3940 #define DECL_DECOMP_BASE(NODE) \ macro
HDdecl.c665 && (DECL_DECOMPOSITION_P (decl) ? !DECL_DECOMP_BASE (decl) in poplevel()
HDpt.c16564 gcc_assert (DECL_DECOMP_BASE (decl2) == pattern_decl); in tsubst_decomp_names()