Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h441 llvm::SmallPtrSet<const VarDecl *, 4> ThreadPrivateWithDefinition; variable
DCGOpenMPRuntime.cpp1778 if (VD && ThreadPrivateWithDefinition.count(VD) == 0) { in emitThreadPrivateVarDefinition()
1779 ThreadPrivateWithDefinition.insert(VD); in emitThreadPrivateVarDefinition()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h807 llvm::StringSet<> ThreadPrivateWithDefinition; variable
DCGOpenMPRuntime.cpp1758 if (VD && ThreadPrivateWithDefinition.insert(CGM.getMangledName(VD)).second) { in emitThreadPrivateVarDefinition()