Lines Matching refs:CallEvent

164                                    const CallEvent &, CheckerContext &)>;
177 SVal getStreamArg(const FnDescription *Desc, const CallEvent &Call) { in getStreamArg()
224 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
225 bool evalCall(const CallEvent &Call, CheckerContext &C) const;
229 const CallEvent *Call,
281 void evalFopen(const FnDescription *Desc, const CallEvent &Call,
284 void preFreopen(const FnDescription *Desc, const CallEvent &Call,
286 void evalFreopen(const FnDescription *Desc, const CallEvent &Call,
289 void evalFclose(const FnDescription *Desc, const CallEvent &Call,
292 void preFread(const FnDescription *Desc, const CallEvent &Call,
295 void preFwrite(const FnDescription *Desc, const CallEvent &Call,
298 void evalFreadFwrite(const FnDescription *Desc, const CallEvent &Call,
301 void preFseek(const FnDescription *Desc, const CallEvent &Call,
303 void evalFseek(const FnDescription *Desc, const CallEvent &Call,
306 void preDefault(const FnDescription *Desc, const CallEvent &Call,
309 void evalClearerr(const FnDescription *Desc, const CallEvent &Call,
312 void evalFeofFerror(const FnDescription *Desc, const CallEvent &Call,
316 void evalSetFeofFerror(const FnDescription *Desc, const CallEvent &Call,
366 const FnDescription *lookupFn(const CallEvent &Call) const { in lookupFn()
458 void StreamChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
467 bool StreamChecker::evalCall(const CallEvent &Call, CheckerContext &C) const { in evalCall()
479 void StreamChecker::evalFopen(const FnDescription *Desc, const CallEvent &Call, in evalFopen()
508 void StreamChecker::preFreopen(const FnDescription *Desc, const CallEvent &Call, in preFreopen()
521 const CallEvent &Call, in evalFreopen()
566 void StreamChecker::evalFclose(const FnDescription *Desc, const CallEvent &Call, in evalFclose()
587 void StreamChecker::preFread(const FnDescription *Desc, const CallEvent &Call, in preFread()
612 void StreamChecker::preFwrite(const FnDescription *Desc, const CallEvent &Call, in preFwrite()
631 const CallEvent &Call, CheckerContext &C, in evalFreadFwrite()
710 void StreamChecker::preFseek(const FnDescription *Desc, const CallEvent &Call, in preFseek()
728 void StreamChecker::evalFseek(const FnDescription *Desc, const CallEvent &Call, in evalFseek()
770 const CallEvent &Call, in evalClearerr()
791 const CallEvent &Call, CheckerContext &C, in evalFeofFerror()
830 void StreamChecker::preDefault(const FnDescription *Desc, const CallEvent &Call, in preDefault()
846 const CallEvent &Call, CheckerContext &C, in evalSetFeofFerror()
1079 const CallEvent *Call, PointerEscapeKind Kind) const { in checkPointerEscape()