Searched refs:decomp_first (Results 1 – 1 of 1) sorted by relevance
18133 tree decomp_first = NULL_TREE; in tsubst_omp_for_iterator() local18138 in_decl, &decomp_first, &decomp_cnt); in tsubst_omp_for_iterator()18145 if (!DECL_HAS_VALUE_EXPR_P (decomp_first)) in tsubst_omp_for_iterator()18150 SET_DECL_VALUE_EXPR (decomp_first, v); in tsubst_omp_for_iterator()18151 DECL_HAS_VALUE_EXPR_P (decomp_first) = 1; in tsubst_omp_for_iterator()18153 fit_decomposition_lang_decl (decomp_first, d); in tsubst_omp_for_iterator()18154 decomp_first = DECL_CHAIN (decomp_first); in tsubst_omp_for_iterator()18842 tree decomp_first = NULL_TREE; in tsubst_expr() local18847 &decomp_first, &decomp_cnt); in tsubst_expr()18854 if (decomp_first && decl != error_mark_node) in tsubst_expr()[all …]