/external/clang/lib/StaticAnalyzer/Checkers/ |
D | TaintTesterChecker.cpp | 44 void TaintTesterChecker::checkPostStmt(const Expr *E, in checkPostStmt() function in TaintTesterChecker
|
D | UndefResultChecker.cpp | 38 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, in checkPostStmt() function in UndefResultChecker
|
D | BasicObjCFoundationChecks.cpp | 321 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in NilArgChecker 329 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in NilArgChecker 1010 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, in checkPostStmt() function in ObjCLoopChecker 1199 void checkPostStmt(const ObjCArrayLiteral *E, CheckerContext &C) const { in checkPostStmt() function in __anon3d8ea8180811::ObjCNonNilReturnValueChecker 1202 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const { in checkPostStmt() function in __anon3d8ea8180811::ObjCNonNilReturnValueChecker 1205 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt() function in __anon3d8ea8180811::ObjCNonNilReturnValueChecker
|
D | UndefCapturedBlockVarChecker.cpp | 52 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in UndefCapturedBlockVarChecker
|
D | ObjCContainersChecker.cpp | 85 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in ObjCContainersChecker
|
D | DynamicTypeChecker.cpp | 163 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE, in checkPostStmt() function in DynamicTypeChecker
|
D | CheckerDocumentation.cpp | 316 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt() function in clang::ento::CheckerDocumentation
|
D | DynamicTypePropagation.cpp | 294 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, in checkPostStmt() function in DynamicTypePropagation 497 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in DynamicTypePropagation
|
D | DebugCheckers.cpp | 225 void checkPostStmt(const Stmt *S, CheckerContext &C) const { in checkPostStmt() function in __anon0ebae75f0911::BugHashDumper
|
D | ObjCSelfInitChecker.cpp | 197 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt() function in ObjCSelfInitChecker
|
D | RetainCountChecker.cpp | 2700 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in RetainCountChecker 2740 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in RetainCountChecker 2808 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in RetainCountChecker 2814 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in RetainCountChecker 2820 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt() function in RetainCountChecker 2843 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt() function in RetainCountChecker
|
D | GenericTaintChecker.cpp | 285 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in GenericTaintChecker
|
D | MacOSKeychainAPIChecker.cpp | 449 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in MacOSKeychainAPIChecker
|
D | MallocChecker.cpp | 738 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const { in checkPostStmt() function in MallocChecker 951 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt() function in MallocChecker 2247 void MallocChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in MallocChecker
|
D | LocalizationChecker.cpp | 828 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL, in checkPostStmt() function in NonLocalizedStringChecker
|
D | NullabilityChecker.cpp | 810 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE, in checkPostStmt() function in NullabilityChecker
|