Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp383 sourced(construct<OpenMPStandaloneConstruct>(
385 construct<OpenMPStandaloneConstruct>(Parser<OpenMPFlushConstruct>{}) ||
386 construct<OpenMPStandaloneConstruct>(Parser<OpenMPCancelConstruct>{}) ||
387 construct<OpenMPStandaloneConstruct>(
576 construct<OpenMPConstruct>(Parser<OpenMPStandaloneConstruct>{}),
/llvm-project-15.0.7/flang/examples/FlangOmpReport/
H A DFlangOmpReportVisitor.cpp68 [&](const OpenMPStandaloneConstruct &c) -> SourcePosition { in getLocation()
114 [&](const OpenMPStandaloneConstruct &c) -> std::string { in getName()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp545 const Fortran::parser::OpenMPStandaloneConstruct &standaloneConstruct) { in genOMP()
1489 [&](const Fortran::parser::OpenMPStandaloneConstruct in genOpenMPConstruct()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3795 struct OpenMPStandaloneConstruct { struct
3796 UNION_CLASS_BOILERPLATE(OpenMPStandaloneConstruct);
3844 std::variant<OpenMPStandaloneConstruct, OpenMPSectionsConstruct,
H A Ddump-parse-tree.h567 NODE(parser, OpenMPStandaloneConstruct) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp574 [&](const parser::OpenMPStandaloneConstruct &c) { in CheckTargetNest()