Home
last modified time | relevance | path

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 Dc-common.h1199 extern bool c_omp_check_loop_iv_exprs (location_t, tree, tree, tree, tree,
H A Dc-omp.c1174 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 Dc-common.h1241 extern bool c_omp_check_loop_iv_exprs (location_t, enum tree_code, tree, int,
H A Dc-omp.cc1682 c_omp_check_loop_iv_exprs (location_t stmt_loc, enum tree_code code, in c_omp_check_loop_iv_exprs() function
H A DChangeLog702 * 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 Dsemantics.c8588 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 DChangeLog-20151052 c_omp_check_loop_iv_exprs on cond.
1054 c_omp_check_loop_iv_exprs on ORIG_INITS elements. Adjust
H A Dsemantics.cc10047 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 DChangeLog-2021875 finish_omp_for): Adjust c_omp_check_loop_iv_exprs caller.
H A DChangeLog-20181036 Pass to c_omp_check_loop_iv_exprs orig_declv if non-NULL. Don't
H A DChangeLog-20203580 c_omp_check_loop_iv_exprs caller.