/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-omp.c | 534 c_finish_omp_for (location_t locus, enum tree_code code, tree declv, in c_finish_omp_for() argument 542 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (initv)); in c_finish_omp_for() 543 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (condv)); in c_finish_omp_for() 544 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (incrv)); in c_finish_omp_for() 545 for (i = 0; i < TREE_VEC_LENGTH (declv); i++) in c_finish_omp_for() 547 tree decl = TREE_VEC_ELT (declv, i); in c_finish_omp_for() 811 tree declv; member 832 for (i = 0; i < TREE_VEC_LENGTH (d->declv); i++) in c_omp_check_loop_iv_r() 833 if (*tp == TREE_VEC_ELT (d->declv, i)) in c_omp_check_loop_iv_r() 872 c_omp_check_loop_iv (tree stmt, tree declv, walk_tree_lh lh) in c_omp_check_loop_iv() argument [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | 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() 351 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (condv)); in c_finish_omp_for() 352 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (incrv)); in c_finish_omp_for() 353 for (i = 0; i < TREE_VEC_LENGTH (declv); i++) in c_finish_omp_for() 355 tree decl = TREE_VEC_ELT (declv, i); in c_finish_omp_for()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | semantics.c | 7693 tree declv, tree orig_declv, tree initv, in handle_omp_for_class_iterator() argument 7700 tree decl = TREE_VEC_ELT (declv, i); in handle_omp_for_class_iterator() 7756 TREE_VEC_ELT (declv, i), NULL_TREE, in handle_omp_for_class_iterator() 7995 TREE_VEC_ELT (declv, i) = decl; in handle_omp_for_class_iterator() 8012 finish_omp_for (location_t locus, enum tree_code code, tree declv, in finish_omp_for() argument 8024 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (initv)); in finish_omp_for() 8025 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (condv)); in finish_omp_for() 8026 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (incrv)); in finish_omp_for() 8027 if (TREE_VEC_LENGTH (declv) > 1) in finish_omp_for() 8039 if (collapse != TREE_VEC_LENGTH (declv)) in finish_omp_for() [all …]
|
H A D | pt.c | 16278 tsubst_omp_for_iterator (tree t, int i, tree declv, tree orig_declv, in tsubst_omp_for_iterator() argument 16376 TREE_VEC_ELT (declv, i) = decl; in tsubst_omp_for_iterator() 16507 TREE_VEC_ELT (declv, i) = decl; in tsubst_omp_for_iterator() 17140 tree declv = NULL_TREE, initv = NULL_TREE, condv = NULL_TREE; in tsubst_expr() local 17154 declv = 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() 17180 t = finish_omp_for (EXPR_LOCATION (t), TREE_CODE (t), declv, in tsubst_expr() 25660 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv) in dependent_omp_for_p() argument 25667 for (i = 0; i < TREE_VEC_LENGTH (declv); i++) in dependent_omp_for_p() 25669 tree decl = TREE_VEC_ELT (declv, i); in dependent_omp_for_p()
|
H A D | parser.c | 35149 tree real_decl, initv, condv, incrv, declv; in cp_parser_omp_for_loop() local 35198 declv = make_tree_vec (count); in cp_parser_omp_for_loop() 35356 TREE_VEC_ELT (declv, i) = decl; in cp_parser_omp_for_loop() 35392 declv = NULL_TREE; in cp_parser_omp_for_loop() 35397 if (declv) in cp_parser_omp_for_loop() 35417 if (declv == NULL_TREE) 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()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | semantics.c | 4450 handle_omp_for_class_iterator (int i, location_t locus, tree declv, tree initv, in handle_omp_for_class_iterator() argument 4456 tree decl = TREE_VEC_ELT (declv, i); in handle_omp_for_class_iterator() 4667 TREE_VEC_ELT (declv, i) = decl; 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() 4692 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (condv)); in finish_omp_for() 4693 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (incrv)); in finish_omp_for() 4694 for (i = 0; i < TREE_VEC_LENGTH (declv); i++) in finish_omp_for() 4696 decl = TREE_VEC_ELT (declv, i); in finish_omp_for() 4745 TREE_VEC_ELT (declv, i) = decl; in finish_omp_for() [all …]
|
H A D | pt.c | 12391 tsubst_omp_for_iterator (tree t, int i, tree declv, tree initv, in tsubst_omp_for_iterator() argument 12427 TREE_VEC_ELT (declv, i) = decl; in tsubst_omp_for_iterator() 12522 TREE_VEC_ELT (declv, i) = decl; in tsubst_omp_for_iterator() 12905 tree declv, initv, condv, incrv; in tsubst_expr() local 12910 declv = 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() 12929 gcc_assert (init == TREE_VEC_ELT (declv, i)); 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 19749 for (i = 0; i < TREE_VEC_LENGTH (declv); i++) in dependent_omp_for_p() [all …]
|
H A D | parser.c | 26160 tree real_decl, initv, condv, incrv, declv; in cp_parser_omp_for_loop() local 26173 declv = make_tree_vec (collapse); in cp_parser_omp_for_loop() 26456 TREE_VEC_ELT (declv, i) = decl; in cp_parser_omp_for_loop() 26487 declv = NULL_TREE; in cp_parser_omp_for_loop() 26493 if (declv) in cp_parser_omp_for_loop() 26510 if (declv == NULL_TREE) in cp_parser_omp_for_loop() 26513 ret = finish_omp_for (loc_first, declv, initv, condv, incrv, body, in cp_parser_omp_for_loop()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-parser.c | 9863 tree declv, condv, incrv, initv, ret = NULL; in c_parser_omp_for_loop() local 9875 declv = make_tree_vec (collapse); in c_parser_omp_for_loop() 9985 TREE_VEC_ELT (declv, i) = decl; 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() 10100 if (TREE_VEC_ELT (declv, i) == OMP_CLAUSE_DECL (*c)) in c_parser_omp_for_loop()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-parser.c | 15638 tree declv, condv, incrv, initv, ret = NULL_TREE; in c_parser_omp_for_loop() local 15687 declv = make_tree_vec (count); in c_parser_omp_for_loop() 15821 TREE_VEC_ELT (declv, i) = decl; in c_parser_omp_for_loop() 15926 stmt = c_finish_omp_for (loc, code, declv, NULL, initv, condv, in c_parser_omp_for_loop() 15930 if (stmt && !c_omp_check_loop_iv (stmt, declv, NULL)) in c_parser_omp_for_loop() 15948 if (TREE_VEC_ELT (declv, i) == OMP_CLAUSE_DECL (*c)) in c_parser_omp_for_loop()
|