Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dc-omp.c376 OMP_FOR_INCR (t) = incr; in c_finish_omp_for()
H A Domp-low.c189 t = OMP_FOR_INCR (fd->for_stmt); in extract_omp_for_data()
1208 scan_omp (&OMP_FOR_INCR (stmt), ctx); in scan_omp_for()
4090 rhs_p = &TREE_OPERAND (TREE_OPERAND (OMP_FOR_INCR (stmt), 1), 1); in lower_omp_for()
4541 walk_tree (&OMP_FOR_INCR (t), diagnose_sb_1, wi, NULL); in diagnose_sb_1()
4592 walk_tree (&OMP_FOR_INCR (t), diagnose_sb_2, wi, NULL); in diagnose_sb_2()
H A Dgimplify.c4983 t = OMP_FOR_INCR (for_stmt); in gimplify_omp_for()
4997 OMP_FOR_INCR (for_stmt) = t; in gimplify_omp_for()
H A Dtree-pretty-print.c1759 dump_generic_node (buffer, OMP_FOR_INCR (node), spc, flags, false); in dump_generic_node()
H A Dtree.def977 Operand 4: OMP_FOR_INCR: Loop index increment of the form
H A Dtree.h1566 #define OMP_FOR_INCR(NODE) TREE_OPERAND (OMP_FOR_CHECK (NODE), 4) macro
/openbsd/gnu/gcc/gcc/cp/
H A Dsemantics.c3835 OMP_FOR_INCR (stmt) = incr; in finish_omp_for()
H A Dpt.c8774 incr = RECUR (OMP_FOR_INCR (t)); in tsubst_expr()
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi2616 Operand @code{OMP_FOR_INCR} is the loop index increment of the
H A Dgccint.info6148 Operand `OMP_FOR_INCR' is the loop index increment of the form