Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-acc.cpp124 auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in RewriteOpenACCLoopConstruct()
142 parser::AccBeginLoopDirective>(x); in RewriteOpenACCLoopConstruct()
144 parser::AccBeginLoopDirective>(x); in RewriteOpenACCLoopConstruct()
H A Dcheck-acc-structure.cpp202 const auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in Enter()
208 const auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in Leave()
H A Dresolve-directives.cpp683 const auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in Pre()
H A Dresolve-names.cpp1273 bool Pre(const parser::AccBeginLoopDirective &x) { in Pre()
1277 void Post(const parser::AccBeginLoopDirective &x) { in Post()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenacc-parsers.cpp137 TYPE_PARSER(construct<AccBeginLoopDirective>(
141 construct<OpenACCLoopConstruct>(sourced(Parser<AccBeginLoopDirective>{})))
H A Dunparse.cpp1904 Walk(std::get<AccBeginLoopDirective>(x.t)); in Unparse()
1909 void Unparse(const AccBeginLoopDirective &x) { in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h4008 struct AccBeginLoopDirective { struct
4009 TUPLE_CLASS_BOILERPLATE(AccBeginLoopDirective);
4107 OpenACCLoopConstruct(AccBeginLoopDirective &&a) in OpenACCLoopConstruct()
4109 std::tuple<AccBeginLoopDirective, std::optional<DoConstruct>> t;
H A Ddump-parse-tree.h64 NODE(parser, AccBeginLoopDirective) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp341 std::get<Fortran::parser::AccBeginLoopDirective>(loopConstruct.t); in genACC()