| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A 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()
|
| H A D | uttrack.c | 215 ACPI_MEMORY_LIST *Cache; in AcpiUtCreateList() local
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | aslcache.c | 182 ASL_CACHE_INFO *Cache; in UtLocalCacheCalloc() local 258 ASL_CACHE_INFO *Cache; in UtParseOpCacheCalloc() local 302 ASL_CACHE_INFO *Cache; in UtSubtableCacheCalloc() local 346 ASL_CACHE_INFO *Cache; in UtFieldCacheCalloc() local
|
| /freebsd/contrib/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 …]
|
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | cache.cc | 53 class Cache: public FuseTest, public WithParamInterface<CacheParam> { class 57 Cache(): m_direct_io(false) {}; in Cache() function in Cache 136 TEST_P(Cache, truncate_by_surprise_invalidates_cache) in TEST_P() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 102 DenseMap<const MDNode *, MDNode *> &Cache) { in replaceInlinedAtSubprogram() argument 142 DenseMap<const MDNode *, MDNode *> &Cache) { in appendInlinedAt() argument
|
| /freebsd/contrib/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()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileSystemStatCache.cpp | 35 FileSystemStatCache *Cache, in get()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeSession.h | 130 SymbolCache Cache; variable
|
| H A D | SymbolCache.h | 47 mutable std::vector<std::unique_ptr<NativeRawSymbol>> Cache; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 700 static void AssertSorted(MemoryDependenceResults::NonLocalDepInfo &Cache, in AssertSorted() 715 NonLocalDepInfo &Cache = CacheP.first; in getNonLocalCallDependency() local 899 BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries, in getNonLocalInfoForBlock() 984 SortNonLocalDepInfoCache(MemoryDependenceResults::NonLocalDepInfo &Cache, in SortNonLocalDepInfoCache() 1098 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | DWARFRecordSectionSplitter.cpp | 64 LinkGraph &G, Block &B, LinkGraph::SplitBlockCache &Cache) { in processBlock()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.h | 213 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef 254 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCAnalysisUtils.h | 91 DenseMap<const Value *, std::pair<WeakVH, WeakTrackingVH>> &Cache) { in GetUnderlyingObjCPtrCached()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1167 Error LTO::run(AddStreamFn AddStream, FileCache Cache) { in run() 1479 FileCache Cache; member in __anona29527bd1111::InProcessThinBackend 1486 AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, in InProcessThinBackend() 1494 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread() 1691 AddStreamFn AddStream, FileCache Cache, in SecondRoundThinBackend() 1703 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread() 1758 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend() 1879 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend() 1888 Error LTO::runThinLTO(AddStreamFn AddStream, FileCache Cache, in runThinLTO()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 551 TrivialFunctionAnalysisVisitor(CacheTy &Cache) : Cache(Cache) {} in TrivialFunctionAnalysisVisitor() 854 CacheTy &Cache; member in clang::TrivialFunctionAnalysisVisitor 859 const Decl *D, TrivialFunctionAnalysis::CacheTy &Cache) { in isTrivialImpl() 865 const Stmt *S, TrivialFunctionAnalysis::CacheTy &Cache) { in isTrivialImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ImmutableList.h | 154 CacheTy Cache; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Arena.cpp | 26 static const Formula &cached(llvm::DenseMap<Key, const Formula *> &Cache, Key K, in cached()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFCheckAndAdjustIR.cpp | 428 static Value *aspaceWrapValue(DenseMap<Value *, Value *> &Cache, Function *F, in aspaceWrapValue() argument 460 static void aspaceWrapOperand(DenseMap<Value *, Value *> &Cache, Instruction *I, in aspaceWrapOperand() argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_dense_alloc.h | 38 typedef DenseSlabAllocCache Cache; typedef
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | RangedConstraintManager.h | 303 llvm::FoldingSet<ContainerType> Cache; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterferenceCache.h | 209 void setPhysReg(InterferenceCache &Cache, MCRegister PhysReg) { in setPhysReg()
|
| /freebsd/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbexec.c | 425 ACPI_MEMORY_LIST *Cache) in AcpiDbGetCacheInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | HTMLRewrite.cpp | 563 RelexRewriteCacheRef Cache) { in SyntaxHighlight() 740 RelexRewriteCacheRef Cache) { in HighlightMacros()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CGData/ |
| H A D | CodeGenData.h | 208 FileCache Cache; member
|