| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-omp.c | 343 c_finish_omp_for (location_t locus, tree declv, tree initv, tree condv, in c_finish_omp_for() argument 350 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (initv)); in c_finish_omp_for() 356 tree init = TREE_VEC_ELT (initv, i); in c_finish_omp_for() 561 TREE_VEC_ELT (initv, i) = init; in c_finish_omp_for() 572 OMP_FOR_INIT (t) = initv; 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 542 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (initv)); in c_finish_omp_for() 548 tree init = TREE_VEC_ELT (initv, i); in c_finish_omp_for() 783 TREE_VEC_ELT (initv, i) = init; in c_finish_omp_for() 794 OMP_FOR_INIT (t) = initv; in c_finish_omp_for()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | semantics.c | 4450 handle_omp_for_class_iterator (int i, location_t locus, tree declv, tree initv, in handle_omp_for_class_iterator() argument 4457 tree init = TREE_VEC_ELT (initv, i); in handle_omp_for_class_iterator() 4668 TREE_VEC_ELT (initv, i) = init; in handle_omp_for_class_iterator() 4683 finish_omp_for (location_t locus, tree declv, tree initv, tree condv, in finish_omp_for() argument 4691 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (initv)); in finish_omp_for() 4697 init = TREE_VEC_ELT (initv, i); in finish_omp_for() 4746 TREE_VEC_ELT (initv, i) = init; in finish_omp_for() 4749 if (dependent_omp_for_p (declv, initv, condv, incrv)) in finish_omp_for() 4760 TREE_VEC_ELT (initv, i) in finish_omp_for() 4762 TREE_VEC_ELT (initv, i)); in finish_omp_for() [all …]
|
| HD | pt.c | 12391 tsubst_omp_for_iterator (tree t, int i, tree declv, tree initv, in tsubst_omp_for_iterator() argument 12428 TREE_VEC_ELT (initv, i) = init; in tsubst_omp_for_iterator() 12523 TREE_VEC_ELT (initv, i) = init; in tsubst_omp_for_iterator() 12905 tree declv, initv, condv, incrv; in tsubst_expr() local 12911 initv = 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() 12922 for (i = 0; i < TREE_VEC_LENGTH (initv); i++) in tsubst_expr() 12923 if (TREE_VEC_ELT (initv, i) == NULL in tsubst_expr() 12924 || TREE_CODE (TREE_VEC_ELT (initv, i)) != DECL_EXPR) in tsubst_expr() 12925 TREE_VEC_ELT (initv, i) = RECUR (TREE_VEC_ELT (initv, i)); in tsubst_expr() [all …]
|
| HD | parser.c | 26160 tree real_decl, initv, condv, incrv, declv; in cp_parser_omp_for_loop() local 26174 initv = make_tree_vec (collapse); in cp_parser_omp_for_loop() 26457 TREE_VEC_ELT (initv, i) = init; 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 | 7693 tree declv, tree orig_declv, tree initv, in handle_omp_for_class_iterator() argument 7701 tree init = TREE_VEC_ELT (initv, i); in handle_omp_for_class_iterator() 7996 TREE_VEC_ELT (initv, i) = init; in handle_omp_for_class_iterator() 8013 tree orig_declv, tree initv, tree condv, tree incrv, in finish_omp_for() argument 8024 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (initv)); in finish_omp_for() 8046 init = TREE_VEC_ELT (initv, i); in finish_omp_for() 8095 TREE_VEC_ELT (initv, i) = init; in finish_omp_for() 8112 if (dependent_omp_for_p (declv, initv, condv, incrv)) in finish_omp_for() 8123 TREE_VEC_ELT (initv, i) in finish_omp_for() 8125 TREE_VEC_ELT (initv, i)); in finish_omp_for() [all …]
|
| HD | pt.c | 16279 tree initv, tree condv, tree incrv, tree *clauses, in tsubst_omp_for_iterator() argument 16377 TREE_VEC_ELT (initv, i) = init; in tsubst_omp_for_iterator() 16508 TREE_VEC_ELT (initv, i) = init; in tsubst_omp_for_iterator() 17140 tree declv = NULL_TREE, initv = NULL_TREE, condv = NULL_TREE; in tsubst_expr() local 17157 initv = make_tree_vec (TREE_VEC_LENGTH (OMP_FOR_INIT (t))); in tsubst_expr() 17170 tsubst_omp_for_iterator (t, i, declv, orig_declv, initv, condv, 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 25670 tree init = TREE_VEC_ELT (initv, i); in dependent_omp_for_p()
|
| HD | parser.c | 35149 tree real_decl, initv, condv, incrv, declv; in cp_parser_omp_for_loop() local 35199 initv = make_tree_vec (count); in cp_parser_omp_for_loop() 35357 TREE_VEC_ELT (initv, i) = init; 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 9876 initv = make_tree_vec (collapse); in c_parser_omp_for_loop() 9986 TREE_VEC_ELT (initv, i) = init; 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 15688 initv = make_tree_vec (count); in c_parser_omp_for_loop() 15822 TREE_VEC_ELT (initv, i) = init; in c_parser_omp_for_loop() 15926 stmt = c_finish_omp_for (loc, code, declv, NULL, initv, condv, in c_parser_omp_for_loop()
|