Home
last modified time | relevance | path

Searched refs:Cached (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h312 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 DDwarfFile.cpp99 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 DPartialDiagnostic.h87 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 DSimpleSValBuilder.cpp1235 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 DMemorySSAUpdater.cpp47 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 DRewriteStatepointsForGC.cpp617 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 DDiagnostic.cpp1139 FreeList[I] = Cached + I; in StorageAllocator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4169 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 Daclocal.m4250 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 DSemaExprCXX.cpp7702 auto Cached = TransformCache[TE]; in Transform() local
7714 TransformCache[TE] = Cached; in Transform()
/freebsd-12.1/contrib/dialog/
H A Daclocal.m41124 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 Dgdb.info-22309 `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 Dgdb.texinfo11547 @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 Daclocal.m4809 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20043202 (clobbered_v_may_defs, clobbered_vuses, ro_call_vuses): New. Cached