Home
last modified time | relevance | path

Searched refs:decl_expr (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c16299 tree decl_expr = NULL_TREE; in tsubst_omp_for_iterator() local
16305 decl_expr = init; in tsubst_omp_for_iterator()
16356 if (decl_expr) in tsubst_omp_for_iterator()
16359 tree init_sav = DECL_INITIAL (DECL_EXPR_DECL (decl_expr)); in tsubst_omp_for_iterator()
16360 DECL_INITIAL (DECL_EXPR_DECL (decl_expr)) = NULL_TREE; in tsubst_omp_for_iterator()
16361 RECUR (decl_expr); in tsubst_omp_for_iterator()
16362 DECL_INITIAL (DECL_EXPR_DECL (decl_expr)) = init_sav; in tsubst_omp_for_iterator()
16383 if (decl_expr) in tsubst_omp_for_iterator()
16386 RECUR (decl_expr); in tsubst_omp_for_iterator()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c12934 tree decl_expr = TREE_VEC_ELT (initv, i); in tsubst_expr() local
12935 tree init = DECL_INITIAL (DECL_EXPR_DECL (decl_expr)); in tsubst_expr()
12938 DECL_INITIAL (DECL_EXPR_DECL (decl_expr)) = NULL; in tsubst_expr()
12939 RECUR (decl_expr); in tsubst_expr()
12940 DECL_INITIAL (DECL_EXPR_DECL (decl_expr)) = init; in tsubst_expr()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.def838 DEFTREECODE (DECL_EXPR, "decl_expr", tcc_statement, 1)
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.def929 DEFTREECODE (DECL_EXPR, "decl_expr", tcc_statement, 1)