Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.def1187 Operand 0: OMP_TEAMS_BODY: Teams body.
Dtree.h1465 #define OMP_TEAMS_BODY(NODE) TREE_OPERAND (OMP_TEAMS_CHECK (NODE), 0) macro
DChangeLog-201315415 (OMP_TASKGROUP_BODY, OMP_TEAMS_BODY, OMP_TEAMS_CLAUSES,
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dparser.cc43954 OMP_TEAMS_BODY (ret) = body; in cp_parser_omp_teams()
43982 OMP_TEAMS_BODY (ret) = body; in cp_parser_omp_teams()
44006 OMP_TEAMS_BODY (stmt) = cp_parser_omp_structured_block (parser, if_p); in cp_parser_omp_teams()