Home
last modified time | relevance | path

Searched refs:OMP_FOR_COND (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDc-omp.c375 OMP_FOR_COND (t) = cond; in c_finish_omp_for()
HDomp-low.c166 t = OMP_FOR_COND (for_stmt); in extract_omp_for_data()
1207 scan_omp (&OMP_FOR_COND (stmt), ctx); in scan_omp_for()
4086 rhs_p = &TREE_OPERAND (OMP_FOR_COND (stmt), 1); in lower_omp_for()
4540 walk_tree (&OMP_FOR_COND (t), diagnose_sb_1, wi, NULL); in diagnose_sb_1()
4591 walk_tree (&OMP_FOR_COND (t), diagnose_sb_2, wi, NULL); in diagnose_sb_2()
HDtree-pretty-print.c1757 dump_generic_node (buffer, OMP_FOR_COND (node), spc, flags, false); in dump_generic_node()
HDtree.def980 Operand 3: OMP_FOR_COND: Loop conditional expression of the form
HDtree.h1595 #define OMP_FOR_COND(NODE) TREE_OPERAND (OMP_FOR_CHECK (NODE), 3) macro
HDgimplify.c4976 t = OMP_FOR_COND (for_stmt); in gimplify_omp_for()
/freebsd-11-stable/contrib/gcc/cp/
HDsemantics.c4000 OMP_FOR_COND (stmt) = cond; in finish_omp_for()
HDpt.c8796 cond = RECUR (OMP_FOR_COND (t)); in tsubst_expr()
/freebsd-11-stable/contrib/gcc/doc/
HDc-tree.texi2613 Operand @code{OMP_FOR_COND} is the loop conditional expression
2620 operands @code{OMP_FOR_INIT}, @code{OMP_FOR_COND} and