Searched defs:SelfVal (Results 1 - 1 of 1) sorted by relevance

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

Completed in 141 milliseconds