Searched refs:c_omp_check_loop_iv_exprs (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 1199 extern bool c_omp_check_loop_iv_exprs (location_t, tree, tree, tree, tree,
|
H A D | c-omp.c | 1174 c_omp_check_loop_iv_exprs (location_t stmt_loc, tree declv, tree decl, in c_omp_check_loop_iv_exprs() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 1241 extern bool c_omp_check_loop_iv_exprs (location_t, enum tree_code, tree, int,
|
H A D | c-omp.cc | 1682 c_omp_check_loop_iv_exprs (location_t stmt_loc, enum tree_code code, in c_omp_check_loop_iv_exprs() function
|
H A D | ChangeLog | 702 * c-common.h (c_omp_check_loop_iv_exprs): Add enum tree_code argument. 707 (c_omp_check_loop_iv_exprs): Add CODE argument. Or in 4 into data.kind 2178 * c-common.h (c_omp_check_loop_iv_exprs): Add an int argument. 2190 (c_omp_check_loop_iv_exprs): Likewise. 7617 (c_omp_check_loop_iv, c_omp_check_loop_iv_exprs): New prototypes. 7624 c_omp_check_loop_iv_exprs): New functions.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 8588 if (!c_omp_check_loop_iv_exprs (locus, orig_declv, in handle_omp_for_class_iterator() 8974 && !c_omp_check_loop_iv_exprs (locus, orig_declv in finish_omp_for()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2015 | 1052 c_omp_check_loop_iv_exprs on cond. 1054 c_omp_check_loop_iv_exprs on ORIG_INITS elements. Adjust
|
H A D | semantics.cc | 10047 if (!c_omp_check_loop_iv_exprs (locus, code, orig_declv, i, in handle_omp_for_class_iterator() 10435 && !c_omp_check_loop_iv_exprs (locus, code, in finish_omp_for()
|
H A D | ChangeLog-2021 | 875 finish_omp_for): Adjust c_omp_check_loop_iv_exprs caller.
|
H A D | ChangeLog-2018 | 1036 Pass to c_omp_check_loop_iv_exprs orig_declv if non-NULL. Don't
|
H A D | ChangeLog-2020 | 3580 c_omp_check_loop_iv_exprs caller.
|