Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dunparse-with-symbols.cpp48 bool Pre(const parser::OpenMPThreadprivate &dir) { in Pre()
52 void Post(const parser::OpenMPThreadprivate &) { currStmt_ = std::nullopt; } in Post() argument
Dresolve-directives.cpp259 bool Pre(const parser::OpenMPThreadprivate &);
260 void Post(const parser::OpenMPThreadprivate &) { PopContext(); } in Post() argument
996 bool OmpAttributeVisitor::Pre(const parser::OpenMPThreadprivate &x) { in Pre()
/external/llvm-project/flang/lib/Parser/
Dopenmp-parsers.cpp463 TYPE_PARSER(sourced(construct<OpenMPThreadprivate>(
474 construct<OpenMPDeclarativeConstruct>(Parser<OpenMPThreadprivate>{})) /
Dunparse.cpp2358 [&](const OpenMPThreadprivate &) { in Pre() argument
2369 void Post(const OpenMPThreadprivate &) { in Post() argument
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3580 struct OpenMPThreadprivate { struct
3581 TUPLE_CLASS_BOILERPLATE(OpenMPThreadprivate);
3590 OpenMPDeclareTargetConstruct, OpenMPThreadprivate> argument
Ddump-parse-tree.h558 NODE(parser, OpenMPThreadprivate) in NODE()