Searched refs:SelfVal (Results 1 – 1 of 1) sorted by relevance
638 SVal SelfVal = getSelfSVal(); in getReceiverSVal() local639 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()640 return SelfVal; in getReceiverSVal()891 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local892 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()896 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()