Lines Matching refs:CallEvent

163                                    const CallEvent &, CheckerContext &)>;
176 SVal getStreamArg(const FnDescription *Desc, const CallEvent &Call) { in getStreamArg()
223 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
224 bool evalCall(const CallEvent &Call, CheckerContext &C) const;
228 const CallEvent *Call,
280 void evalFopen(const FnDescription *Desc, const CallEvent &Call,
283 void preFreopen(const FnDescription *Desc, const CallEvent &Call,
285 void evalFreopen(const FnDescription *Desc, const CallEvent &Call,
288 void evalFclose(const FnDescription *Desc, const CallEvent &Call,
291 void preFread(const FnDescription *Desc, const CallEvent &Call,
294 void preFwrite(const FnDescription *Desc, const CallEvent &Call,
297 void evalFreadFwrite(const FnDescription *Desc, const CallEvent &Call,
300 void preFseek(const FnDescription *Desc, const CallEvent &Call,
302 void evalFseek(const FnDescription *Desc, const CallEvent &Call,
305 void preDefault(const FnDescription *Desc, const CallEvent &Call,
308 void evalClearerr(const FnDescription *Desc, const CallEvent &Call,
311 void evalFeofFerror(const FnDescription *Desc, const CallEvent &Call,
315 void evalSetFeofFerror(const FnDescription *Desc, const CallEvent &Call,
365 const FnDescription *lookupFn(const CallEvent &Call) const { in lookupFn()
457 void StreamChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
466 bool StreamChecker::evalCall(const CallEvent &Call, CheckerContext &C) const { in evalCall()
478 void StreamChecker::evalFopen(const FnDescription *Desc, const CallEvent &Call, in evalFopen()
507 void StreamChecker::preFreopen(const FnDescription *Desc, const CallEvent &Call, in preFreopen()
520 const CallEvent &Call, in evalFreopen()
564 void StreamChecker::evalFclose(const FnDescription *Desc, const CallEvent &Call, in evalFclose()
585 void StreamChecker::preFread(const FnDescription *Desc, const CallEvent &Call, in preFread()
610 void StreamChecker::preFwrite(const FnDescription *Desc, const CallEvent &Call, in preFwrite()
629 const CallEvent &Call, CheckerContext &C, in evalFreadFwrite()
713 void StreamChecker::preFseek(const FnDescription *Desc, const CallEvent &Call, in preFseek()
731 void StreamChecker::evalFseek(const FnDescription *Desc, const CallEvent &Call, in evalFseek()
773 const CallEvent &Call, in evalClearerr()
794 const CallEvent &Call, CheckerContext &C, in evalFeofFerror()
833 void StreamChecker::preDefault(const FnDescription *Desc, const CallEvent &Call, in preDefault()
849 const CallEvent &Call, CheckerContext &C, in evalSetFeofFerror()
1082 const CallEvent *Call, PointerEscapeKind Kind) const { in checkPointerEscape()