Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project/libcxx/test/libcxx/ranges/range.nonprop.cache/
H A Demplace.pass.cpp38 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 Demplace_from.pass.cpp38 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 Dhas_value.pass.cpp23 Cache const cache; in test() local
29 Cache cache; cache.__emplace(); in test() local
H A Dderef.pass.cpp24 Cache cache; cache.__emplace(3); in test() local
31 Cache cache; cache.__emplace(3); in test() local
H A Dctor.default.pass.cpp25 Cache cache; in test() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp49 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 Dsanitizer_allocator_combined.h44 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 Dsanitizer_quarantine_test.cpp37 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 Dsanitizer_allocator_test.cpp223 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 DSourceManagerTest.cpp28 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 Ddiscovery.py28 def getTestSuite(item, litConfig, cache): argument
99 def getLocalConfig(ts, path_in_suite, litConfig, cache): argument
/llvm-project/lldb/source/Utility/
H A DUserIDResolver.cpp18 id_t id, Map &cache, in Get()
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp114 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 Dtsan_dense_alloc_test.cpp31 Cache cache; in TEST() local
/llvm-project/lld/wasm/
H A DLTO.cpp129 FileCache cache; compile() local
/llvm-project/llvm/utils/Reviewing/
H A Dfind_interesting_reviews.py222 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 DLinkage.h105 void cache(const NamedDecl *ND, LVComputationKind Kind, LinkageInfo Info) { in cache() function
/llvm-project/openmp/runtime/src/
H A Dkmp_threadprivate.cpp618 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 Dhwasan_allocator.cpp169 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 Dmsan_allocator.cpp259 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 DThreadLocalCache.h172 static LLVM_THREAD_LOCAL CacheType cache; getStaticCache() local
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_ctx_private.h30 struct isl_blk cache[ISL_BLK_CACHE_SIZE]; member
/llvm-project/lld/COFF/
H A DLTO.cpp182 FileCache cache; compile() local
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp450 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 DLTO.cpp317 FileCache cache; compile() local

12