| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConstraintManager.h | 312 auto I = Cached.find(hash); in checkModel() 313 if (I != Cached.end()) in checkModel() 321 Cached[hash] = ConditionTruthVal(); in checkModel() 323 Cached[hash] = ConditionTruthVal(res.getValue()); in checkModel() 325 return Cached[hash]; in checkModel() 330 mutable llvm::DenseMap<unsigned, ConditionTruthVal> Cached; variable
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.cpp | 99 auto Cached = ScopeVars.Args.find(ArgNum); in addScopeVariable() local 100 if (Cached == ScopeVars.Args.end()) in addScopeVariable() 103 Cached->second->addMMIEntry(*Var); in addScopeVariable()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | PartialDiagnostic.h | 87 Storage Cached[NumCached]; variable 109 if (S >= Cached && S <= Cached + NumCached) { in Deallocate()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleSValBuilder.cpp | 1235 llvm::DenseMap<SymbolRef, SVal> Cached; in simplifySVal() member in SimpleSValBuilder::simplifySVal::Simplifier 1242 Cached[Sym] = V; in simplifySVal() 1267 auto I = Cached.find(S); in simplifySVal() 1268 if (I != Cached.end()) in simplifySVal() 1299 auto I = Cached.find(S); in simplifySVal() 1300 if (I != Cached.end()) in simplifySVal()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 47 auto Cached = CachedPreviousDef.find(BB); in getPreviousDefRecursive() local 48 if (Cached != CachedPreviousDef.end()) { in getPreviousDefRecursive() 49 return Cached->second; in getPreviousDefRecursive()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 617 Value *&Cached = Cache[I]; in findBaseDefiningValueCached() local 618 if (!Cached) { in findBaseDefiningValueCached() 619 Cached = findBaseDefiningValue(I).BDV; in findBaseDefiningValueCached() 621 << Cached->getName() << "\n"); in findBaseDefiningValueCached() 624 return Cached; in findBaseDefiningValueCached()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 1139 FreeList[I] = Cached + I; in StorageAllocator()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 4169 auto Cached = DeclCache.find(D->getCanonicalDecl()); in EmitGlobalVariable() local 4170 if (Cached != DeclCache.end()) in EmitGlobalVariable() 4172 cast<llvm::DIGlobalVariableExpression>(Cached->second)); in EmitGlobalVariable()
|
| /freebsd-12.1/contrib/byacc/ |
| H A D | aclocal.m4 | 250 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 7702 auto Cached = TransformCache[TE]; in Transform() local 7714 TransformCache[TE] = Cached; in Transform()
|
| /freebsd-12.1/contrib/dialog/ |
| H A D | aclocal.m4 | 1124 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdb.info-2 | 2309 `Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30' 2328 `Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110'
|
| H A D | gdb.texinfo | 11547 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30} 11568 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
|
| /freebsd-12.1/contrib/ncurses/ |
| H A D | aclocal.m4 | 809 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2004 | 3202 (clobbered_v_may_defs, clobbered_vuses, ro_call_vuses): New. Cached
|