Searched refs:SelfVal (Results 1 – 1 of 1) sorted by relevance
665 SVal SelfVal = getSelfSVal(); in getReceiverSVal() local666 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()667 return SelfVal; in getReceiverSVal()899 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local900 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()904 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()