Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dopenacc-parsers.cpp271 TYPE_PARSER(sourced(construct<AccBeginBlockDirective>(
278 Parser<AccBeginBlockDirective>{} / endAccLine, block,
Dunparse.cpp1860 Walk(std::get<AccBeginBlockDirective>(x.t)); in Unparse()
/external/llvm-project/flang/lib/Semantics/
Dcheck-acc-structure.cpp93 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Enter()
103 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Leave()
Dresolve-directives.cpp127 void Post(const parser::AccBeginBlockDirective &) { in Post() argument
426 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Pre()
Dresolve-names.cpp1111 bool Pre(const parser::AccBeginBlockDirective &x) { in Pre()
1115 void Post(const parser::AccBeginBlockDirective &) { in Post() argument
1135 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in NeedsScope()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3931 struct AccBeginBlockDirective { struct
3932 TUPLE_CLASS_BOILERPLATE(AccBeginBlockDirective);
3984 std::tuple<AccBeginBlockDirective, Block, AccEndBlockDirective> t;
Ddump-parse-tree.h62 NODE(parser, AccBeginBlockDirective) in NODE()
/external/llvm-project/flang/lib/Lower/
DOpenACC.cpp523 std::get<Fortran::parser::AccBeginBlockDirective>(blockConstruct.t); in genACC()