Lines Matching refs:declv
534 c_finish_omp_for (location_t locus, enum tree_code code, tree declv, in c_finish_omp_for() argument
542 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (initv)); in c_finish_omp_for()
543 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (condv)); in c_finish_omp_for()
544 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (incrv)); in c_finish_omp_for()
545 for (i = 0; i < TREE_VEC_LENGTH (declv); i++) in c_finish_omp_for()
547 tree decl = TREE_VEC_ELT (declv, i); in c_finish_omp_for()
811 tree declv; member
832 for (i = 0; i < TREE_VEC_LENGTH (d->declv); i++) in c_omp_check_loop_iv_r()
833 if (*tp == TREE_VEC_ELT (d->declv, i)) in c_omp_check_loop_iv_r()
872 c_omp_check_loop_iv (tree stmt, tree declv, walk_tree_lh lh) in c_omp_check_loop_iv() argument
878 data.declv = declv; in c_omp_check_loop_iv()
900 if (decl == TREE_VEC_ELT (declv, i)) in c_omp_check_loop_iv()
933 c_omp_check_loop_iv_exprs (location_t stmt_loc, tree declv, tree decl, in c_omp_check_loop_iv_exprs() argument
939 data.declv = declv; in c_omp_check_loop_iv_exprs()