Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDsemantics.c7905 tree lvc = build_omp_clause (locus, OMP_CLAUSE_FIRSTPRIVATE); in handle_omp_for_class_iterator() local
7906 OMP_CLAUSE_DECL (lvc) = last; in handle_omp_for_class_iterator()
7907 OMP_CLAUSE_CHAIN (lvc) = clauses; in handle_omp_for_class_iterator()
7908 clauses = lvc; in handle_omp_for_class_iterator()