Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Domp-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()
H A Dtree.def992 Operand 0: OMP_SECTIONS_BODY: Sections body.
H A Dtree.h1569 #define OMP_SECTIONS_BODY(NODE) TREE_OPERAND (OMP_SECTIONS_CHECK (NODE), 0) macro
H A Dc-parser.c7642 OMP_SECTIONS_BODY (stmt) = substmt; in c_parser_omp_sections_scope()
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi2637 Operand @code{OMP_SECTIONS_BODY} contains the sections body,
H A Dgccint.info6166 Operand `OMP_SECTIONS_BODY' contains the sections body, which in
/openbsd/gnu/gcc/gcc/cp/
H A Dparser.c19034 OMP_SECTIONS_BODY (stmt) = substmt; in cp_parser_omp_sections_scope()