Home
last modified time | relevance | path

Searched refs:loop_iv_seen (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c8694 tree loop_iv_seen = NULL_TREE; in handle_omp_for_class_iterator() local
8701 loop_iv_seen = c; in handle_omp_for_class_iterator()
8710 loop_iv_seen = c; in handle_omp_for_class_iterator()
8732 if (!loop_iv_seen) in handle_omp_for_class_iterator()
8750 if (!loop_iv_seen) in handle_omp_for_class_iterator()
8756 loop_iv_seen = build_omp_clause (locus, OMP_CLAUSE_FIRSTPRIVATE); in handle_omp_for_class_iterator()
8757 OMP_CLAUSE_DECL (loop_iv_seen) = iter; in handle_omp_for_class_iterator()
8758 OMP_CLAUSE_CHAIN (loop_iv_seen) = clauses; in handle_omp_for_class_iterator()
8759 clauses = loop_iv_seen; in handle_omp_for_class_iterator()
8761 else if (OMP_CLAUSE_CODE (loop_iv_seen) == OMP_CLAUSE_PRIVATE) in handle_omp_for_class_iterator()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc10154 tree loop_iv_seen = NULL_TREE; in handle_omp_for_class_iterator() local
10161 loop_iv_seen = c; in handle_omp_for_class_iterator()
10170 loop_iv_seen = c; in handle_omp_for_class_iterator()
10192 if (!loop_iv_seen) in handle_omp_for_class_iterator()
10210 if (!loop_iv_seen) in handle_omp_for_class_iterator()
10216 loop_iv_seen = build_omp_clause (locus, OMP_CLAUSE_FIRSTPRIVATE); in handle_omp_for_class_iterator()
10217 OMP_CLAUSE_DECL (loop_iv_seen) = iter; in handle_omp_for_class_iterator()
10218 OMP_CLAUSE_CHAIN (loop_iv_seen) = clauses; in handle_omp_for_class_iterator()
10219 clauses = loop_iv_seen; in handle_omp_for_class_iterator()
10221 else if (OMP_CLAUSE_CODE (loop_iv_seen) == OMP_CLAUSE_PRIVATE) in handle_omp_for_class_iterator()
[all …]