| /freebsd-12-stable/sys/contrib/dev/acpica/components/utilities/ |
| D | utcache.c | 182 ACPI_MEMORY_LIST *Cache; in AcpiOsCreateCache() local 227 ACPI_MEMORY_LIST *Cache) in AcpiOsPurgeCache() 280 ACPI_MEMORY_LIST *Cache) in AcpiOsDeleteCache() 319 ACPI_MEMORY_LIST *Cache, in AcpiOsReleaseObject() 384 ACPI_MEMORY_LIST *Cache) in AcpiOsAcquireObject()
|
| D | uttrack.c | 215 ACPI_MEMORY_LIST *Cache; in AcpiUtCreateList() local
|
| /freebsd-12-stable/sys/contrib/dev/acpica/compiler/ |
| D | aslcache.c | 182 ASL_CACHE_INFO *Cache; in UtLocalCacheCalloc() local 252 ASL_CACHE_INFO *Cache; in UtParseOpCacheCalloc() local 296 ASL_CACHE_INFO *Cache; in UtSubtableCacheCalloc() local 340 ASL_CACHE_INFO *Cache; in UtFieldCacheCalloc() local
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/ |
| D | scudo_allocator_combined.h | 34 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()
|
| D | scudo_tsd.h | 26 AllocatorCacheT Cache; in ALIGNED() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| D | DependencyScanningFilesystem.h | 134 llvm::StringMap<SharedFileSystemEntry, llvm::BumpPtrAllocator> Cache; member 162 SingleCache &Cache = selectCache(Minimized); in setCachedEntry() local 170 SingleCache &Cache = selectCache(Minimized); in getCachedEntry() local 211 DependencyScanningFilesystemLocalCache Cache; variable
|
| /freebsd-12-stable/tests/sys/fs/fusefs/ |
| D | cache.cc | 55 class Cache: public FuseTest, public WithParamInterface<CacheParam> { class 59 Cache(): m_direct_io(false) {}; in Cache() function in Cache 138 TEST_P(Cache, truncate_by_surprise_invalidates_cache) in TEST_P() argument
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | tsd.h | 27 typename Allocator::CacheT Cache; in alignas() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | CFLAndersAliasAnalysis.h | 85 DenseMap<const Function *, Optional<FunctionInfo>> Cache; variable
|
| D | CFLSteensAliasAnalysis.h | 101 DenseMap<Function *, Optional<FunctionInfo>> Cache; variable
|
| D | ObjCARCAnalysisUtils.h | 83 DenseMap<const Value *, WeakTrackingVH> &Cache) { in GetUnderlyingObjCPtrCached()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| D | PtrState.cpp | 174 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp() 349 bool TopDownPtrState::MatchWithRelease(ARCMDKindCache &Cache, in MatchWithRelease()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | NativeSession.h | 125 SymbolCache Cache; variable
|
| D | SymbolCache.h | 40 mutable std::vector<std::unique_ptr<NativeRawSymbol>> Cache; variable
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/ |
| D | FileSystemStatCache.cpp | 36 FileSystemStatCache *Cache, in get()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | MemoryDependenceAnalysis.cpp | 706 static void AssertSorted(MemoryDependenceResults::NonLocalDepInfo &Cache, in AssertSorted() 721 NonLocalDepInfo &Cache = CacheP.first; in getNonLocalCallDependency() local 907 BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries, in getNonLocalInfoForBlock() 992 SortNonLocalDepInfoCache(MemoryDependenceResults::NonLocalDepInfo &Cache, in SortNonLocalDepInfoCache() 1127 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | DebugLoc.cpp | 73 DenseMap<const MDNode *, MDNode *> &Cache) { in appendInlinedAt() argument
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/ |
| D | LTO.cpp | 995 Error LTO::run(AddStreamFn AddStream, NativeObjectCache Cache) { in run() 1180 NativeObjectCache Cache; member in __anoncb53dcd50c11::InProcessThinBackend 1192 AddStreamFn AddStream, NativeObjectCache Cache) in InProcessThinBackend() 1205 AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, in runThinLTOBackendThread() 1298 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend() 1392 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend() 1399 Error LTO::runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache, in runThinLTO()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| D | AppleObjCRuntimeV2.h | 213 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef 254 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_dense_alloc.h | 38 typedef DenseSlabAllocCache Cache; typedef
|
| D | tsan_clock.h | 136 typedef DenseSlabAllocCache Cache; typedef
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | ImmutableList.h | 153 CacheTy Cache; variable
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | RangedConstraintManager.h | 236 llvm::FoldingSet<ContainerType> Cache; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | InterferenceCache.h | 208 void setPhysReg(InterferenceCache &Cache, MCRegister PhysReg) { in setPhysReg()
|
| /freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/ |
| D | dbexec.c | 424 ACPI_MEMORY_LIST *Cache) in AcpiDbGetCacheInfo()
|