Searched refs:OMP_FOR_COND (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | c-omp.c | 375 OMP_FOR_COND (t) = cond; in c_finish_omp_for()
|
| HD | omp-low.c | 166 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()
|
| HD | tree-pretty-print.c | 1757 dump_generic_node (buffer, OMP_FOR_COND (node), spc, flags, false); in dump_generic_node()
|
| HD | tree.def | 980 Operand 3: OMP_FOR_COND: Loop conditional expression of the form
|
| HD | tree.h | 1595 #define OMP_FOR_COND(NODE) TREE_OPERAND (OMP_FOR_CHECK (NODE), 3) macro
|
| HD | gimplify.c | 4976 t = OMP_FOR_COND (for_stmt); in gimplify_omp_for()
|
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | semantics.c | 4000 OMP_FOR_COND (stmt) = cond; in finish_omp_for()
|
| HD | pt.c | 8796 cond = RECUR (OMP_FOR_COND (t)); in tsubst_expr()
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | c-tree.texi | 2613 Operand @code{OMP_FOR_COND} is the loop conditional expression 2620 operands @code{OMP_FOR_INIT}, @code{OMP_FOR_COND} and
|