Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcanonicalize-acc.cpp40 parser::Unwrap<parser::AccEndCombinedDirective>(*it)}) { in Post()
182 parser::Unwrap<parser::AccEndCombinedDirective>(*nextIt)}) { in RewriteOpenACCCombinedConstruct()
183 std::get<std::optional<parser::AccEndCombinedDirective>>(x.t) = in RewriteOpenACCCombinedConstruct()
Dcheck-acc-structure.cpp151 std::get<std::optional<parser::AccEndCombinedDirective>>(x.t)}) { in Enter()
/external/llvm-project/flang/lib/Parser/
Dtype-parsers.h134 constexpr Parser<AccEndCombinedDirective> accEndCombinedDirective;
Dopenacc-parsers.cpp305 TYPE_PARSER(startAccLine >> sourced(construct<AccEndCombinedDirective>(sourced(
Dunparse.cpp1906 Walk("!$ACC END ", std::get<std::optional<AccEndCombinedDirective>>(x.t), in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h261 struct AccEndCombinedDirective;
521 common::Indirection<AccEndCombinedDirective>,
3999 struct AccEndCombinedDirective { struct
4000 WRAPPER_CLASS_BOILERPLATE(AccEndCombinedDirective, AccCombinedDirective);
4010 std::optional<AccEndCombinedDirective>> argument
Ddump-parse-tree.h78 NODE(parser, AccEndCombinedDirective) in NODE()