Searched refs:regionLoc (Results 1 – 2 of 2) sorted by relevance
3620 if (Optional<loc::MemRegionVal> regionLoc = loc.getAs<loc::MemRegionVal>()) { in checkBind() local3621 escapes = !regionLoc->getRegion()->hasStackStorage(); in checkBind()3629 SVal StoredVal = state->getSVal(regionLoc->getRegion()); in checkBind()3631 escapes = (state == (state->bindLoc(*regionLoc, val))); in checkBind()3637 escapes = !isa<VarRegion>(regionLoc->getRegion()); in checkBind()
2143 if (Optional<loc::MemRegionVal> regionLoc = Loc.getAs<loc::MemRegionVal>()) { in processPointerEscapedOnBind() local2144 escapes = !regionLoc->getRegion()->hasStackStorage(); in processPointerEscapedOnBind()2152 SVal StoredVal = State->getSVal(regionLoc->getRegion()); in processPointerEscapedOnBind()2154 escapes = (State == (State->bindLoc(*regionLoc, Val))); in processPointerEscapedOnBind()