Lines Matching refs:CallEvent

166                                    const CallEvent &, CheckerContext &)>;
179 SVal getStreamArg(const FnDescription *Desc, const CallEvent &Call) { in getStreamArg()
225 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
226 bool evalCall(const CallEvent &Call, CheckerContext &C) const;
230 const CallEvent *Call,
289 void evalFopen(const FnDescription *Desc, const CallEvent &Call,
292 void preFreopen(const FnDescription *Desc, const CallEvent &Call,
294 void evalFreopen(const FnDescription *Desc, const CallEvent &Call,
297 void evalFclose(const FnDescription *Desc, const CallEvent &Call,
300 void preFread(const FnDescription *Desc, const CallEvent &Call,
303 void preFwrite(const FnDescription *Desc, const CallEvent &Call,
306 void evalFreadFwrite(const FnDescription *Desc, const CallEvent &Call,
309 void preFseek(const FnDescription *Desc, const CallEvent &Call,
311 void evalFseek(const FnDescription *Desc, const CallEvent &Call,
314 void evalFgetpos(const FnDescription *Desc, const CallEvent &Call,
317 void evalFsetpos(const FnDescription *Desc, const CallEvent &Call,
320 void evalFtell(const FnDescription *Desc, const CallEvent &Call,
323 void evalRewind(const FnDescription *Desc, const CallEvent &Call,
326 void preDefault(const FnDescription *Desc, const CallEvent &Call,
329 void evalClearerr(const FnDescription *Desc, const CallEvent &Call,
332 void evalFeofFerror(const FnDescription *Desc, const CallEvent &Call,
336 void evalSetFeofFerror(const FnDescription *Desc, const CallEvent &Call,
386 const FnDescription *lookupFn(const CallEvent &Call) const { in lookupFn()
488 void StreamChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
499 bool StreamChecker::evalCall(const CallEvent &Call, CheckerContext &C) const { in evalCall()
511 void StreamChecker::evalFopen(const FnDescription *Desc, const CallEvent &Call, in evalFopen()
540 void StreamChecker::preFreopen(const FnDescription *Desc, const CallEvent &Call, in preFreopen()
553 const CallEvent &Call, in evalFreopen()
598 void StreamChecker::evalFclose(const FnDescription *Desc, const CallEvent &Call, in evalFclose()
632 void StreamChecker::preFread(const FnDescription *Desc, const CallEvent &Call, in preFread()
657 void StreamChecker::preFwrite(const FnDescription *Desc, const CallEvent &Call, in preFwrite()
676 const CallEvent &Call, CheckerContext &C, in evalFreadFwrite()
755 void StreamChecker::preFseek(const FnDescription *Desc, const CallEvent &Call, in preFseek()
773 void StreamChecker::evalFseek(const FnDescription *Desc, const CallEvent &Call, in evalFseek()
815 const CallEvent &Call, in evalFgetpos()
844 const CallEvent &Call, in evalFsetpos()
881 void StreamChecker::evalFtell(const FnDescription *Desc, const CallEvent &Call, in evalFtell()
916 void StreamChecker::evalRewind(const FnDescription *Desc, const CallEvent &Call, in evalRewind()
940 const CallEvent &Call, in evalClearerr()
961 const CallEvent &Call, CheckerContext &C, in evalFeofFerror()
1000 void StreamChecker::preDefault(const FnDescription *Desc, const CallEvent &Call, in preDefault()
1016 const CallEvent &Call, CheckerContext &C, in evalSetFeofFerror()
1248 const CallEvent *Call, PointerEscapeKind Kind) const { in checkPointerEscape()