Home
last modified time | relevance | path

Searched refs:OmpEndLoopDirective (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-omp.cpp38 GetConstructIf<parser::OmpEndLoopDirective>(*it)}) { in Post()
90 GetConstructIf<parser::OmpEndLoopDirective>(*nextIt)}) { in RewriteOpenMPLoopConstruct()
91 std::get<std::optional<parser::OmpEndLoopDirective>>(x.t) = in RewriteOpenMPLoopConstruct()
H A Dcheck-omp-structure.h134 void Enter(const parser::OmpEndLoopDirective &);
H A Dcheck-omp-structure.cpp381 std::get<std::optional<parser::OmpEndLoopDirective>>(x.t)}) { in Enter()
722 void OmpStructureChecker::Enter(const parser::OmpEndLoopDirective &x) { in Enter()
H A Dresolve-names.cpp1351 bool Pre(const parser::OmpEndLoopDirective &x) { in Pre()
1355 void Post(const parser::OmpEndLoopDirective &) { in Post() argument
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DOpenMP.h22 struct OmpEndLoopDirective;
H A DPFTBuilder.h140 parser::OpenMPDeclarativeConstruct, parser::OmpEndLoopDirective>;
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtype-parsers.h139 constexpr Parser<OmpEndLoopDirective> ompEndLoopDirective;
H A Dopenmp-parsers.cpp590 startOmpLine >> sourced(construct<OmpEndLoopDirective>(
H A Dunparse.cpp2474 void Unparse(const OmpEndLoopDirective &x) { in Unparse()
2511 Walk(std::get<std::optional<OmpEndLoopDirective>>(x.t)); in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h266 struct OmpEndLoopDirective;
525 common::Indirection<OmpEndLoopDirective>>
3809 struct OmpEndLoopDirective { struct
3810 TUPLE_CLASS_BOILERPLATE(OmpEndLoopDirective);
3838 std::optional<OmpEndLoopDirective>>
H A Ddump-parse-tree.h495 NODE(parser, OmpEndLoopDirective) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1124 std::get<std::optional<Fortran::parser::OmpEndLoopDirective>>( in genOMP()
H A DBridge.cpp2587 void genFIR(const Fortran::parser::OmpEndLoopDirective &) {} // nop in genFIR() argument