Searched refs:condv (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/c-family/
H A Dc-omp.c446 tree initv, tree condv, tree incrv, tree body, tree pre_body)
457 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (condv));
463 tree cond = TREE_VEC_ELT (condv, i);
680 OMP_FOR_COND (t) = condv;
445 c_finish_omp_for(location_t locus, enum tree_code code, tree declv, tree initv, tree condv, tree incrv, tree body, tree pre_body) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr57662.C187 tree real_decl, initv, condv, incrv, declv; local
/haiku-buildtools/gcc/gcc/cp/
H A Dsemantics.c6246 tree condv, tree incrv, tree *body,
6253 tree cond = TREE_VEC_ELT (condv, i);
6479 TREE_VEC_ELT (condv, i) = cond;
6495 tree condv, tree incrv, tree body, tree pre_body, tree clauses)
6504 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (condv));
6510 cond = TREE_VEC_ELT (condv, i);
6561 if (dependent_omp_for_p (declv, initv, condv, incrv))
6579 OMP_FOR_COND (stmt) = condv;
6596 cond = TREE_VEC_ELT (condv, i);
6631 if (handle_omp_for_class_iterator (i, locus, declv, initv, condv,
6244 handle_omp_for_class_iterator(int i, location_t locus, tree declv, tree initv, tree condv, tree incrv, tree *body, tree *pre_body, tree clauses, tree *lastp) argument
6493 finish_omp_for(location_t locus, enum tree_code code, tree declv, tree initv, tree condv, tree incrv, tree body, tree pre_body, tree clauses) argument
[all...]
H A Dpt.c13803 tree condv, tree incrv, tree *clauses,
13861 TREE_VEC_ELT (condv, i) = cond;
13966 TREE_VEC_ELT (condv, i) = cond;
14376 tree declv = NULL_TREE, initv = NULL_TREE, condv = NULL_TREE;
14386 condv = make_tree_vec (TREE_VEC_LENGTH (OMP_FOR_INIT (t)));
14398 tsubst_omp_for_iterator (t, i, declv, initv, condv, incrv,
14408 condv, incrv, body, pre_body, clauses);
22041 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv)
22052 tree cond = TREE_VEC_ELT (condv, i);
13801 tsubst_omp_for_iterator(tree t, int i, tree declv, tree initv, tree condv, tree incrv, tree *clauses, tree args, tsubst_flags_t complain, tree in_decl, bool integral_constant_expression_p) argument
14375 tree declv = NULL_TREE, initv = NULL_TREE, condv = NULL_TREE; local
22039 dependent_omp_for_p(tree declv, tree initv, tree condv, tree incrv) argument
H A Dparser.c30431 tree real_decl, initv, condv, incrv, declv;
30446 condv = make_tree_vec (collapse);
30600 TREE_VEC_ELT (condv, i) = cond;
30658 ret = finish_omp_for (loc_first, code, declv, initv, condv, incrv, body,
30427 tree real_decl, initv, condv, incrv, declv; local
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c12840 tree declv, condv, incrv, initv, ret = NULL_TREE;
12855 condv = make_tree_vec (collapse);
12992 TREE_VEC_ELT (condv, i) = cond;
13095 stmt = c_finish_omp_for (loc, code, declv, initv, condv,
12835 tree declv, condv, incrv, initv, ret = NULL_TREE; local

Completed in 490 milliseconds