Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp665 SVal SelfVal = getSelfSVal(); in getReceiverSVal() local
666 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()
667 return SelfVal; in getReceiverSVal()
899 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
900 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
904 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()