/llvm-project/libcxx/test/libcxx/ranges/range.nonprop.cache/ |
H A D | emplace.pass.cpp | 38 Cache cache; in test() local 47 Cache cache; in test() local 55 Cache cache; in test() local 64 Cache cache; in test() local 72 Cache cache; in test() local 82 Cache cache; in test() local
|
H A D | emplace_from.pass.cpp | 38 Cache cache; in test() local 46 Cache cache; in test() local 54 Cache cache; in test() local 64 Cache cache; in test() local
|
H A D | has_value.pass.cpp | 23 Cache const cache; in test() local 29 Cache cache; cache.__emplace(); in test() local
|
H A D | deref.pass.cpp | 24 Cache cache; cache.__emplace(3); in test() local 31 Cache cache; cache.__emplace(3); in test() local
|
H A D | ctor.default.pass.cpp | 25 Cache cache; in test() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator.cpp | 49 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc() argument 61 InternalAllocatorCache *cache) { in RawInternalRealloc() argument 71 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree() argument 86 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, upt argument 93 InternalRealloc(void * addr,uptr size,InternalAllocatorCache * cache) InternalRealloc() argument 101 InternalReallocArray(void * addr,uptr count,uptr size,InternalAllocatorCache * cache) InternalReallocArray() argument 112 InternalCalloc(uptr count,uptr size,InternalAllocatorCache * cache) InternalCalloc() argument 125 InternalFree(void * addr,InternalAllocatorCache * cache) InternalFree() argument [all...] |
H A D | sanitizer_allocator_combined.h | 44 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { in Allocate() 89 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate() 97 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() 155 void InitCache(AllocatorCache *cache) { in InitCache() 159 void DestroyCache(AllocatorCache *cache) { in DestroyCache() 163 void SwallowCache(AllocatorCache *cache) { in SwallowCache()
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_quarantine_test.cpp | 37 static void DeallocateCache(Cache *cache) { in DeallocateCache() 77 Cache cache; in TEST() local 86 Cache cache; in TEST() local 106 Cache cache; in TEST() local 128 Cache cache; in TEST() local 154 Cache cache; in TEST() local
|
H A D | sanitizer_allocator_test.cpp | 223 typename Allocator::AllocatorCache cache; TestSizeClassAllocator() local 372 typename Allocator::AllocatorCache cache; SizeClassAllocatorMetadataStress() local 432 typename Allocator::AllocatorCache cache; SizeClassAllocatorGetBlockBeginStress() local 521 typename Allocator64WithCallBack::AllocatorCache cache; TEST() local 558 Allocator32WithCallBack::AllocatorCache cache; TEST() local 590 Allocator64::AllocatorCache cache; TEST() local 697 typename Allocator::AllocatorCache cache; TestCombinedAllocator() local 791 AllocatorCache cache; TestSizeClassAllocatorLocalCache() local 974 typename Allocator::AllocatorCache cache; TestSizeClassAllocatorIteration() local 1123 SpecialAllocator64::AllocatorCache cache; TEST() local [all...] |
/llvm-project/lldb/unittests/Core/ |
H A D | SourceManagerTest.cpp | 28 SourceManager::SourceFileCache cache; TEST_F() local 42 SourceManager::SourceFileCache cache; TEST_F() local 56 SourceManager::SourceFileCache cache; TEST_F() local [all...] |
/llvm-project/llvm/utils/lit/lit/ |
H A D | discovery.py | 28 def getTestSuite(item, litConfig, cache): argument 99 def getLocalConfig(ts, path_in_suite, litConfig, cache): argument
|
/llvm-project/lldb/source/Utility/ |
H A D | UserIDResolver.cpp | 18 id_t id, Map &cache, in Get()
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_allocator.cpp | 114 allocated = allocator.Allocate(cache, size, alignment); in DFsanAllocate() local 149 allocator.Deallocate(cache, p); in dfsan_deallocate() local 110 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); DFsanAllocate() local 145 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); dfsan_deallocate() local
|
/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_dense_alloc_test.cpp | 31 Cache cache; in TEST() local
|
/llvm-project/lld/wasm/ |
H A D | LTO.cpp | 129 FileCache cache; compile() local
|
/llvm-project/llvm/utils/Reviewing/ |
H A D | find_interesting_reviews.py | 222 def update_cached_info( argument 290 def record_reviews(cache, reviews, phab): argument 335 def record_users(cache, users, phab): argument
|
/llvm-project/clang/lib/AST/ |
H A D | Linkage.h | 105 void cache(const NamedDecl *ND, LVComputationKind Kind, LinkageInfo Info) { in cache() function
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_threadprivate.cpp | 618 void ***cache) { in __kmpc_threadprivate_cached() 785 void **cache = ptr->addr; in __kmp_cleanup_threadprivate_caches() local
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocator.cpp | 169 void AllocatorThreadStart(AllocatorCache *cache) { allocator.InitCache(cache); } in AllocatorThreadStart() argument 171 void AllocatorThreadFinish(AllocatorCache *cache) { in AllocatorThreadFinish() argument 210 AllocatorCache *cache = &fallback_allocator_cache; in HwasanAllocate() local 371 AllocatorCache *cache = &fallback_allocator_cache; HwasanDeallocate() local
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_allocator.cpp | 259 allocator.Deallocate(cache, p); in MsanDeallocate() local 263 allocator.Deallocate(cache, p); in MsanDeallocate() local 203 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); MsanAllocate() local 207 AllocatorCache *cache = &fallback_allocator_cache; MsanAllocate() local
|
/llvm-project/mlir/include/mlir/Support/ |
H A D | ThreadLocalCache.h | 172 static LLVM_THREAD_LOCAL CacheType cache; getStaticCache() local [all...] |
/llvm-project/polly/lib/External/isl/ |
H A D | isl_ctx_private.h | 30 struct isl_blk cache[ISL_BLK_CACHE_SIZE]; member
|
/llvm-project/lld/COFF/ |
H A D | LTO.cpp | 182 FileCache cache; compile() local
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.cpp | 450 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); Allocate() local 454 AllocatorCache *cache = &fallback_allocator_cache; Allocate() local 537 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); Deallocate() local 541 AllocatorCache *cache = &fallback_allocator_cache; Deallocate() local
|
/llvm-project/lld/ELF/ |
H A D | LTO.cpp | 317 FileCache cache; compile() local
|