| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-omp.c | 344 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/ |
| HD | c-omp.c | 535 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/ |
| HD | semantics.c | 4451 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 …]
|
| HD | pt.c | 12392 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()
|
| HD | parser.c | 26160 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/ |
| HD | semantics.c | 7694 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 …]
|
| HD | pt.c | 16279 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()
|
| HD | parser.c | 35149 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/ |
| HD | c-parser.c | 9863 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/ |
| HD | c-parser.c | 15638 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()
|