Searched refs:LCV (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp66 if (auto LCV = V.getAs<nonloc::LazyCompoundVal>()) {
69 *LCV)) {
71 return addPartialTaint(State, Sym, LCV->getRegion(), Kind);
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp482 /// Attempt to extract the fields of \p LCV and bind them to the struct region
494 const RecordDecl *RD, nonloc::LazyCompoundVal LCV);
506 const ArrayType *AT, nonloc::LazyCompoundVal LCV);
617 const SValListTy &getInterestingValues(nonloc::LazyCompoundVal LCV);
1548 std::optional<nonloc::LazyCompoundVal> LCV =
1550 if (!LCV)
1553 // If the LCV is for a subregion, the types might not match, and we shouldn't
1558 QualType SourceRegionTy = LCV->getRegion()->getValueType();
1573 return *LCV;
2263 RegionStoreManager::getInterestingValues(nonloc::LazyCompoundVal LCV) { argument
2440 tryBindSmallArray( RegionBindingsConstRef B, const TypedValueRegion *R, const ArrayType *AT, nonloc::LazyCompoundVal LCV) argument
2579 tryBindSmallStruct( RegionBindingsConstRef B, const TypedValueRegion *R, const RecordDecl *RD, nonloc::LazyCompoundVal LCV) argument
[all...]
H A DSVals.cpp168 QualType VisitNonLocLazyCompoundVal(nonloc::LazyCompoundVal LCV) { argument
169 return LCV.getRegion()->getValueType();
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1683 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx); local
1686 LCV->getType(), 2, LCPHI->getName() + ".afterFC0", L1HeaderIP);
1687 L1HeaderPHI->addIncoming(LCV, FC0.Latch);
1688 L1HeaderPHI->addIncoming(UndefValue::get(LCV->getType()),
1965 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx); local
1968 LCV->getType(), 2, LCPHI->getName() + ".afterFC0", L1HeaderIP);
1969 L1HeaderPHI->addIncoming(LCV, FC0.Latch);
1970 L1HeaderPHI->addIncoming(UndefValue::get(LCV->getType()),

Completed in 224 milliseconds