Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dopenmp-parsers.cpp324 TYPE_PARSER(sourced(construct<OmpSimpleStandaloneDirective>(first(
334 Parser<OmpSimpleStandaloneDirective>{}, Parser<OmpClauseList>{})))
Dunparse.cpp2151 void Unparse(const OmpSimpleStandaloneDirective &x) { in Unparse()
2443 Walk(std::get<OmpSimpleStandaloneDirective>(x.t)); in Unparse()
/external/llvm-project/flang/lib/Lower/
DOpenMP.cpp68 std::get<Fortran::parser::OmpSimpleStandaloneDirective>( in genOMP()
/external/llvm-project/flang/lib/Semantics/
Dcheck-omp-structure.cpp197 const auto &dir{std::get<parser::OmpSimpleStandaloneDirective>(x.t)}; in Enter()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3718 struct OmpSimpleStandaloneDirective { struct
3719 WRAPPER_CLASS_BOILERPLATE(OmpSimpleStandaloneDirective, llvm::omp::Directive);
3726 std::tuple<OmpSimpleStandaloneDirective, OmpClauseList> t; argument
Ddump-parse-tree.h528 NODE(parser, OmpSimpleStandaloneDirective) in NODE()