Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp369 TYPE_PARSER(sourced(construct<OmpSimpleStandaloneDirective>(first(
379 Parser<OmpSimpleStandaloneDirective>{}, Parser<OmpClauseList>{})))
H A Dunparse.cpp2154 void Unparse(const OmpSimpleStandaloneDirective &x) { in Unparse()
2486 Walk(std::get<OmpSimpleStandaloneDirective>(x.t)); in Unparse()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp519 std::get<parser::OmpSimpleStandaloneDirective>(c.t)}; in CheckSIMDNest()
579 std::get<parser::OmpSimpleStandaloneDirective>(c.t)}; in CheckTargetNest()
1239 const auto &dir{std::get<parser::OmpSimpleStandaloneDirective>(x.t)}; in Enter()
H A Dresolve-directives.cpp1158 std::get<parser::OmpSimpleStandaloneDirective>(x.t)}; in Pre()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3784 struct OmpSimpleStandaloneDirective { struct
3785 WRAPPER_CLASS_BOILERPLATE(OmpSimpleStandaloneDirective, llvm::omp::Directive);
3792 std::tuple<OmpSimpleStandaloneDirective, OmpClauseList> t; argument
H A Ddump-parse-tree.h535 NODE(parser, OmpSimpleStandaloneDirective) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp482 std::get<Fortran::parser::OmpSimpleStandaloneDirective>( in genOMP()