Searched refs:OMP_FOR_INCR (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | c-omp.c | 376 OMP_FOR_INCR (t) = incr; in c_finish_omp_for()
|
H A D | omp-low.c | 189 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 D | gimplify.c | 4983 t = OMP_FOR_INCR (for_stmt); in gimplify_omp_for() 4997 OMP_FOR_INCR (for_stmt) = t; in gimplify_omp_for()
|
H A D | tree-pretty-print.c | 1759 dump_generic_node (buffer, OMP_FOR_INCR (node), spc, flags, false); in dump_generic_node()
|
H A D | tree.def | 977 Operand 4: OMP_FOR_INCR: Loop index increment of the form
|
H A D | tree.h | 1566 #define OMP_FOR_INCR(NODE) TREE_OPERAND (OMP_FOR_CHECK (NODE), 4) macro
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | semantics.c | 3835 OMP_FOR_INCR (stmt) = incr; in finish_omp_for()
|
H A D | pt.c | 8774 incr = RECUR (OMP_FOR_INCR (t)); in tsubst_expr()
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | c-tree.texi | 2616 Operand @code{OMP_FOR_INCR} is the loop index increment of the
|
H A D | gccint.info | 6148 Operand `OMP_FOR_INCR' is the loop index increment of the form
|