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

/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp95 if (isCallbackArg(getArgSVal(Idx), *I))
145 SVal V = getArgSVal(Idx);
212 SVal CallEvent::getArgSVal(unsigned Index) const { function in class:CallEvent
268 SVal ArgVal = Call.getArgSVal(Idx);

Completed in 47 milliseconds