Home
last modified time | relevance | path

Searched defs:Cache (Results 1 – 25 of 88) sorted by relevance

1234

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dstatic_init4.cpp7 struct Cache { struct
9 explicit Cache(int x) in Cache() function
H A Dstatic_init2.cpp6 struct Cache { struct
8 explicit Cache(int x) in Cache() argument
H A Dstatic_init5.cpp7 struct Cache { struct
9 explicit Cache(int x) in Cache() argument
H A Dstatic_init6.cpp7 struct Cache { struct
9 explicit Cache(int x) in Cache() argument
H A Dstatic_init3.cpp7 struct Cache { struct
11 Cache g_cache; argument
/llvm-project-15.0.7/libcxx/test/libcxx/ranges/range.nonprop.cache/
H A Demplace.pass.cpp38 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
47 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
55 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
64 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
72 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
82 using Cache = std::ranges::__non_propagating_cache<NonMovable>; in test() typedef
H A Demplace_from.pass.cpp38 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
46 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
54 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
64 using Cache = std::ranges::__non_propagating_cache<NonMovable>; in test() typedef
H A Dctor.default.pass.cpp24 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
H A Dhas_value.pass.cpp20 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
H A Dderef.pass.cpp21 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
H A Dctor.move.pass.cpp30 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
/llvm-project-15.0.7/clang/unittests/Serialization/
H A DInMemoryModuleCacheTest.cpp26 InMemoryModuleCache Cache; in TEST() local
41 InMemoryModuleCache Cache; in TEST() local
59 InMemoryModuleCache Cache; in TEST() local
80 InMemoryModuleCache Cache; in TEST() local
109 InMemoryModuleCache Cache; in TEST() local
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h34 void *allocatePrimary(AllocatorCache *Cache, uptr ClassId) { in allocatePrimary()
44 void deallocatePrimary(AllocatorCache *Cache, void *Ptr, uptr ClassId) { in deallocatePrimary()
52 void initCache(AllocatorCache *Cache) { in initCache()
56 void destroyCache(AllocatorCache *Cache) { in destroyCache()
H A Dscudo_tsd.h26 AllocatorCacheT Cache; in ALIGNED() local
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dquarantine_test.cpp31 static void deallocateCache(CacheT *Cache) { in deallocateCache()
71 CacheT Cache; in TEST() local
82 CacheT Cache; in TEST() local
105 CacheT Cache; in TEST() local
130 CacheT Cache; in TEST() local
160 CacheT Cache; in TEST() local
195 CacheT Cache; in TEST() local
225 CacheT Cache; member
H A Dprimary_test.cpp122 typename Primary::CacheT Cache; in SCUDO_TYPED_TEST() local
165 typename Primary::CacheT Cache; in TEST() local
200 typename Primary::CacheT Cache; in SCUDO_TYPED_TEST() local
242 static thread_local typename Primary::CacheT Cache; in SCUDO_TYPED_TEST() local
286 typename Primary::CacheT Cache; in SCUDO_TYPED_TEST() local
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp124 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
153 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
187 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dtsd.h27 typename Allocator::CacheT Cache; in alignas() local
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A Dcache.py11 class Cache: class
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DCFLAndersAliasAnalysis.h85 DenseMap<const Function *, Optional<FunctionInfo>> Cache; variable
H A DCFLSteensAliasAnalysis.h99 DenseMap<Function *, Optional<FunctionInfo>> Cache; variable
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/
H A DThreadingTests.cpp72 Memoize<llvm::DenseMap<int, int>> Cache; in TEST_F() local
97 Memoize<llvm::DenseMap<int, char>> Cache; in TEST_F() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cpp26 typedef Alloc::Cache Cache; in TEST() typedef
/llvm-project-15.0.7/clang/lib/Basic/
H A DFileSystemStatCache.cpp36 FileSystemStatCache *Cache, in get()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFileDistance.h104 llvm::DenseMap<llvm::hash_code, unsigned> Cache; variable

1234