/llvm-project/compiler-rt/test/tsan/ |
H A D | static_init4.cpp | 7 struct Cache { struct 9 explicit Cache(int x) in Cache() argument
|
H A D | static_init2.cpp | 6 struct Cache { struct 8 explicit Cache(int x) in Cache() argument
|
H A D | static_init6.cpp | 7 struct Cache { struct 9 explicit Cache(int x) in Cache() argument
|
H A D | static_init5.cpp | 7 struct Cache { struct 9 explicit Cache(int x) in Cache() argument
|
H A D | static_init3.cpp | 7 struct Cache { struct 11 Cache g_cache; argument
|
/llvm-project/libcxx/test/libcxx/ranges/range.nonprop.cache/ |
H A D | emplace.pass.cpp | 37 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 D | emplace_from.pass.cpp | 37 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 D | has_value.pass.cpp | 19 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
|
H A D | ctor.default.pass.cpp | 23 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
|
H A D | deref.pass.cpp | 20 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
|
H A D | ctor.move.pass.cpp | 29 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
|
/llvm-project/clang/unittests/Serialization/ |
H A D | InMemoryModuleCacheTest.cpp | 26 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 D | quarantine_test.cpp | 31 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 D | secondary_test.cpp | 107 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 D | allocator_config_test.cpp | 70 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 D | allocator_config.h | 78 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 D | MCJITObjectCacheTest.cpp | 123 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 D | DebugLoc.cpp | 72 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 D | cache.py | 11 class Cache: class
|
/llvm-project/clang-tools-extra/clangd/unittests/support/ |
H A D | ThreadingTests.cpp | 72 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 D | tsan_dense_alloc_test.cpp | 26 typedef Alloc::Cache Cache; in TEST() typedef
|
/llvm-project/clang/lib/Basic/ |
H A D | FileSystemStatCache.cpp | 36 FileSystemStatCache *Cache, in get() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FileDistance.h | 104 llvm::DenseMap<llvm::hash_code, unsigned> Cache; variable
|
/llvm-project/bolt/include/bolt/Passes/ |
H A D | ReorderUtils.h | 102 std::vector<ValueType> Cache; variable 141 std::vector<ValueType> Cache; variable
|
/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.cpp | 174 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp() 349 bool TopDownPtrState::MatchWithRelease(ARCMDKindCache &Cache, in MatchWithRelease()
|