Lines Matching defs:const
78 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {}
88 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
97 void checkPreObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const {}
103 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const {}
112 void checkObjCMessageNil(const ObjCMethodCall &M, CheckerContext &C) const {}
124 void checkPreCall(const CallEvent &Call, CheckerContext &C) const {}
130 void checkPostCall(const CallEvent &Call, CheckerContext &C) const {}
133 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {}
146 void checkNewAllocator(const CXXAllocatorCall &, CheckerContext &) const {}
157 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S,
158 CheckerContext &) const {}
167 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {}
183 void checkDeadSymbols(SymbolReaper &SR, CheckerContext &C) const {}
190 void checkBeginFunction(CheckerContext &Ctx) const {}
197 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const {}
210 ExprEngine &Eng) const {}
215 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
217 BugReporter &BR) const {}
232 bool evalCall(const CallEvent &Call, CheckerContext &C) const { return true; }
244 bool Assumption) const { return State; }
251 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const {}
277 const InvalidatedSymbols *Invalidated,
278 ArrayRef<const MemRegion *> ExplicitRegions,
279 ArrayRef<const MemRegion *> Regions,
280 const LocationContext *LCtx,
281 const CallEvent *Call) const {
299 const InvalidatedSymbols &Escaped,
300 const CallEvent *Call,
301 PointerEscapeKind Kind) const {
305 /// Called when const pointers escape.
310 const InvalidatedSymbols &Escaped,
311 const CallEvent *Call,
312 PointerEscapeKind Kind) const {
317 void checkEvent(ImplicitNullDerefEvent Event) const {}
327 void checkASTDecl(const FunctionDecl *D,
329 BugReporter &BR) const {}
335 void checkASTCodeBody(const Decl *D, AnalysisManager &Mgr,
336 BugReporter &BR) const {}
339 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS,
340 CheckerContext &C) const {
347 bool shouldRegisterCheckerDocumentationChecker(const CheckerManager &) {