Lines Matching refs:CheckerContext
52 bool isVforkCall(const Decl *D, CheckerContext &C) const;
53 bool isCallWhitelisted(const IdentifierInfo *II, CheckerContext &C) const;
55 void reportBug(const char *What, CheckerContext &C,
61 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
62 void checkPostCall(const CallEvent &Call, CheckerContext &C) const;
63 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
64 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
82 bool VforkChecker::isVforkCall(const Decl *D, CheckerContext &C) const { in isVforkCall()
97 CheckerContext &C) const { in isCallWhitelisted()
121 void VforkChecker::reportBug(const char *What, CheckerContext &C, in reportBug()
144 CheckerContext &C) const { in checkPostCall()
184 CheckerContext &C) const { in checkPreCall()
193 CheckerContext &C) const { in checkBind()
210 void VforkChecker::checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const { in checkPreStmt()