Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dopenacc-parsers.cpp209 TYPE_PARSER(sourced(construct<AccLoopDirective>(
213 sourced(Parser<AccLoopDirective>{}), Parser<AccClauseList>{}))
Dunparse.cpp1879 Walk(std::get<AccLoopDirective>(x.t)); in Unparse()
/external/llvm-project/flang/lib/Semantics/
Dcheck-acc-structure.cpp178 const auto &loopDir{std::get<parser::AccLoopDirective>(beginDir.t)}; in Enter()
184 const auto &loopDir{std::get<parser::AccLoopDirective>(beginDir.t)}; in Leave()
Dcanonicalize-acc.cpp123 auto &dir{std::get<parser::AccLoopDirective>(beginDir.t)}; in RewriteOpenACCLoopConstruct()
Dresolve-directives.cpp133 void Post(const parser::AccLoopDirective &) { in Post() argument
445 const auto &loopDir{std::get<parser::AccLoopDirective>(beginDir.t)}; in Pre()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3799 struct AccLoopDirective { struct
3800 WRAPPER_CLASS_BOILERPLATE(AccLoopDirective, llvm::acc::Directive);
3927 std::tuple<AccLoopDirective, AccClauseList> t;
Ddump-parse-tree.h92 NODE(parser, AccLoopDirective) in NODE()
/external/llvm-project/flang/lib/Lower/
DOpenACC.cpp129 std::get<Fortran::parser::AccLoopDirective>(beginLoopDirective.t); in genACC()