/external/clang/lib/StaticAnalyzer/Checkers/ |
D | TaintTesterChecker.cpp | 35 void checkPostStmt(const Expr *E, CheckerContext &C) const; 44 void TaintTesterChecker::checkPostStmt(const Expr *E, in checkPostStmt() function in TaintTesterChecker
|
D | DynamicTypePropagation.cpp | 41 void checkPostStmt(const ImplicitCastExpr *CastE, CheckerContext &C) const; 42 void checkPostStmt(const CXXNewExpr *NewE, CheckerContext &C) const; 176 void DynamicTypePropagation::checkPostStmt(const ImplicitCastExpr *CastE, in checkPostStmt() function in DynamicTypePropagation 195 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, in checkPostStmt() function in DynamicTypePropagation
|
D | UndefResultChecker.cpp | 34 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const; 38 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, in checkPostStmt() function in UndefResultChecker
|
D | UndefCapturedBlockVarChecker.cpp | 33 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const; 55 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in UndefCapturedBlockVarChecker
|
D | CheckerDocumentation.cpp | 81 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const; 306 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt() function in clang::ento::CheckerDocumentation
|
D | ObjCContainersChecker.cpp | 53 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 80 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in ObjCContainersChecker
|
D | PthreadLockChecker.cpp | 36 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 49 void PthreadLockChecker::checkPostStmt(const CallExpr *CE, in REGISTER_LIST_WITH_PROGRAMSTATE()
|
D | BasicObjCFoundationChecks.cpp | 115 void checkPostStmt(const ObjCDictionaryLiteral *DL, 117 void checkPostStmt(const ObjCArrayLiteral *AL, 287 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in NilArgChecker 295 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in NilArgChecker 806 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const; 953 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, in checkPostStmt() function in ObjCLoopChecker
|
D | ObjCSelfInitChecker.cpp | 67 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const; 201 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt() function in ObjCSelfInitChecker
|
D | GenericTaintChecker.cpp | 36 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 37 void checkPostStmt(const DeclRefExpr *DRE, CheckerContext &C) const; 286 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in GenericTaintChecker
|
D | IdempotentOperationChecker.cpp | 75 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const; 330 void IdempotentOperationChecker::checkPostStmt(const BinaryOperator *B, in checkPostStmt() function in IdempotentOperationChecker
|
D | RetainCountChecker.cpp | 2547 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const; 2548 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const; 2550 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const; 2551 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const; 2552 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const; 2633 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in RetainCountChecker 2673 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in RetainCountChecker 2744 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in RetainCountChecker 2750 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in RetainCountChecker 2756 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt() function in RetainCountChecker
|
D | MacOSKeychainAPIChecker.cpp | 58 void checkPostStmt(const CallExpr *S, CheckerContext &C) const; 443 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in MacOSKeychainAPIChecker
|
D | MallocChecker.cpp | 185 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 186 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const; 189 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const; 572 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const { in checkPostStmt() function in MallocChecker 645 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt() function in MallocChecker 1747 void MallocChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in MallocChecker
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 108 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C); in _checkStmt()
|