Home
last modified time | relevance | path

Searched defs:TSD (Results 1 – 10 of 10) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd.h27 template <class Allocator> struct alignas(SCUDO_CACHE_LINE_SIZE) TSD { struct
28 using ThisT = TSD<Allocator>; argument
29 u8 DestructorIterations = 0;
31 void init(Allocator *Instance) NO_THREAD_SAFETY_ANALYSIS { in init()
58 // As the comments attached to `getCache()`, the TSD doesn't always need to be argument
68 // current architecture of accessing TSD is not easy to cooperate with the argument
90 #endif // SCUDO_TSD_H_ argument
H A Dtsd_shared.h137 TSD<Allocator> *TSD = getCurrentTSD(); in getTSDAndLock() local
H A Dcombined.h277 TSD->getCache().destroy(&Stats); in drainCache() argument
270 commitBack(TSD<ThisT> * TSD) commitBack() argument
[all...]
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp42 void commitBack(UNUSED scudo::TSD<MockAllocator> *TSD) {} in commitBack()
105 typename AllocatorT::TSDRegistryT::ScopedTSD TSD(*Registry); in testRegistry() local
111 typename AllocatorT::TSDRegistryT::ScopedTSD TSD(*Registry); in testRegistry() local
142 typename AllocatorT::TSDRegistryT::ScopedTSD TSD(*Registry); in stressCache() local
198 typename MockAllocator<SharedCaches>::TSDRegistryT::ScopedTSD TSD( in stressSharedRegistry() local
H A Dcombined_test.cpp613 EXPECT_TRUE(!TSD->getCache().isEmpty()); in SCUDO_TYPED_TEST_SKIP_THREAD_SAFETY() local
590 typename AllocatorT::TSDRegistryT::ScopedTSD TSD( SCUDO_TYPED_TEST_SKIP_THREAD_SAFETY() local
1005 typename AllocatorT::TSDRegistryT::ScopedTSD TSD( TEST() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp320 if (auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD)) { reportRecord() local
H A DSmartPtrModeling.cpp187 const auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD); in getInnerPointerType() local
/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp49 if (auto *TSD = llvm::dyn_cast<TopLevelStmtDecl>(D); HandleTopLevelDecl() local
/llvm-project/llvm/lib/XRay/
H A DProfile.cpp339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace() local
/llvm-project/clang-tools-extra/clangd/
H A DHover.cpp308 if (TSD->getTemplateSpecializationKind() == TSK_Undeclared) in getDeclForComment() local
315 DeclForComment = TSD->getSpecializedTemplate(); in getDeclForComment() local