Lines Matching refs:CallEvent
137 applyAsOutOfRange(ProgramStateRef State, const CallEvent &Call,
140 applyAsWithinRange(ProgramStateRef State, const CallEvent &Call,
143 applyAsComparesToArgument(ProgramStateRef State, const CallEvent &Call,
147 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, in apply()
214 static QualType getArgType(const CallEvent &Call, ArgNoTy ArgNo) { in getArgType()
222 static SVal getArgSVal(const CallEvent &Call, ArgNoTy ArgNo) { in getArgSVal()
227 void checkPostCall(const CallEvent &Call, CheckerContext &C) const;
240 ProgramStateRef State, const CallEvent &Call, in applyAsOutOfRange()
268 ProgramStateRef State, const CallEvent &Call, in applyAsWithinRange()
319 ProgramStateRef State, const CallEvent &Call, in applyAsComparesToArgument()
340 void StdLibraryFunctionsChecker::checkPostCall(const CallEvent &Call, in checkPostCall()