| semantics.cc | 10818 /* Build and validate an OMP_FOR statement. CLAUSES, BODY, COND, INCR 10830 tree omp_for = NULL, orig_incr = NULL; 11050 omp_for = c_finish_omp_for (locus, code, declv, orig_declv, initv, condv, 11055 if (omp_for && !c_omp_check_loop_iv (omp_for, orig_declv, cp_walk_subtrees)) 11056 omp_for = NULL_TREE; 11058 if (omp_for == NULL) 11061 add_stmt (omp_for); 11063 for (i = 0; i < TREE_VEC_LENGTH (OMP_FOR_INCR (omp_for)); i++) 11065 init = TREE_VEC_ELT (OMP_FOR_INIT (omp_for), i) 10829 tree omp_for = NULL, orig_incr = NULL; local 11214 tree omp_for; member in struct:fofb_data [all...] |