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

/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp97 if (isCallbackArg(getArgSVal(Idx), *I))
157 ConstValues.push_back(getArgSVal(Idx));
159 ValuesToInvalidate.push_back(getArgSVal(Idx));
188 SVal CallEvent::getArgSVal(unsigned Index) const { function in class:CallEvent
283 SVal ArgVal = Call.getArgSVal(Idx);

Completed in 197 milliseconds