Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dunparse-with-symbols.cpp48 bool Pre(const parser::OpenMPThreadprivate &dir) { in Pre()
52 void Post(const parser::OpenMPThreadprivate &) { currStmt_ = std::nullopt; } in Post() argument
H A Dcheck-omp-structure.h155 void Enter(const parser::OpenMPThreadprivate &);
156 void Leave(const parser::OpenMPThreadprivate &);
H A Dresolve-directives.cpp326 bool Pre(const parser::OpenMPThreadprivate &);
327 void Post(const parser::OpenMPThreadprivate &) { PopContext(); } in Post() argument
1397 bool OmpAttributeVisitor::Pre(const parser::OpenMPThreadprivate &x) { in Pre()
H A Dcheck-omp-structure.cpp1039 void OmpStructureChecker::Enter(const parser::OpenMPThreadprivate &c) { in Enter()
1045 void OmpStructureChecker::Leave(const parser::OpenMPThreadprivate &c) { in Leave()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp515 TYPE_PARSER(sourced(construct<OpenMPThreadprivate>(
534 construct<OpenMPDeclarativeConstruct>(Parser<OpenMPThreadprivate>{})) /
H A Dunparse.cpp2392 [&](const OpenMPThreadprivate &) { in Pre() argument
2403 void Post(const OpenMPThreadprivate &) { in Post() argument
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3610 struct OpenMPThreadprivate { struct
3611 TUPLE_CLASS_BOILERPLATE(OpenMPThreadprivate);
3628 OpenMPThreadprivate> argument
H A Ddump-parse-tree.h570 NODE(parser, OpenMPThreadprivate) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1586 [&](const Fortran::parser::OpenMPThreadprivate &threadprivate) { in genOpenMPDeclarativeConstruct()