Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/examples/FlangOmpReport/
H A DFlangOmpReportVisitor.cpp88 [&](const OpenMPSectionConstruct &c) -> SourcePosition { in getLocation()
141 [&](const OpenMPSectionConstruct &c) -> std::string { in getName()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp557 TYPE_PARSER(construct<OpenMPSectionConstruct>(block))
561 construct<OpenMPConstruct>(sourced(Parser<OpenMPSectionConstruct>{})),
H A Dunparse.cpp2427 Walk(std::get<OpenMPSectionConstruct>(y.u).v, ""); in Unparse()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1183 const Fortran::parser::OpenMPSectionConstruct &sectionConstruct) { in genOMP()
1497 [&](const Fortran::parser::OpenMPSectionConstruct &sectionConstruct) { in genOpenMPConstruct()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3536 struct OpenMPSectionConstruct { struct
3537 WRAPPER_CLASS_BOILERPLATE(OpenMPSectionConstruct, Block);
3845 OpenMPSectionConstruct, OpenMPLoopConstruct, OpenMPBlockConstruct,
H A Ddump-parse-tree.h568 NODE(parser, OpenMPSectionConstruct) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp922 CheckNoBranching(std::get<parser::OpenMPSectionConstruct>(block.u).v, in Enter()