Home
last modified time | relevance | path

Searched refs:OMP_SECTIONS_BODY (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/
HDomp-low.c1223 scan_omp (&OMP_SECTIONS_BODY (stmt), ctx); in scan_omp_sections()
3606 tsi = tsi_start (OMP_SECTIONS_BODY (stmt)); in lower_omp_sections()
3610 tsi = tsi_start (OMP_SECTIONS_BODY (stmt)); in lower_omp_sections()
3671 OMP_SECTIONS_BODY (stmt) = NULL; in lower_omp_sections()
HDtree.def997 Operand 0: OMP_SECTIONS_BODY: Sections body.
HDtree.h1599 #define OMP_SECTIONS_BODY(NODE) TREE_OPERAND (OMP_SECTIONS_CHECK (NODE), 0) macro
HDc-parser.c8227 OMP_SECTIONS_BODY (stmt) = substmt; in c_parser_omp_sections_scope()
/NextBSD/contrib/gcc/doc/
HDc-tree.texi2637 Operand @code{OMP_SECTIONS_BODY} contains the sections body,
/NextBSD/contrib/gcc/cp/
HDparser.c21426 OMP_SECTIONS_BODY (stmt) = substmt; in cp_parser_omp_sections_scope()