Home
last modified time | relevance | path

Searched refs:OmpBeginBlockDirective (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp407 TYPE_PARSER(sourced(construct<OmpBeginBlockDirective>(
539 Parser<OmpBeginBlockDirective>{} / endOmpLine, block,
H A Dunparse.cpp2494 Walk(std::get<OmpBeginBlockDirective>(x.t)); in Unparse()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.h138 void Leave(const parser::OmpBeginBlockDirective &);
H A Dcheck-omp-structure.cpp503 std::get<parser::OmpBeginBlockDirective>(c.t)}; in CheckSIMDNest()
566 std::get<parser::OmpBeginBlockDirective>(c.t)}; in CheckTargetNest()
739 const auto &beginBlockDir{std::get<parser::OmpBeginBlockDirective>(x.t)}; in Enter()
899 void OmpStructureChecker::Leave(const parser::OmpBeginBlockDirective &) { in Leave() argument
2619 std::get<parser::OmpBeginBlockDirective>(ompBlockConstruct->t)}; in CheckTargetBlockOnlyTeams()
2674 std::get<parser::OmpBeginBlockDirective>(ompBlockConstruct->t)}; in CheckWorkshareBlockStmts()
H A Dresolve-directives.cpp297 void Post(const parser::OmpBeginBlockDirective &) { in Post() argument
1089 const auto &beginBlockDir{std::get<parser::OmpBeginBlockDirective>(x.t)}; in Pre()
1118 const auto &beginBlockDir{std::get<parser::OmpBeginBlockDirective>(x.t)}; in Post()
H A Dresolve-names.cpp1324 bool Pre(const parser::OmpBeginBlockDirective &x) { in Pre()
1328 void Post(const parser::OmpBeginBlockDirective &) { in Post() argument
1381 const auto &beginBlockDir{std::get<parser::OmpBeginBlockDirective>(x.t)}; in NeedsScope()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3815 struct OmpBeginBlockDirective { struct
3816 TUPLE_CLASS_BOILERPLATE(OmpBeginBlockDirective);
3829 std::tuple<OmpBeginBlockDirective, Block, OmpEndBlockDirective> t; argument
H A Ddump-parse-tree.h460 NODE(parser, OmpBeginBlockDirective) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp665 std::get<Fortran::parser::OmpBeginBlockDirective>(blockConstruct.t); in genOMP()