Searched refs:decomp_first (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 17569 tree decomp_first = NULL_TREE; in tsubst_omp_for_iterator() local 17574 in_decl, &decomp_first, &decomp_cnt); in tsubst_omp_for_iterator() 17581 if (!DECL_HAS_VALUE_EXPR_P (decomp_first)) in tsubst_omp_for_iterator() 17586 SET_DECL_VALUE_EXPR (decomp_first, v); in tsubst_omp_for_iterator() 17587 DECL_HAS_VALUE_EXPR_P (decomp_first) = 1; in tsubst_omp_for_iterator() 17589 fit_decomposition_lang_decl (decomp_first, d); in tsubst_omp_for_iterator() 17590 decomp_first = DECL_CHAIN (decomp_first); in tsubst_omp_for_iterator() 18238 tree decomp_first = NULL_TREE; in tsubst_expr() local 18243 &decomp_first, &decomp_cnt); in tsubst_expr() 18250 if (decomp_first && decl != error_mark_node) in tsubst_expr() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | pt.cc | 18133 tree decomp_first = NULL_TREE; in tsubst_omp_for_iterator() local 18138 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() local 18847 &decomp_first, &decomp_cnt); in tsubst_expr() 18854 if (decomp_first && decl != error_mark_node) in tsubst_expr() [all …]
|