Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc9543 finish_omp_target_clauses (location_t loc, tree body, tree *clauses_ptr) in finish_omp_target_clauses() argument
9577 for (tree *cp = clauses_ptr; *cp; cp = &OMP_CLAUSE_CHAIN (*cp)) in finish_omp_target_clauses()
9702 for (tree *p = clauses_ptr; *p; p = &OMP_CLAUSE_CHAIN (*p)) in finish_omp_target_clauses()
9753 for (tree c = *clauses_ptr; c; c = OMP_CLAUSE_CHAIN (c)) in finish_omp_target_clauses()
9885 tree c = *clauses_ptr; in finish_omp_target_clauses()
9891 *clauses_ptr = c; in finish_omp_target_clauses()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c7875 tree *clauses_ptr = gimple_omp_sections_clauses_ptr (stmt); in lower_omp_sections() local
7876 lower_lastprivate_conditional_clauses (clauses_ptr, ctx); in lower_omp_sections()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc8608 tree *clauses_ptr = gimple_omp_sections_clauses_ptr (stmt); in lower_omp_sections() local
8609 lower_lastprivate_conditional_clauses (clauses_ptr, ctx); in lower_omp_sections()