Home
last modified time | relevance | path

Searched refs:LCVal (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp190 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in getIteratorPosition() local
191 return State->get<IteratorRegionMap>(LCVal->getRegion()); in getIteratorPosition()
203 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in setIteratorPosition() local
204 return State->set<IteratorRegionMap>(LCVal->getRegion(), Pos); in setIteratorPosition()
H A DIteratorModeling.cpp778 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in removeIteratorPosition() local
779 return State->remove<IteratorRegionMap>(LCVal->getRegion()); in removeIteratorPosition()
819 if (const auto LCVal = Binding.second.getAs<nonloc::LazyCompoundVal>()) { in isBoundThroughLazyCompoundVal() local
820 if (LCVal->getRegion() == Reg) in isBoundThroughLazyCompoundVal()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2061 LValue LCVal = EmitLValue(LoopVarRef); in EmitOMPCanonicalLoop() local
2062 Address LoopVarAddress = LCVal.getAddress(*this); in EmitOMPCanonicalLoop()