Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.h144 void Enter(const parser::OmpEndSectionsDirective &);
145 void Leave(const parser::OmpEndSectionsDirective &);
H A Dcheck-omp-structure.cpp913 const auto &endSectionsDir{std::get<parser::OmpEndSectionsDirective>(x.t)}; in Enter()
933 void OmpStructureChecker::Enter(const parser::OmpEndSectionsDirective &x) { in Enter()
952 void OmpStructureChecker::Leave(const parser::OmpEndSectionsDirective &x) { in Leave()
H A Dresolve-names.cpp1371 bool Pre(const parser::OmpEndSectionsDirective &x) { in Pre()
1375 void Post(const parser::OmpEndSectionsDirective &) { in Post() argument
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp551 startOmpLine >> sourced(construct<OmpEndSectionsDirective>(
567 Parser<OmpSectionBlocks>{}, Parser<OmpEndSectionsDirective>{} / endOmpLine))
H A Dunparse.cpp2439 Walk(std::get<OmpEndSectionsDirective>(x.t)); in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3525 struct OmpEndSectionsDirective { struct
3526 TUPLE_CLASS_BOILERPLATE(OmpEndSectionsDirective);
3549 OmpEndSectionsDirective> argument
H A Ddump-parse-tree.h496 NODE(parser, OmpEndSectionsDirective) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1219 std::get<Fortran::parser::OmpEndSectionsDirective>(sectionsConstruct.t); in genOMP()