Home
last modified time | relevance | path

Searched defs:OpenMPThreadprivate (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dunparse-with-symbols.cpp52 void Post(const parser::OpenMPThreadprivate &) { currStmt_ = std::nullopt; } in Post()
Dresolve-directives.cpp260 void Post(const parser::OpenMPThreadprivate &) { PopContext(); } in Post()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3580 struct OpenMPThreadprivate { struct
3590 OpenMPDeclareTargetConstruct, OpenMPThreadprivate> argument
/external/llvm-project/flang/lib/Parser/
Dunparse.cpp2358 [&](const OpenMPThreadprivate &) { in Pre()
2369 void Post(const OpenMPThreadprivate &) { in Post()