Home
last modified time | relevance | path

Searched refs:OMP_DIRECTIVE_P (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/gcc/
HDtree-cfg.c2511 if (OMP_DIRECTIVE_P (t)) in is_ctrl_altering_stmt()
3475 if (OMP_DIRECTIVE_P (stmt)) in verify_stmt()
4615 if (OMP_DIRECTIVE_P (t) in move_stmt_r()
HDomp-low.c1343 if (OMP_DIRECTIVE_P (t) && ctx != NULL) in scan_omp_1()
3477 if (!bsi_end_p (si) && OMP_DIRECTIVE_P (bsi_stmt (si))) in build_omp_regions_1()
4304 if (errorcount && OMP_DIRECTIVE_P (*tp)) in lower_omp_1()
HDtree.h177 #define OMP_DIRECTIVE_P(NODE) \ macro
HDChangeLog-20067314 * tree.h (OMP_DIRECTIVE_P): Add OMP_CONTINUE.
14546 * tree.h (OMP_DIRECTIVE_P): Define.
14673 (is_ctrl_altering_stmt): Return true for OMP_DIRECTIVE_P.
14675 (verify_stmt): Do not handle OMP_DIRECTIVE_P.