Home
last modified time | relevance | path

Searched refs:SelfVal (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp638 SVal SelfVal = getSelfSVal(); in getReceiverSVal() local
639 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()
640 return SelfVal; in getReceiverSVal()
891 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
892 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
896 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()