Searched refs:regionLoc (Results 1 – 2 of 2) sorted by relevance
3570 if (Optional<loc::MemRegionVal> regionLoc = loc.getAs<loc::MemRegionVal>()) { in checkBind() local3571 escapes = !regionLoc->getRegion()->hasStackStorage(); in checkBind()3579 SVal StoredVal = state->getSVal(regionLoc->getRegion()); in checkBind()3581 escapes = (state == (state->bindLoc(*regionLoc, val))); in checkBind()3587 escapes = !isa<VarRegion>(regionLoc->getRegion()); in checkBind()
2027 if (Optional<loc::MemRegionVal> regionLoc = Loc.getAs<loc::MemRegionVal>()) { in processPointerEscapedOnBind() local2028 escapes = !regionLoc->getRegion()->hasStackStorage(); in processPointerEscapedOnBind()2036 SVal StoredVal = State->getSVal(regionLoc->getRegion()); in processPointerEscapedOnBind()2038 escapes = (State == (State->bindLoc(*regionLoc, Val))); in processPointerEscapedOnBind()