Home
last modified time | relevance | path

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

/freebsd-src/contrib/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 = in getExistingLazyBinding() local
2250 RegionStoreManager::getInterestingValues(nonloc::LazyCompoundVal LCV) { in getInterestingValues() argument
2426 tryBindSmallArray(RegionBindingsConstRef B,const TypedValueRegion * R,const ArrayType * AT,nonloc::LazyCompoundVal LCV) tryBindSmallArray() argument
2479 if (std::optional<nonloc::LazyCompoundVal> LCV = bindArray() local
2565 tryBindSmallStruct(RegionBindingsConstRef B,const TypedValueRegion * R,const RecordDecl * RD,nonloc::LazyCompoundVal LCV) tryBindSmallStruct() argument
2620 if (std::optional<nonloc::LazyCompoundVal> LCV = bindStruct() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp66 if (auto LCV = V.getAs<nonloc::LazyCompoundVal>()) { addTaint() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1681 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx); in performFusion() local
1964 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx); in fuseGuardedLoops() local