Lines Matching refs:CheckerContext
52 bool isVforkCall(const Decl *D, CheckerContext &C) const;
54 CheckerContext &C) const;
56 void reportBug(const char *What, CheckerContext &C,
62 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
63 void checkPostCall(const CallEvent &Call, CheckerContext &C) const;
64 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
65 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
83 bool VforkChecker::isVforkCall(const Decl *D, CheckerContext &C) const { in isVforkCall()
98 CheckerContext &C) const { in isCallExplicitelyAllowed()
122 void VforkChecker::reportBug(const char *What, CheckerContext &C, in reportBug()
145 CheckerContext &C) const { in checkPostCall()
186 CheckerContext &C) const { in checkPreCall()
195 CheckerContext &C) const { in checkBind()
212 void VforkChecker::checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const { in checkPreStmt()