Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp783 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in removeIteratorPosition() local
784 return State->remove<IteratorRegionMap>(LCVal->getRegion()); in removeIteratorPosition()
824 if (const auto LCVal = Binding.second.getAs<nonloc::LazyCompoundVal>()) { in isBoundThroughLazyCompoundVal() local
825 if (LCVal->getRegion() == Reg) in isBoundThroughLazyCompoundVal()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2061 LValue LCVal = EmitLValue(LoopVarRef); in EmitOMPCanonicalLoop() local
2062 Address LoopVarAddress = LCVal.getAddress(*this); in EmitOMPCanonicalLoop()