Home
last modified time | relevance | path

Searched refs:range_for (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c17558 bool range_for = TREE_VEC_ELT (OMP_FOR_COND (t), i) == global_namespace; in tsubst_omp_for_iterator() local
17559 if (range_for) in tsubst_omp_for_iterator()
17657 if (range_for) in tsubst_omp_for_iterator()
17676 if (!range_for && auto_node && init) in tsubst_omp_for_iterator()
17682 if (!CLASS_TYPE_P (TREE_TYPE (decl)) || range_for) in tsubst_omp_for_iterator()
17693 if (!range_for) in tsubst_omp_for_iterator()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc18122 bool range_for = TREE_VEC_ELT (OMP_FOR_COND (t), i) == global_namespace; in tsubst_omp_for_iterator() local
18123 if (range_for) in tsubst_omp_for_iterator()
18230 if (range_for) in tsubst_omp_for_iterator()
18249 if (!range_for && auto_node && init) in tsubst_omp_for_iterator()
18255 if (!CLASS_TYPE_P (TREE_TYPE (decl)) || range_for) in tsubst_omp_for_iterator()
18266 if (!range_for) in tsubst_omp_for_iterator()
H A DChangeLog-20185267 * pt.c (tsubst_expr) <case RANGE_FOR_STMT>: Rebuild a range_for if