Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-omp.c343 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/
HDc-omp.c535 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/
HDsemantics.c4450 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 …]
HDpt.c12391 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 …]
HDparser.c26160 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/
HDsemantics.c7693 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 …]
HDpt.c16279 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()
HDparser.c35149 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/
HDc-parser.c9863 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/
HDc-parser.c15638 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()