Searched refs:clauses_ptr (Results 1 – 3 of 3) sorted by relevance
9543 finish_omp_target_clauses (location_t loc, tree body, tree *clauses_ptr) in finish_omp_target_clauses() argument9577 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()
7875 tree *clauses_ptr = gimple_omp_sections_clauses_ptr (stmt); in lower_omp_sections() local7876 lower_lastprivate_conditional_clauses (clauses_ptr, ctx); in lower_omp_sections()
8608 tree *clauses_ptr = gimple_omp_sections_clauses_ptr (stmt); in lower_omp_sections() local8609 lower_lastprivate_conditional_clauses (clauses_ptr, ctx); in lower_omp_sections()