Home
last modified time | relevance | path

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

1234

/llvm-project/compiler-rt/test/tsan/
H A Dstatic_init4.cpp7 struct Cache { struct
9 explicit Cache(int x) in Cache() argument
H A Dstatic_init2.cpp6 struct Cache { struct
8 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_init5.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/libcxx/test/libcxx/ranges/range.nonprop.cache/
H A Demplace.pass.cpp37 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
63 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
71 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
81 using Cache = std::ranges::__non_propagating_cache<NonMovable>; in test() typedef
H A Demplace_from.pass.cpp37 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
45 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
53 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
63 using Cache = std::ranges::__non_propagating_cache<NonMovable>; in test() typedef
H A Dhas_value.pass.cpp19 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
H A Dctor.default.pass.cpp23 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
H A Dderef.pass.cpp20 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
H A Dctor.move.pass.cpp29 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
/llvm-project/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/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 Dsecondary_test.cpp107 struct Cache { struct
108 EntriesArraySizeTestConfig::Secondary::Cache global() argument
109 QuarantineSizeTestConfig::Secondary::Cache global() argument
110 DefaultMaxEntriesCountTestConfig::Secondary::Cache global() argument
111 DefaultMaxEntrySizeTestConfig::Secondary::Cache global() argument
112 MinReleaseToOsIntervalMsTestConfig::Secondary::Cache global() argument
113 MaxReleaseToOsIntervalMsTestConfig::Secondary::Cache global() argument
[all...]
H A Dallocator_config_test.cpp70 struct Cache { struct
71 static const scudo::u32 EntriesArraySize = 256U;
72 static scudo::u32 getEntriesArraySize() { return EntriesArraySize; } in getEntriesArraySize()
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h78 struct Cache { struct
79 static const u32 EntriesArraySize = 32U;
80 static const u32 QuarantineSize = 0U;
81 static const u32 DefaultMaxEntriesCount = 32U;
82 static const uptr DefaultMaxEntrySize = 1UL << 19;
83 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
84 static const s32 MaxReleaseToOsIntervalMs = INT32_MAX;
123 struct Cache { struct
124 static const u32 EntriesArraySize = 256U;
125 static const u32 QuarantineSize = 32U;
[all …]
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp123 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
152 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
186 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp72 DenseMap<const MDNode *, MDNode *> &Cache) { in replaceInlinedAtSubprogram() argument
112 DenseMap<const MDNode *, MDNode *> &Cache) { in appendInlinedAt() argument
/llvm-project/lldb/examples/summaries/cocoa/
H A Dcache.py11 class Cache: class
/llvm-project/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/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cpp26 typedef Alloc::Cache Cache; in TEST() typedef
/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp36 FileSystemStatCache *Cache, in get() argument
/llvm-project/clang-tools-extra/clangd/
H A DFileDistance.h104 llvm::DenseMap<llvm::hash_code, unsigned> Cache; variable
/llvm-project/bolt/include/bolt/Passes/
H A DReorderUtils.h102 std::vector<ValueType> Cache; variable
141 std::vector<ValueType> Cache; variable
/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp174 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp()
349 bool TopDownPtrState::MatchWithRelease(ARCMDKindCache &Cache, in MatchWithRelease()

1234