| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.cpp | 110 auto Cached = ScopeVars.Args.find(ArgNum); in addScopeVariable() local 111 if (Cached == ScopeVars.Args.end()) in addScopeVariable() 114 Cached->second->addMMIEntry(*Var); in addScopeVariable()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConstraintManager.h | 336 auto I = Cached.find(hash); in REGISTER_TRAIT_WITH_PROGRAMSTATE() 337 if (I != Cached.end()) in REGISTER_TRAIT_WITH_PROGRAMSTATE() 345 Cached[hash] = ConditionTruthVal(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() 347 Cached[hash] = ConditionTruthVal(res.getValue()); in REGISTER_TRAIT_WITH_PROGRAMSTATE() 349 return Cached[hash]; in REGISTER_TRAIT_WITH_PROGRAMSTATE() 354 mutable llvm::DenseMap<unsigned, ConditionTruthVal> Cached; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | RawCommentList.cpp | 341 auto Cached = CommentBeginLine.find(C); in getCommentBeginLine() local 342 if (Cached != CommentBeginLine.end()) in getCommentBeginLine() 343 return Cached->second; in getCommentBeginLine() 350 auto Cached = CommentEndOffset.find(C); in getCommentEndOffset() local 351 if (Cached != CommentEndOffset.end()) in getCommentEndOffset() 352 return Cached->second; in getCommentEndOffset()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | size_class_map.h | 336 const uptr Cached = SCMap::getMaxCachedHint(S) * S; in printMap() local 339 I, S, D, P, L, SCMap::getMaxCachedHint(S), Cached, in printMap() 341 TotalCached += Cached; in printMap()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleSValBuilder.cpp | 1127 llvm::DenseMap<SymbolRef, SVal> Cached; in simplifySVal() member in SimpleSValBuilder::simplifySVal::Simplifier 1134 Cached[Sym] = V; in simplifySVal() 1159 auto I = Cached.find(S); in simplifySVal() 1160 if (I != Cached.end()) in simplifySVal() 1191 auto I = Cached.find(S); in simplifySVal() 1192 if (I != Cached.end()) in simplifySVal()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1111 DiagnosticStorage Cached[NumCached]; variable 1133 if (S >= Cached && S <= Cached + NumCached) { in Deallocate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 48 auto Cached = CachedPreviousDef.find(BB); in getPreviousDefRecursive() local 49 if (Cached != CachedPreviousDef.end()) in getPreviousDefRecursive() 50 return Cached->second; in getPreviousDefRecursive()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 2558 auto &Cached = DbgPtrAllocaCache[Storage]; in salvageDebugInfo() local 2559 if (!Cached) { in salvageDebugInfo() 2560 Cached = Builder.CreateAlloca(Storage->getType(), 0, nullptr, in salvageDebugInfo() 2562 Builder.CreateStore(Storage, Cached); in salvageDebugInfo() 2564 Storage = Cached; in salvageDebugInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 633 Value *&Cached = Cache[I]; in findBaseDefiningValueCached() local 634 if (!Cached) { in findBaseDefiningValueCached() 635 Cached = findBaseDefiningValue(I).BDV; in findBaseDefiningValueCached() 637 << Cached->getName() << "\n"); in findBaseDefiningValueCached() 640 return Cached; in findBaseDefiningValueCached()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 2018 auto Cached = ClangModules.find(PCMfile); in registerModuleReference() local 2019 if (Cached != ClangModules.end()) { in registerModuleReference() 2023 if (!Quiet && Options.Verbose && (Cached->second != DwoId)) in registerModuleReference()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 1154 FreeList[I] = Cached + I; in DiagStorageAllocator()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1309 void takeToks(CachedTokens &Cached) { Toks.swap(Cached); } in takeToks() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 4767 auto Cached = DeclCache.find(D->getCanonicalDecl()); in EmitGlobalVariable() local 4768 if (Cached != DeclCache.end()) in EmitGlobalVariable() 4770 cast<llvm::DIGlobalVariableExpression>(Cached->second)); in EmitGlobalVariable()
|
| /freebsd-13.1/contrib/byacc/ |
| H A D | aclocal.m4 | 278 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | aclocal.m4 | 1267 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | aclocal.m4 | 926 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
|