/external/scudo/standalone/ |
D | tsd.h | 26 template <class Allocator> struct alignas(SCUDO_CACHE_LINE_SIZE) TSD { struct 27 typename Allocator::CacheT Cache; 28 typename Allocator::QuarantineCacheT QuarantineCache; 29 u8 DestructorIterations = 0; 31 void initLinkerInitialized(Allocator *Instance) { in initLinkerInitialized() 35 void init(Allocator *Instance) { in init() 40 void commitBack(Allocator *Instance) { Instance->commitBack(this); } in commitBack() 42 inline bool tryLock() { in tryLock() 67 #endif // SCUDO_TSD_H_ argument
|
D | combined.h | 237 void commitBack(TSD<ThisT> *TSD) { in commitBack() argument 350 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); variable 1112 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local 1124 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
|
D | tsd_shared.h | 58 TSD<Allocator> *TSD = getCurrentTSD(); in getTSDAndLock() local
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | tsd.h | 26 template <class Allocator> struct alignas(SCUDO_CACHE_LINE_SIZE) TSD { struct 27 typename Allocator::CacheT Cache; 28 typename Allocator::QuarantineCacheT QuarantineCache; 29 u8 DestructorIterations; 31 void initLinkerInitialized(Allocator *Instance) { in initLinkerInitialized() 35 void init(Allocator *Instance) { in init() 40 void commitBack(Allocator *Instance) { Instance->commitBack(this); } in commitBack() 42 inline bool tryLock() { in tryLock() 67 #endif // SCUDO_TSD_H_ argument
|
D | combined.h | 230 void commitBack(TSD<ThisT> *TSD) { in commitBack() argument 321 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); variable 1065 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local 1076 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
|
D | tsd_shared.h | 51 TSD<Allocator> *TSD = getCurrentTSD(); in getTSDAndLock() local
|
/external/scudo/standalone/tests/ |
D | tsd_test.cpp | 38 void commitBack(scudo::TSD<MockAllocator> *TSD) {} in commitBack() 95 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in testRegistry() local 131 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressCache() local 190 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressSharedRegistry() local
|
D | combined_test.cpp | 410 auto *TSD = Allocator->getTSDRegistry()->getTSDAndLock(&UnlockRequired); in SCUDO_TYPED_TEST() local
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | tsd_test.cpp | 38 void commitBack(scudo::TSD<MockAllocator> *TSD) {} in commitBack() 95 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in testRegistry() local 131 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressCache() local 190 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressSharedRegistry() local
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_tsd_shared.cpp | 50 ALWAYS_INLINE void setCurrentTSD(ScudoTSD *TSD) { in setCurrentTSD() 67 ScudoTSD *getTSDAndLockSlow(ScudoTSD *TSD) { in getTSDAndLockSlow()
|
D | scudo_tsd_exclusive.cpp | 25 THREADLOCAL ScudoTSD TSD; variable
|
D | scudo_allocator.cpp | 219 QuarantineCacheT *getQuarantineCache(ScudoTSD *TSD) { in getQuarantineCache() 348 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in allocate() local 414 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local 433 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PaddingChecker.cpp | 286 if (auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD)) { in reportRecord() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | PaddingChecker.cpp | 319 if (auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD)) { in reportRecord() local
|
D | SmartPtrModeling.cpp | 149 const auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RecordDecl); in getInnerPointerType() local
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Hover.cpp | 234 if (const auto *TSD = llvm::dyn_cast<ClassTemplateSpecializationDecl>(D)) { in getDeclForComment() local 242 if (const auto *TSD = llvm::dyn_cast<VarTemplateSpecializationDecl>(D)) { in getDeclForComment() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | Profile.cpp | 339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace() local
|
/external/llvm-project/llvm/lib/XRay/ |
D | Profile.cpp | 339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace() local
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6228 if (auto *TSD = dyn_cast<TemplateSpecializationDecl>(D)) in completeRedeclChainForTemplateSpecialization() local
|