/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PointerArithChecker.cpp | 69 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const; 70 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const; 71 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 220 void PointerArithChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in PointerArithChecker 243 void PointerArithChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt() function in PointerArithChecker 260 void PointerArithChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in PointerArithChecker
|
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 | 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; 52 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in UndefCapturedBlockVarChecker
|
D | CheckerDocumentation.cpp | 81 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const; 320 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt() function in clang::ento::CheckerDocumentation
|
D | BasicObjCFoundationChecks.cpp | 130 void checkPostStmt(const ObjCDictionaryLiteral *DL, 132 void checkPostStmt(const ObjCArrayLiteral *AL, 320 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in NilArgChecker 328 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in NilArgChecker 848 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const; 1005 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, in checkPostStmt() function in ObjCLoopChecker 1190 void checkPostStmt(const ObjCArrayLiteral *E, CheckerContext &C) const { in checkPostStmt() function in __anond1bec0610811::ObjCNonNilReturnValueChecker 1193 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const { in checkPostStmt() function in __anond1bec0610811::ObjCNonNilReturnValueChecker 1196 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt() function in __anond1bec0610811::ObjCNonNilReturnValueChecker
|
D | ObjCContainersChecker.cpp | 54 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 84 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in ObjCContainersChecker
|
D | DynamicTypeChecker.cpp | 67 void checkPostStmt(const ImplicitCastExpr *CE, CheckerContext &C) const; 163 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE, in checkPostStmt() function in DynamicTypeChecker
|
D | ObjCSelfInitChecker.cpp | 73 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const; 197 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt() function in ObjCSelfInitChecker
|
D | PthreadLockChecker.cpp | 64 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 81 void PthreadLockChecker::checkPostStmt(const CallExpr *CE, in REGISTER_LIST_WITH_PROGRAMSTATE()
|
D | DynamicTypePropagation.cpp | 104 void checkPostStmt(const CastExpr *CastE, CheckerContext &C) const; 105 void checkPostStmt(const CXXNewExpr *NewE, CheckerContext &C) const; 294 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, in checkPostStmt() function in DynamicTypePropagation 522 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in DynamicTypePropagation
|
D | RetainCountChecker.cpp | 2613 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const; 2614 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const; 2616 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const; 2617 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const; 2618 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const; 2620 void checkPostStmt(const ObjCIvarRefExpr *IRE, CheckerContext &C) const; 2701 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in RetainCountChecker 2741 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in RetainCountChecker 2809 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in RetainCountChecker 2815 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in RetainCountChecker [all …]
|
D | DebugCheckers.cpp | 225 void checkPostStmt(const Stmt *S, CheckerContext &C) const { in checkPostStmt() function in __anon68498a280911::BugHashDumper
|
D | MacOSKeychainAPIChecker.cpp | 58 void checkPostStmt(const CallExpr *S, CheckerContext &C) const; 441 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in MacOSKeychainAPIChecker
|
D | GenericTaintChecker.cpp | 36 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 285 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in GenericTaintChecker
|
D | MallocChecker.cpp | 202 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 203 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const; 206 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const; 748 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const { in checkPostStmt() function in MallocChecker 962 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt() function in MallocChecker 2255 void MallocChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in MallocChecker
|
D | NullabilityChecker.cpp | 112 void checkPostStmt(const ExplicitCastExpr *CE, CheckerContext &C) const; 957 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE, in checkPostStmt() function in NullabilityChecker
|
D | LocalizationChecker.cpp | 100 void checkPostStmt(const ObjCStringLiteral *SL, CheckerContext &C) const; 892 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL, in checkPostStmt() function in NonLocalizedStringChecker
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C); in _checkStmt()
|