Home
last modified time | relevance | path

Searched refs:OmpBeginLoopDirective (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcanonicalize-omp.cpp76 auto &beginDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in RewriteOpenMPLoopConstruct()
Dresolve-directives.cpp242 void Post(const parser::OmpBeginLoopDirective &) { in Post() argument
819 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in Pre()
Dcheck-omp-structure.cpp59 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in Enter()
Dresolve-names.cpp1196 bool Pre(const parser::OmpBeginLoopDirective &x) { in Pre()
1200 void Post(const parser::OmpBeginLoopDirective &) { in Post() argument
/external/llvm-project/flang/lib/Parser/
Dopenmp-parsers.cpp287 TYPE_PARSER(sourced(construct<OmpBeginLoopDirective>(
529 Parser<OmpBeginLoopDirective>{} / endOmpLine))
Dunparse.cpp2464 Walk(std::get<OmpBeginLoopDirective>(x.t)); in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3737 struct OmpBeginLoopDirective { struct
3738 TUPLE_CLASS_BOILERPLATE(OmpBeginLoopDirective);
3769 OpenMPLoopConstruct(OmpBeginLoopDirective &&a) in OpenMPLoopConstruct()
3771 std::tuple<OmpBeginLoopDirective, std::optional<DoConstruct>,
Ddump-parse-tree.h453 NODE(parser, OmpBeginLoopDirective) in NODE()