Home
last modified time | relevance | path

Searched refs:AccBlockDirective (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dopenacc-parsers.cpp192 TYPE_PARSER(sourced(construct<AccBlockDirective>(
272 sourced(Parser<AccBlockDirective>{}), Parser<AccClauseList>{})))
275 sourced(Parser<AccBlockDirective>{}))))
/external/llvm-project/flang/lib/Semantics/
Dcheck-acc-structure.cpp96 std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Enter()
104 const auto &blockDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Leave()
Dresolve-directives.cpp427 const auto &blockDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Pre()
Dresolve-names.cpp1136 const auto &beginDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in NeedsScope()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3794 struct AccBlockDirective { struct
3795 WRAPPER_CLASS_BOILERPLATE(AccBlockDirective, llvm::acc::Directive);
3934 std::tuple<AccBlockDirective, AccClauseList> t;
3939 WRAPPER_CLASS_BOILERPLATE(AccEndBlockDirective, AccBlockDirective);
Ddump-parse-tree.h65 NODE(parser, AccBlockDirective) in NODE()
/external/llvm-project/flang/lib/Lower/
DOpenACC.cpp525 std::get<Fortran::parser::AccBlockDirective>(beginBlockDirective.t); in genACC()