Lines Matching refs:CallEvent
166 const CallEvent &, CheckerContext &)>;
179 SVal getStreamArg(const FnDescription *Desc, const CallEvent &Call) { in getStreamArg()
226 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
227 bool evalCall(const CallEvent &Call, CheckerContext &C) const;
231 const CallEvent *Call,
331 void evalFopen(const FnDescription *Desc, const CallEvent &Call,
334 void preFreopen(const FnDescription *Desc, const CallEvent &Call,
336 void evalFreopen(const FnDescription *Desc, const CallEvent &Call,
339 void evalFclose(const FnDescription *Desc, const CallEvent &Call,
342 void preReadWrite(const FnDescription *Desc, const CallEvent &Call,
345 void evalFreadFwrite(const FnDescription *Desc, const CallEvent &Call,
348 void evalFgetx(const FnDescription *Desc, const CallEvent &Call,
351 void evalFputx(const FnDescription *Desc, const CallEvent &Call,
354 void evalFprintf(const FnDescription *Desc, const CallEvent &Call,
357 void evalFscanf(const FnDescription *Desc, const CallEvent &Call,
360 void evalUngetc(const FnDescription *Desc, const CallEvent &Call,
363 void evalGetdelim(const FnDescription *Desc, const CallEvent &Call,
366 void preFseek(const FnDescription *Desc, const CallEvent &Call,
368 void evalFseek(const FnDescription *Desc, const CallEvent &Call,
371 void evalFgetpos(const FnDescription *Desc, const CallEvent &Call,
374 void evalFsetpos(const FnDescription *Desc, const CallEvent &Call,
377 void evalFtell(const FnDescription *Desc, const CallEvent &Call,
380 void evalRewind(const FnDescription *Desc, const CallEvent &Call,
383 void preDefault(const FnDescription *Desc, const CallEvent &Call,
386 void evalClearerr(const FnDescription *Desc, const CallEvent &Call,
389 void evalFeofFerror(const FnDescription *Desc, const CallEvent &Call,
393 void evalSetFeofFerror(const FnDescription *Desc, const CallEvent &Call,
397 void preFflush(const FnDescription *Desc, const CallEvent &Call,
400 void evalFflush(const FnDescription *Desc, const CallEvent &Call,
449 const FnDescription *lookupFn(const CallEvent &Call) const { in lookupFn()
551 void StreamChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
562 bool StreamChecker::evalCall(const CallEvent &Call, CheckerContext &C) const { in evalCall()
574 void StreamChecker::evalFopen(const FnDescription *Desc, const CallEvent &Call, in evalFopen()
603 void StreamChecker::preFreopen(const FnDescription *Desc, const CallEvent &Call, in preFreopen()
616 const CallEvent &Call, in evalFreopen()
661 void StreamChecker::evalFclose(const FnDescription *Desc, const CallEvent &Call, in evalFclose()
696 const CallEvent &Call, CheckerContext &C, in preReadWrite()
727 const CallEvent &Call, CheckerContext &C, in evalFreadFwrite()
806 void StreamChecker::evalFgetx(const FnDescription *Desc, const CallEvent &Call, in evalFgetx()
892 void StreamChecker::evalFputx(const FnDescription *Desc, const CallEvent &Call, in evalFputx()
951 const CallEvent &Call, in evalFprintf()
993 void StreamChecker::evalFscanf(const FnDescription *Desc, const CallEvent &Call, in evalFscanf()
1056 void StreamChecker::evalUngetc(const FnDescription *Desc, const CallEvent &Call, in evalUngetc()
1096 const CallEvent &Call, in evalGetdelim()
1151 void StreamChecker::preFseek(const FnDescription *Desc, const CallEvent &Call, in preFseek()
1169 void StreamChecker::evalFseek(const FnDescription *Desc, const CallEvent &Call, in evalFseek()
1219 const CallEvent &Call, in evalFgetpos()
1248 const CallEvent &Call, in evalFsetpos()
1285 void StreamChecker::evalFtell(const FnDescription *Desc, const CallEvent &Call, in evalFtell()
1323 void StreamChecker::evalRewind(const FnDescription *Desc, const CallEvent &Call, in evalRewind()
1347 const CallEvent &Call, in evalClearerr()
1368 const CallEvent &Call, CheckerContext &C, in evalFeofFerror()
1407 void StreamChecker::preDefault(const FnDescription *Desc, const CallEvent &Call, in preDefault()
1423 const CallEvent &Call, CheckerContext &C, in evalSetFeofFerror()
1435 void StreamChecker::preFflush(const FnDescription *Desc, const CallEvent &Call, in preFflush()
1450 void StreamChecker::evalFflush(const FnDescription *Desc, const CallEvent &Call, in evalFflush()
1736 const CallEvent *Call, PointerEscapeKind Kind) const { in checkPointerEscape()