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

/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp104 if (getArgSVal(Idx).isZeroConstant())
179 if (const MemRegion *MR = getArgSVal(Idx).getAsRegion())
184 ValuesToInvalidate.push_back(getArgSVal(Idx));
223 SVal CallEvent::getArgSVal(unsigned Index) const { function in class:CallEvent
329 SVal ArgVal = Call.getArgSVal(Idx);

Completed in 187 milliseconds