Home
last modified time | relevance | path

Searched refs:incrv (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-omp.c344 tree incrv, tree body, tree pre_body) in c_finish_omp_for() argument
352 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (incrv)); in c_finish_omp_for()
358 tree incr = TREE_VEC_ELT (incrv, i); in c_finish_omp_for()
562 TREE_VEC_ELT (incrv, i) = incr; in c_finish_omp_for()
574 OMP_FOR_INCR (t) = incrv; in c_finish_omp_for()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-omp.c535 tree orig_declv, tree initv, tree condv, tree incrv, in c_finish_omp_for() argument
544 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (incrv)); in c_finish_omp_for()
550 tree incr = TREE_VEC_ELT (incrv, i); in c_finish_omp_for()
784 TREE_VEC_ELT (incrv, i) = incr; in c_finish_omp_for()
796 OMP_FOR_INCR (t) = incrv; in c_finish_omp_for()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDsemantics.c4451 tree condv, tree incrv, tree *body, in handle_omp_for_class_iterator() argument
4459 tree incr = TREE_VEC_ELT (incrv, i); in handle_omp_for_class_iterator()
4670 TREE_VEC_ELT (incrv, i) = incr; in handle_omp_for_class_iterator()
4684 tree incrv, tree body, tree pre_body, tree clauses) in finish_omp_for() argument
4693 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (incrv)); in finish_omp_for()
4699 incr = TREE_VEC_ELT (incrv, i); in finish_omp_for()
4749 if (dependent_omp_for_p (declv, initv, condv, incrv)) in finish_omp_for()
4768 OMP_FOR_INCR (stmt) = incrv; in finish_omp_for()
4778 orig_incr = make_tree_vec (TREE_VEC_LENGTH (incrv)); in finish_omp_for()
4785 incr = TREE_VEC_ELT (incrv, i); in finish_omp_for()
[all …]
HDpt.c12392 tree condv, tree incrv, tree *clauses, in tsubst_omp_for_iterator() argument
12430 TREE_VEC_ELT (incrv, i) = incr; in tsubst_omp_for_iterator()
12525 TREE_VEC_ELT (incrv, i) = incr; in tsubst_omp_for_iterator()
12905 tree declv, initv, condv, incrv; in tsubst_expr() local
12913 incrv = make_tree_vec (TREE_VEC_LENGTH (OMP_FOR_INIT (t))); in tsubst_expr()
12916 tsubst_omp_for_iterator (t, i, declv, initv, condv, incrv, in tsubst_expr()
12951 t = finish_omp_for (EXPR_LOCATION (t), declv, initv, condv, incrv, in tsubst_expr()
19742 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv) in dependent_omp_for_p() argument
19754 tree incr = TREE_VEC_ELT (incrv, i); in dependent_omp_for_p()
HDparser.c26160 tree real_decl, initv, condv, incrv, declv; in cp_parser_omp_for_loop() local
26176 incrv = make_tree_vec (collapse); in cp_parser_omp_for_loop()
26459 TREE_VEC_ELT (incrv, i) = incr; in cp_parser_omp_for_loop()
26513 ret = finish_omp_for (loc_first, declv, initv, condv, incrv, body, in cp_parser_omp_for_loop()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDsemantics.c7694 tree condv, tree incrv, tree *body, in handle_omp_for_class_iterator() argument
7703 tree incr = TREE_VEC_ELT (incrv, i); in handle_omp_for_class_iterator()
7998 TREE_VEC_ELT (incrv, i) = incr; in handle_omp_for_class_iterator()
8013 tree orig_declv, tree initv, tree condv, tree incrv, in finish_omp_for() argument
8026 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (incrv)); in finish_omp_for()
8048 incr = TREE_VEC_ELT (incrv, i); in finish_omp_for()
8112 if (dependent_omp_for_p (declv, initv, condv, incrv)) in finish_omp_for()
8131 OMP_FOR_INCR (stmt) = incrv; in finish_omp_for()
8144 orig_incr = make_tree_vec (TREE_VEC_LENGTH (incrv)); in finish_omp_for()
8151 incr = TREE_VEC_ELT (incrv, i); in finish_omp_for()
[all …]
HDpt.c16279 tree initv, tree condv, tree incrv, tree *clauses, in tsubst_omp_for_iterator() argument
16379 TREE_VEC_ELT (incrv, i) = incr; in tsubst_omp_for_iterator()
16510 TREE_VEC_ELT (incrv, i) = incr; in tsubst_omp_for_iterator()
17142 tree incrv = NULL_TREE; in tsubst_expr() local
17159 incrv = make_tree_vec (TREE_VEC_LENGTH (OMP_FOR_INIT (t))); in tsubst_expr()
17171 incrv, &clauses, args, complain, in_decl, in tsubst_expr()
17181 orig_declv, initv, condv, incrv, body, pre_body, in tsubst_expr()
25660 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv) in dependent_omp_for_p() argument
25672 tree incr = TREE_VEC_ELT (incrv, i); in dependent_omp_for_p()
HDparser.c35149 tree real_decl, initv, condv, incrv, declv; in cp_parser_omp_for_loop() local
35201 incrv = make_tree_vec (count); in cp_parser_omp_for_loop()
35359 TREE_VEC_ELT (incrv, i) = incr; in cp_parser_omp_for_loop()
35420 ret = finish_omp_for (loc_first, code, declv, NULL, initv, condv, incrv, in cp_parser_omp_for_loop()
/dragonfly/contrib/gcc-4.7/gcc/
HDc-parser.c9863 tree declv, condv, incrv, initv, ret = NULL; in c_parser_omp_for_loop() local
9878 incrv = make_tree_vec (collapse); in c_parser_omp_for_loop()
9988 TREE_VEC_ELT (incrv, i) = incr; in c_parser_omp_for_loop()
10087 stmt = c_finish_omp_for (loc, declv, initv, condv, incrv, body, NULL); in c_parser_omp_for_loop()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-parser.c15638 tree declv, condv, incrv, initv, ret = NULL_TREE; in c_parser_omp_for_loop() local
15690 incrv = make_tree_vec (count); in c_parser_omp_for_loop()
15824 TREE_VEC_ELT (incrv, i) = incr; in c_parser_omp_for_loop()
15927 incrv, body, pre_body); in c_parser_omp_for_loop()