Lines Matching refs:CheckerContext
53 bool isVforkCall(const Decl *D, CheckerContext &C) const;
55 CheckerContext &C) const;
57 void reportBug(const char *What, CheckerContext &C,
63 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
64 void checkPostCall(const CallEvent &Call, CheckerContext &C) const;
65 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
66 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
84 bool VforkChecker::isVforkCall(const Decl *D, CheckerContext &C) const { in isVforkCall()
99 CheckerContext &C) const { in isCallExplicitelyAllowed()
123 void VforkChecker::reportBug(const char *What, CheckerContext &C, in reportBug()
146 CheckerContext &C) const { in checkPostCall()
187 CheckerContext &C) const { in checkPreCall()
196 CheckerContext &C) const { in checkBind()
213 void VforkChecker::checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const { in checkPreStmt()