| /llvm-project-15.0.7/libcxx/test/libcxx/ranges/range.nonprop.cache/ |
| H A D | emplace.pass.cpp | 39 Cache cache; in test() local 48 Cache cache; in test() local 56 Cache cache; in test() local 65 Cache cache; in test() local 73 Cache cache; in test() local 83 Cache cache; in test() local
|
| H A D | emplace_from.pass.cpp | 39 Cache cache; in test() local 47 Cache cache; in test() local 55 Cache cache; in test() local 65 Cache cache; in test() local
|
| H A D | has_value.pass.cpp | 24 Cache const cache; in test() local 30 Cache cache; cache.__emplace(); in test() local
|
| H A D | deref.pass.cpp | 25 Cache cache; cache.__emplace(3); in test() local 32 Cache cache; cache.__emplace(3); in test() local
|
| H A D | ctor.default.pass.cpp | 26 Cache cache; in test() local
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator.cpp | 49 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc() 61 InternalAllocatorCache *cache) { in RawInternalRealloc() 71 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree() 86 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) { in InternalAlloc() 93 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() 101 InternalAllocatorCache *cache) { in InternalReallocArray() 112 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) { in InternalCalloc() 125 void InternalFree(void *addr, InternalAllocatorCache *cache) { in InternalFree()
|
| 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-15.0.7/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
|
| /llvm-project-15.0.7/llvm/bindings/python/llvm/ |
| H A D | object.py | 122 def get_sections(self, cache=False): argument 150 def get_symbols(self, cache=False): argument 239 def get_relocations(self, cache=False): argument 270 def cache(self): member in Section 343 def cache(self): member in Symbol 417 def cache(self): member in Relocation
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | SourceManagerTest.cpp | 23 SourceManager::SourceFileCache cache; in TEST_F() local 37 SourceManager::SourceFileCache cache; in TEST_F() local
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | discovery.py | 25 def getTestSuite(item, litConfig, cache): argument 94 def getLocalConfig(ts, path_in_suite, litConfig, cache): argument
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | UserIDResolver.cpp | 17 id_t id, Map &cache, in Get()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_allocator.cpp | 99 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in DFsanAllocate() local 103 AllocatorCache *cache = &fallback_allocator_cache; in DFsanAllocate() local 134 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in dfsan_deallocate() local 138 AllocatorCache *cache = &fallback_allocator_cache; in dfsan_deallocate() local
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_dense_alloc_test.cpp | 31 Cache cache; in TEST() local
|
| /llvm-project-15.0.7/mlir/include/mlir/Support/ |
| H A D | ThreadLocalCache.h | 90 static LLVM_THREAD_LOCAL CacheType cache; in getStaticCache() local
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | LTO.cpp | 129 FileCache cache; in compile() local
|
| /llvm-project-15.0.7/llvm/utils/Reviewing/ |
| H A D | find_interesting_reviews.py | 217 def update_cached_info(phab, cache, phab_query, order, record_results, argument 269 def record_reviews(cache, reviews, phab): argument 309 def record_users(cache, users, phab): argument
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | LTO.cpp | 116 FileCache cache; in compile() local
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_allocator.cpp | 171 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate() local 175 AllocatorCache *cache = &fallback_allocator_cache; in MsanAllocate() local 222 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate() local 226 AllocatorCache *cache = &fallback_allocator_cache; in MsanDeallocate() local
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocator.cpp | 114 void AllocatorSwallowThreadLocalCache(AllocatorCache *cache) { in AllocatorSwallowThreadLocalCache() 149 AllocatorCache *cache = &fallback_allocator_cache; in HwasanAllocate() local 305 AllocatorCache *cache = &fallback_allocator_cache; in HwasanDeallocate() local
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | LTO.cpp | 166 FileCache cache; in compile() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Linkage.h | 102 void cache(const NamedDecl *ND, LVComputationKind Kind, LinkageInfo Info) { in cache() function
|
| /llvm-project-15.0.7/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-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_allocator.cpp | 382 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate() local 386 AllocatorCache *cache = &fallback_allocator_cache; in Allocate() local 474 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Deallocate() local 478 AllocatorCache *cache = &fallback_allocator_cache; in Deallocate() local
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_dense_alloc.h | 30 IndexT cache[kSize]; variable
|