Lines Matching refs:CheckerContext
53 bool isVforkCall(const Decl *D, CheckerContext &C) const;
54 bool isCallWhitelisted(const IdentifierInfo *II, 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 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()