Searched refs:regionLoc (Results 1 – 2 of 2) sorted by relevance
3627 if (Optional<loc::MemRegionVal> regionLoc = loc.getAs<loc::MemRegionVal>()) { in checkBind() local3628 escapes = !regionLoc->getRegion()->hasStackStorage(); in checkBind()3636 SVal StoredVal = state->getSVal(regionLoc->getRegion()); in checkBind()3638 escapes = (state == (state->bindLoc(*regionLoc, val))); in checkBind()3644 escapes = !isa<VarRegion>(regionLoc->getRegion()); in checkBind()
2081 if (Optional<loc::MemRegionVal> regionLoc = Loc.getAs<loc::MemRegionVal>()) { in processPointerEscapedOnBind() local2082 escapes = !regionLoc->getRegion()->hasStackStorage(); in processPointerEscapedOnBind()2090 SVal StoredVal = State->getSVal(regionLoc->getRegion()); in processPointerEscapedOnBind()2092 escapes = (State == (State->bindLoc(*regionLoc, Val))); in processPointerEscapedOnBind()