Lines Matching refs:DECL_EXPR_DECL
3950 tree decl = DECL_EXPR_DECL (t); in find_parameter_packs_r()
12713 tree decl = DECL_EXPR_DECL (*tp); in extract_locals_r()
17604 init = DECL_INITIAL (DECL_EXPR_DECL (init)); in tsubst_omp_for_iterator()
17687 tree init_sav = DECL_INITIAL (DECL_EXPR_DECL (decl_expr)); in tsubst_omp_for_iterator()
17688 DECL_INITIAL (DECL_EXPR_DECL (decl_expr)) = NULL_TREE; in tsubst_omp_for_iterator()
17690 DECL_INITIAL (DECL_EXPR_DECL (decl_expr)) = init_sav; in tsubst_omp_for_iterator()
18063 pattern_decl = decl = DECL_EXPR_DECL (t); in tsubst_expr()
18133 else if (is_capture_proxy (DECL_EXPR_DECL (t))) in tsubst_expr()
18992 tree omp_out = tsubst (DECL_EXPR_DECL (stmts[0]), in tsubst_omp_udr()
18994 tree omp_in = tsubst (DECL_EXPR_DECL (stmts[1]), in tsubst_omp_udr()
19004 if (TREE_NO_WARNING (DECL_EXPR_DECL (stmts[0]))) in tsubst_omp_udr()
19013 tree omp_priv = tsubst (DECL_EXPR_DECL (stmts[3]), in tsubst_omp_udr()
19015 tree omp_orig = tsubst (DECL_EXPR_DECL (stmts[4]), in tsubst_omp_udr()