Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-oacc-kernels-decompose.cc1164 tree prev_clause = NULL, next_clause = NULL; in decompose_kernels_region_body() local
1166 for (tree c = parallel_clauses; c; c = next_clause) in decompose_kernels_region_body()
1169 next_clause = OMP_CLAUSE_CHAIN (c); in decompose_kernels_region_body()
H A Dgimplify.cc9690 tree next_clause = OMP_CLAUSE_CHAIN (c); in gimplify_scan_omp_clauses() local
9694 && (!next_clause in gimplify_scan_omp_clauses()
9695 || (OMP_CLAUSE_CODE (next_clause) != OMP_CLAUSE_MAP) in gimplify_scan_omp_clauses()
9696 || (OMP_CLAUSE_MAP_KIND (next_clause) in gimplify_scan_omp_clauses()
9698 || OMP_CLAUSE_DECL (next_clause) != decl) in gimplify_scan_omp_clauses()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c8941 tree next_clause = OMP_CLAUSE_CHAIN (c); in gimplify_scan_omp_clauses() local
8944 && (!next_clause in gimplify_scan_omp_clauses()
8945 || (OMP_CLAUSE_CODE (next_clause) != OMP_CLAUSE_MAP) in gimplify_scan_omp_clauses()
8946 || (OMP_CLAUSE_MAP_KIND (next_clause) in gimplify_scan_omp_clauses()
8948 || OMP_CLAUSE_DECL (next_clause) != decl) in gimplify_scan_omp_clauses()