/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.cpp | 109 auto Cached = ScopeVars.Args.find(ArgNum); addScopeVariable() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 340 auto I = Cached.find(hash); in REGISTER_TRAIT_WITH_PROGRAMSTATE() 341 if (I != Cached.end()) in REGISTER_TRAIT_WITH_PROGRAMSTATE() 349 Cached[hash] = ConditionTruthVal(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() 351 Cached[hash] = ConditionTruthVal(*res); in REGISTER_TRAIT_WITH_PROGRAMSTATE() 353 return Cached[hash]; in REGISTER_TRAIT_WITH_PROGRAMSTATE() 358 mutable llvm::DenseMap<unsigned, ConditionTruthVal> Cached; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | EvalEmitter.cpp | 285 APValue *Cached = Temp->getOrCreateValue(true); in updateGlobalTemporaries() local 289 *T, { *Cached = Ptr.deref<T>().toAPValue(Ctx.getASTContext()); }); in updateGlobalTemporaries() 293 *Cached = *APV; in updateGlobalTemporaries()
|
H A D | Interp.h | 1336 APValue *Cached = Temp->getOrCreateValue(true); in InitGlobalTemp() local 1337 *Cached = APV; in InitGlobalTemp() 1356 APValue *Cached = Temp->getOrCreateValue(true); in InitGlobalTempComp() local 1363 *Cached = *APV; in InitGlobalTempComp()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | size_class_map.h | 315 const uptr Cached = SCMap::getMaxCachedHint(S) * S; 317 "C%02zu => S: %zu diff: +%zu %02zu%% L %zu Cached: %u %zu; id %zu\n", I, 318 S, D, P, L, SCMap::getMaxCachedHint(S), Cached, 320 TotalCached += Cached; 323 Buffer.append("Total Cached: %zu\n", TotalCached); 337 const uptr Cached = SCMap::getMaxCachedHint(S) * S; printMap() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 318 auto Cached = ClangModules.find(PCMFile); in isClangModuleRef() local 319 if (Cached != ClangModules.end()) { in isClangModuleRef() 323 if (!Quiet && GlobalData.getOptions().Verbose && (Cached->second != DwoId)) in isClangModuleRef()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 41 auto Cached = CachedPreviousDef.find(BB); in getPreviousDefRecursive() local 42 if (Cached != CachedPreviousDef.end()) in getPreviousDefRecursive() 43 return Cached->second; in getPreviousDefRecursive()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 358 auto Cached = Cache.find(I); in findBaseDefiningValueOfVector() local 359 if (Cached != Cache.end()) in findBaseDefiningValueOfVector() 360 return Cached->second; in findBaseDefiningValueOfVector() 455 auto Cached = Cache.find(I); in findBaseDefiningValue() local 456 if (Cached != Cache.end()) in findBaseDefiningValue() 457 return Cached->second; in findBaseDefiningValue()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 651 if (auto *Cached = SatisfactionCache.FindNodeOrInsertPos(ID, InsertPos)) { in CheckConstraintSatisfaction() local 652 OutSatisfaction = *Cached; in CheckConstraintSatisfaction() 665 if (auto *Cached = SatisfactionCache.FindNodeOrInsertPos(ID, InsertPos)) { in CheckConstraintSatisfaction() local 674 OutSatisfaction = *Cached; in CheckConstraintSatisfaction()
|
H A D | SemaExpr.cpp | 17309 APValue Cached; in CheckForImmediateInvocation() local 17317 Cached = std::move(Eval.Val); in CheckForImmediateInvocation() 17355 if (Cached.hasValue()) in CheckForImmediateInvocation() 17356 Res->MoveIntoResult(Cached, getASTContext()); in CheckForImmediateInvocation()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 2930 auto &Cached = ArgToAllocaMap[StorageAsArg]; in salvageDebugInfoImpl() local 2931 if (!Cached) { in salvageDebugInfoImpl() 2932 Cached = Builder.CreateAlloca(Storage->getType(), 0, nullptr, in salvageDebugInfoImpl() 2934 Builder.CreateStore(Storage, Cached); in salvageDebugInfoImpl() 2936 Storage = Cached; in salvageDebugInfoImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 2475 auto Cached = ClangModules.find(PCMFile); in isClangModuleRef() local 2476 if (Cached != ClangModules.end()) { in isClangModuleRef() 2480 if (!Quiet && Options.Verbose && (Cached->second != DwoId)) in isClangModuleRef()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 1215 FreeList[I] = Cached + I; in DiagStorageAllocator()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1399 void takeToks(CachedTokens &Cached) { Toks.swap(Cached); } in takeToks() argument
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 5631 auto Cached = DeclCache.find(D->getCanonicalDecl()); in EmitGlobalVariable() local 5632 if (Cached != DeclCache.end()) in EmitGlobalVariable() 5634 cast<llvm::DIGlobalVariableExpression>(Cached->second)); in EmitGlobalVariable()
|
/freebsd/contrib/byacc/ |
H A D | aclocal.m4 | 342 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
|
/freebsd/contrib/dialog/ |
H A D | aclocal.m4 | 1307 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
|
/freebsd/contrib/ncurses/ |
H A D | aclocal.m4 | 1093 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 1451 - From #706: Cached NXDOMAIN does not increase the target nx
|