Home
last modified time | relevance | path

Searched defs:cached (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/unittests/Serialization/
H A DVarDeclConstantInitTest.cpp128 const auto *cached = selectFirst<VarDecl>( in TEST_F() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h193 uptr cached = MaxCachedHint(s) * s; in Print() local
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DArena.cpp26 static const Formula &cached(llvm::DenseMap<Key, const Formula *> &Cache, Key K, in cached() function
/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpmalloc.h84 size_t cached; member
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp1083 if (auto cached = getCachedIntegerType(width, signedness, context)) get() local
1092 if (auto cached = getCachedIntegerType(width, signedness, context)) getChecked() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4118 auto cached = m_cached_module_specs.find(key); GetModuleSpec() local