Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp543 TYPE_PARSER(construct<OmpSectionsDirective>(first(
549 sourced(Parser<OmpSectionsDirective>{}), Parser<OmpClauseList>{})))
552 sourced("END"_tok >> Parser<OmpSectionsDirective>{}),
H A Dunparse.cpp2407 void Unparse(const OmpSectionsDirective &x) { in Unparse()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp915 std::get<parser::OmpSectionsDirective>(beginSectionsDir.t)}; in Enter()
916 const auto &endDir{std::get<parser::OmpSectionsDirective>(endSectionsDir.t)}; in Enter()
917 CheckMatching<parser::OmpSectionsDirective>(beginDir, endDir); in Enter()
934 const auto &dir{std::get<parser::OmpSectionsDirective>(x.t)}; in Enter()
2693 std::get<parser::OmpSectionsDirective>(beginSectionsDir.t)}; in CheckWorkshareBlockStmts()
H A Dresolve-directives.cpp1369 std::get<parser::OmpSectionsDirective>(beginSectionsDir.t)}; in Pre()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3515 struct OmpSectionsDirective { struct
3516 WRAPPER_CLASS_BOILERPLATE(OmpSectionsDirective, llvm::omp::Directive);
3522 std::tuple<OmpSectionsDirective, OmpClauseList> t; argument
3527 std::tuple<OmpSectionsDirective, OmpClauseList> t;
H A Ddump-parse-tree.h534 NODE(parser, OmpSectionsDirective) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1230 std::get<Fortran::parser::OmpSectionsDirective>( in genOMP()