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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h533 llvm::DenseSet<const VarDecl *> ThreadPrivateWithDefinition; member in class:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy
H A DCGOpenMPRuntime.cpp1132 if (VD && ThreadPrivateWithDefinition.count(VD) == 0) {
1133 ThreadPrivateWithDefinition.insert(VD);

Completed in 46 milliseconds