Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenacc-parsers.cpp117 TYPE_PARSER(sourced(construct<AccBlockDirective>(
197 sourced(Parser<AccBlockDirective>{}), Parser<AccClauseList>{})))
200 sourced(Parser<AccBlockDirective>{}))))
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-acc-structure.cpp99 std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Enter()
107 const auto &blockDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Leave()
H A Dresolve-directives.cpp597 const auto &blockDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in Pre()
H A Dresolve-names.cpp1284 const auto &beginDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in NeedsScope()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3861 struct AccBlockDirective { struct
3862 WRAPPER_CLASS_BOILERPLATE(AccBlockDirective, llvm::acc::Directive);
4017 std::tuple<AccBlockDirective, AccClauseList> t;
4022 WRAPPER_CLASS_BOILERPLATE(AccEndBlockDirective, AccBlockDirective);
H A Ddump-parse-tree.h65 NODE(parser, AccBlockDirective) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp625 std::get<Fortran::parser::AccBlockDirective>(beginBlockDirective.t); in genACC()