Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-acc.cpp40 parser::Unwrap<parser::AccEndCombinedDirective>(*it)}) { in Post()
184 parser::Unwrap<parser::AccEndCombinedDirective>(*nextIt)}) { in RewriteOpenACCCombinedConstruct()
185 std::get<std::optional<parser::AccEndCombinedDirective>>(x.t) = in RewriteOpenACCCombinedConstruct()
H A Dcheck-acc-structure.cpp176 std::get<std::optional<parser::AccEndCombinedDirective>>(x.t)}) { in Enter()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtype-parsers.h135 constexpr Parser<AccEndCombinedDirective> accEndCombinedDirective;
H A Dopenacc-parsers.cpp231 TYPE_PARSER(startAccLine >> sourced(construct<AccEndCombinedDirective>(sourced(
H A Dunparse.cpp1937 Walk("!$ACC END ", std::get<std::optional<AccEndCombinedDirective>>(x.t), in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h262 struct AccEndCombinedDirective;
523 common::Indirection<AccEndCombinedDirective>,
4082 struct AccEndCombinedDirective { struct
4083 WRAPPER_CLASS_BOILERPLATE(AccEndCombinedDirective, AccCombinedDirective);
4093 std::optional<AccEndCombinedDirective>> argument
H A Ddump-parse-tree.h83 NODE(parser, AccEndCombinedDirective) in NODE()