Searched refs:declv (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-omp.c235 c_finish_omp_for (location_t locus, tree declv, tree initv, tree condv, argument
242 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (initv));
243 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (condv));
244 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (incrv));
245 for (i = 0; i < TREE_VEC_LENGTH (declv); i++)
247 tree decl = TREE_VEC_ELT (declv, i);
H A Dc-parser.c8019 tree declv, condv, incrv, initv, for_block = NULL, ret = NULL;
8030 declv = make_tree_vec (collapse);
8139 TREE_VEC_ELT (declv, i) = decl;
8241 stmt = c_finish_omp_for (loc, declv, initv, condv, incrv, body, NULL);
8254 if (TREE_VEC_ELT (declv, i) == OMP_CLAUSE_DECL (*c))
8014 tree declv, condv, incrv, initv, for_block = NULL, ret = NULL; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.c4140 handle_omp_for_class_iterator (int i, location_t locus, tree declv, tree initv,
4146 tree decl = TREE_VEC_ELT (declv, i);
4357 TREE_VEC_ELT (declv, i) = decl;
4373 finish_omp_for (location_t locus, tree declv, tree initv, tree condv,
4381 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (initv));
4382 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (condv));
4383 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (incrv));
4384 for (i = 0; i < TREE_VEC_LENGTH (declv); i++)
4386 decl = TREE_VEC_ELT (declv, i);
4435 TREE_VEC_ELT (declv,
4139 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) argument
4372 finish_omp_for(location_t locus, tree declv, tree initv, tree condv, tree incrv, tree body, tree pre_body, tree clauses) argument
[all...]
H A Dpt.c11422 tsubst_omp_for_iterator (tree t, int i, tree declv, tree initv,
11458 TREE_VEC_ELT (declv, i) = decl;
11553 TREE_VEC_ELT (declv, i) = decl;
11902 tree declv, initv, condv, incrv;
11907 declv = make_tree_vec (TREE_VEC_LENGTH (OMP_FOR_INIT (t)));
11913 tsubst_omp_for_iterator (t, i, declv, initv, condv, incrv,
11926 gcc_assert (init == TREE_VEC_ELT (declv, i));
11948 t = finish_omp_for (EXPR_LOCATION (t), declv, initv, condv, incrv,
18043 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv)
18050 for (i = 0; i < TREE_VEC_LENGTH (declv);
11421 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
11901 tree declv, initv, condv, incrv; local
18041 dependent_omp_for_p(tree declv, tree initv, tree condv, tree incrv) argument
[all...]
H A Dparser.c22233 tree for_block = NULL_TREE, real_decl, initv, condv, incrv, declv;
22245 declv = make_tree_vec (collapse);
22528 TREE_VEC_ELT (declv, i) = decl;
22559 declv = NULL_TREE;
22565 if (declv)
22582 if (declv == NULL_TREE)
22585 ret = finish_omp_for (loc_first, declv, initv, condv, incrv, body,
22229 tree for_block = NULL_TREE, real_decl, initv, condv, incrv, declv; local

Completed in 293 milliseconds