| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-omp.c | 698 tree orig_declv, tree initv, tree condv, tree incrv, in c_finish_omp_for() argument 705 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (initv)); in c_finish_omp_for() 711 tree init = TREE_VEC_ELT (initv, i); in c_finish_omp_for() 1014 TREE_VEC_ELT (initv, i) = init; in c_finish_omp_for() 1025 OMP_FOR_INIT (t) = initv; in c_finish_omp_for()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | semantics.c | 8527 tree declv, tree orig_declv, tree initv, in handle_omp_for_class_iterator() argument 8535 tree init = TREE_VEC_ELT (initv, i); in handle_omp_for_class_iterator() 8865 TREE_VEC_ELT (initv, i) = init; in handle_omp_for_class_iterator() 8881 tree orig_declv, tree initv, tree condv, tree incrv, in finish_omp_for() argument 8891 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (initv)); in finish_omp_for() 8913 init = TREE_VEC_ELT (initv, i); in finish_omp_for() 8965 TREE_VEC_ELT (initv, i) = init; in finish_omp_for() 8983 if (dependent_omp_for_p (declv, initv, condv, incrv)) in finish_omp_for() 8994 TREE_VEC_ELT (initv, i) in finish_omp_for() 8996 TREE_VEC_ELT (initv, i)); in finish_omp_for() [all …]
|
| H A D | pt.c | 17542 tree initv, tree condv, tree incrv, tree *clauses, in tsubst_omp_for_iterator() argument 17710 TREE_VEC_ELT (initv, i) = init; in tsubst_omp_for_iterator() 17847 TREE_VEC_ELT (initv, i) = init; in tsubst_omp_for_iterator() 18582 tree declv = NULL_TREE, initv = NULL_TREE, condv = NULL_TREE; in tsubst_expr() local 18600 initv = make_tree_vec (TREE_VEC_LENGTH (OMP_FOR_INIT (t))); in tsubst_expr() 18615 |= tsubst_omp_for_iterator (t, i, declv, orig_declv, initv, in tsubst_expr() 18642 orig_declv, initv, condv, incrv, body, pre_body, in tsubst_expr() 27651 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv) in dependent_omp_for_p() argument 27661 tree init = TREE_VEC_ELT (initv, i); in dependent_omp_for_p()
|
| H A D | parser.c | 38985 tree real_decl, initv, condv, incrv, declv, orig_declv; in cp_parser_omp_for_loop() local 39040 initv = make_tree_vec (count); in cp_parser_omp_for_loop() 39267 TREE_VEC_ELT (initv, i) = init; in cp_parser_omp_for_loop() 39353 ret = finish_omp_for (loc_first, code, declv, orig_declv, initv, condv, in cp_parser_omp_for_loop()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-omp.cc | 939 tree orig_declv, tree initv, tree condv, tree incrv, in c_finish_omp_for() argument 946 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (initv)); in c_finish_omp_for() 952 tree init = TREE_VEC_ELT (initv, i); in c_finish_omp_for() 1255 TREE_VEC_ELT (initv, i) = init; in c_finish_omp_for() 1266 OMP_FOR_INIT (t) = initv; in c_finish_omp_for()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 9985 tree declv, tree orig_declv, tree initv, in handle_omp_for_class_iterator() argument 9993 tree init = TREE_VEC_ELT (initv, i); in handle_omp_for_class_iterator() 10326 TREE_VEC_ELT (initv, i) = init; in handle_omp_for_class_iterator() 10342 tree orig_declv, tree initv, tree condv, tree incrv, in finish_omp_for() argument 10352 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (initv)); in finish_omp_for() 10374 init = TREE_VEC_ELT (initv, i); in finish_omp_for() 10426 TREE_VEC_ELT (initv, i) = init; in finish_omp_for() 10444 if (dependent_omp_for_p (declv, initv, condv, incrv)) in finish_omp_for() 10455 TREE_VEC_ELT (initv, i) in finish_omp_for() 10457 TREE_VEC_ELT (initv, i)); in finish_omp_for() [all …]
|
| H A D | pt.cc | 18106 tree initv, tree condv, tree incrv, tree *clauses, in tsubst_omp_for_iterator() argument 18297 TREE_VEC_ELT (initv, i) = init; in tsubst_omp_for_iterator() 18434 TREE_VEC_ELT (initv, i) = init; in tsubst_omp_for_iterator() 19203 tree declv = NULL_TREE, initv = NULL_TREE, condv = NULL_TREE; in tsubst_expr() local 19221 initv = make_tree_vec (TREE_VEC_LENGTH (OMP_FOR_INIT (t))); in tsubst_expr() 19236 |= tsubst_omp_for_iterator (t, i, declv, orig_declv, initv, in tsubst_expr() 19263 orig_declv, initv, condv, incrv, body, pre_body, in tsubst_expr() 28576 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv) in dependent_omp_for_p() argument 28586 tree init = TREE_VEC_ELT (initv, i); in dependent_omp_for_p()
|
| H A D | parser.cc | 42429 tree real_decl, initv, condv, incrv, declv, orig_declv; in cp_parser_omp_for_loop() local 42484 initv = make_tree_vec (count); in cp_parser_omp_for_loop() 42711 TREE_VEC_ELT (initv, i) = init; in cp_parser_omp_for_loop() 42797 ret = finish_omp_for (loc_first, code, declv, orig_declv, initv, condv, in cp_parser_omp_for_loop()
|
| H A D | ChangeLog-2018 | 985 Handle range for loops. Move orig_declv handling after declv/initv
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-parser.c | 18061 tree declv, condv, incrv, initv, ret = NULL_TREE; in c_parser_omp_for_loop() local 18116 initv = make_tree_vec (count); in c_parser_omp_for_loop() 18254 TREE_VEC_ELT (initv, i) = init; in c_parser_omp_for_loop() 18360 stmt = c_finish_omp_for (loc, code, declv, NULL, initv, condv, in c_parser_omp_for_loop()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-parser.cc | 19229 tree declv, condv, incrv, initv, ret = NULL_TREE; in c_parser_omp_for_loop() local 19284 initv = make_tree_vec (count); in c_parser_omp_for_loop() 19424 TREE_VEC_ELT (initv, i) = init; in c_parser_omp_for_loop() 19521 stmt = c_finish_omp_for (loc, code, declv, NULL, initv, condv, in c_parser_omp_for_loop()
|