Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.h139 void Enter(const parser::OmpEndBlockDirective &);
140 void Leave(const parser::OmpEndBlockDirective &);
H A Dcheck-omp-structure.cpp740 const auto &endBlockDir{std::get<parser::OmpEndBlockDirective>(x.t)}; in Enter()
1466 void OmpStructureChecker::Enter(const parser::OmpEndBlockDirective &x) { in Enter()
1491 void OmpStructureChecker::Leave(const parser::OmpEndBlockDirective &x) { in Leave()
H A Dresolve-names.cpp1331 bool Pre(const parser::OmpEndBlockDirective &x) { in Pre()
1335 void Post(const parser::OmpEndBlockDirective &) { in Post() argument
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp540 Parser<OmpEndBlockDirective>{} / endOmpLine))
584 startOmpLine >> sourced(construct<OmpEndBlockDirective>(
H A Dunparse.cpp2500 Walk(std::get<OmpEndBlockDirective>(x.t)); in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3821 struct OmpEndBlockDirective { struct
3822 TUPLE_CLASS_BOILERPLATE(OmpEndBlockDirective);
3829 std::tuple<OmpBeginBlockDirective, Block, OmpEndBlockDirective> t; argument
H A Ddump-parse-tree.h493 NODE(parser, OmpEndBlockDirective) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp669 std::get<Fortran::parser::OmpEndBlockDirective>(blockConstruct.t); in genOMP()