Home
last modified time | relevance | path

Searched refs:OpenMPSectionsConstruct (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.h142 void Enter(const parser::OpenMPSectionsConstruct &);
143 void Leave(const parser::OpenMPSectionsConstruct &);
H A Dresolve-directives.cpp311 bool Pre(const parser::OpenMPSectionsConstruct &);
312 void Post(const parser::OpenMPSectionsConstruct &) { PopContext(); } in Post() argument
1365 bool OmpAttributeVisitor::Pre(const parser::OpenMPSectionsConstruct &x) { in Pre()
H A Dcheck-omp-structure.cpp910 void OmpStructureChecker::Enter(const parser::OpenMPSectionsConstruct &x) { in Enter()
929 void OmpStructureChecker::Leave(const parser::OpenMPSectionsConstruct &) { in Leave() argument
2687 std::get_if<parser::OpenMPSectionsConstruct>( in CheckWorkshareBlockStmts()
H A Dresolve-names.cpp1359 bool Pre(const parser::OpenMPSectionsConstruct &) { in Pre() argument
1363 void Post(const parser::OpenMPSectionsConstruct &) { PopScope(); } in Post() argument
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp565 TYPE_PARSER(construct<OpenMPSectionsConstruct>(
571 first(construct<OpenMPConstruct>(Parser<OpenMPSectionsConstruct>{}),
H A Dunparse.cpp2430 void Unparse(const OpenMPSectionsConstruct &x) { in Unparse()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1196 const Fortran::parser::OpenMPSectionsConstruct &sectionsConstruct) { in genOMP()
1493 [&](const Fortran::parser::OpenMPSectionsConstruct in genOpenMPConstruct()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3546 struct OpenMPSectionsConstruct { struct
3547 TUPLE_CLASS_BOILERPLATE(OpenMPSectionsConstruct);
3844 std::variant<OpenMPStandaloneConstruct, OpenMPSectionsConstruct,
H A Ddump-parse-tree.h569 NODE(parser, OpenMPSectionsConstruct) in NODE()