Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp191 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in getIteratorPosition() local
192 return State->get<IteratorRegionMap>(LCVal->getRegion()); in getIteratorPosition()
204 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in setIteratorPosition() local
205 return State->set<IteratorRegionMap>(LCVal->getRegion(), Pos); in setIteratorPosition()
H A DIteratorModeling.cpp784 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in removeIteratorPosition() local
785 return State->remove<IteratorRegionMap>(LCVal->getRegion()); in removeIteratorPosition()
825 if (const auto LCVal = Binding.second.getAs<nonloc::LazyCompoundVal>()) { in isBoundThroughLazyCompoundVal() local
826 if (LCVal->getRegion() == Reg) in isBoundThroughLazyCompoundVal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2011 LValue LCVal = EmitLValue(LoopVarRef); in EmitOMPCanonicalLoop() local
2012 Address LoopVarAddress = LCVal.getAddress(*this); in EmitOMPCanonicalLoop()