Searched refs:c_omp_check_loop_iv (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 1198 extern bool c_omp_check_loop_iv (tree, tree, walk_tree_lh);
|
H A D | c-omp.c | 1111 c_omp_check_loop_iv (tree stmt, tree declv, walk_tree_lh lh) in c_omp_check_loop_iv() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 1240 extern bool c_omp_check_loop_iv (tree, tree, walk_tree_lh);
|
H A D | c-omp.cc | 1585 c_omp_check_loop_iv (tree stmt, tree declv, walk_tree_lh lh) in c_omp_check_loop_iv() function
|
H A D | ChangeLog | 697 (c_omp_check_loop_iv): Set kind even if the iterator is non-integral. 2187 (c_omp_check_loop_iv): Use it. Fill in new members, allow 4189 * c-omp.c (c_omp_check_loop_iv_r, c_omp_check_loop_iv): Allow declv 7617 (c_omp_check_loop_iv, c_omp_check_loop_iv_exprs): New prototypes. 7623 (c_omp_check_loop_iv_r, c_omp_check_loop_iv,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 9116 if (omp_for && !c_omp_check_loop_iv (omp_for, orig_declv, cp_walk_subtrees)) in finish_omp_for()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2015 | 1055 handle_omp_for_class_iterator caller. Call c_omp_check_loop_iv.
|
H A D | semantics.cc | 10553 if (omp_for && !c_omp_check_loop_iv (omp_for, orig_declv, cp_walk_subtrees)) in finish_omp_for()
|
H A D | ChangeLog-2020 | 3582 before calling c_finish_omp_for and c_omp_check_loop_iv, move it
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 18364 if (stmt && !c_omp_check_loop_iv (stmt, declv, NULL)) in c_parser_omp_for_loop()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 19526 if (stmt && !c_omp_check_loop_iv (stmt, declv, NULL)) in c_parser_omp_for_loop()
|
H A D | ChangeLog | 5646 (c_parser_omp_for_loop): Call c_omp_check_loop_iv. Call add_stmt here.
|