Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.def1202 Operand 0: OMP_SECTIONS_BODY: Sections body.
Dtree.h1438 #define OMP_SECTIONS_BODY(NODE) TREE_OPERAND (OMP_SECTIONS_CHECK (NODE), 0) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgeneric.texi2333 Operand @code{OMP_SECTIONS_BODY} contains the sections body,
Dgccint.info12001 Operand 'OMP_SECTIONS_BODY' contains the sections body, which in
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dparser.cc43321 OMP_SECTIONS_BODY (stmt) = substmt; in cp_parser_omp_sections_scope()