Home
last modified time | relevance | path

Searched refs:OmpEndCriticalDirective (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp492 sourced(construct<OmpEndCriticalDirective>(
500 Parser<OmpCriticalDirective>{}, block, Parser<OmpEndCriticalDirective>{}))
H A Dunparse.cpp2322 void Unparse(const OmpEndCriticalDirective &x) { in Unparse()
2332 Walk(std::get<OmpEndCriticalDirective>(x.t)); in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3638 struct OmpEndCriticalDirective { struct
3639 TUPLE_CLASS_BOILERPLATE(OmpEndCriticalDirective);
3645 std::tuple<OmpCriticalDirective, Block, OmpEndCriticalDirective> t; argument
H A Ddump-parse-tree.h494 NODE(parser, OmpEndCriticalDirective) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp1384 const auto &endCriticalDir{std::get<parser::OmpEndCriticalDirective>(x.t)}; in Pre()
H A Dcheck-omp-structure.cpp1289 const auto &endDir{std::get<parser::OmpEndCriticalDirective>(x.t)}; in Enter()