Home
last modified time | relevance | path

Searched defs:LCV (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp162 QualType VisitLazyCompoundVal(nonloc::LazyCompoundVal LCV) { in VisitLazyCompoundVal() argument
H A DRegionStore.cpp1535 std::optional<nonloc::LazyCompoundVal> LCV = getExistingLazyBinding() local
2250 getInterestingValues(nonloc::LazyCompoundVal LCV) getInterestingValues() argument
2427 tryBindSmallArray(RegionBindingsConstRef B,const TypedValueRegion * R,const ArrayType * AT,nonloc::LazyCompoundVal LCV) tryBindSmallArray() argument
2480 if (std::optional<nonloc::LazyCompoundVal> LCV = bindArray() local
2566 tryBindSmallStruct(RegionBindingsConstRef B,const TypedValueRegion * R,const RecordDecl * RD,nonloc::LazyCompoundVal LCV) tryBindSmallStruct() argument
2621 if (std::optional<nonloc::LazyCompoundVal> LCV = bindStruct() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp66 if (auto LCV = V.getAs<nonloc::LazyCompoundVal>()) { addTaint() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1681 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx); performFusion() local
1964 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx); fuseGuardedLoops() local