Home
last modified time | relevance | path

Searched refs:ThreadPrivateWithDefinition (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.h341 llvm::DenseSet<const VarDecl *> ThreadPrivateWithDefinition; variable
HDCGOpenMPRuntime.cpp984 if (VD && ThreadPrivateWithDefinition.count(VD) == 0) { in emitThreadPrivateVarDefinition()
985 ThreadPrivateWithDefinition.insert(VD); in emitThreadPrivateVarDefinition()