Searched defs:checkPostStmt (Results 1 - 16 of 16) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DTaintTesterChecker.cpp35 void checkPostStmt(const Expr *E, CheckerContext &C) const;
44 void TaintTesterChecker::checkPostStmt(const Expr *E, function in class:TaintTesterChecker
H A DUndefCapturedBlockVarChecker.cpp33 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
52 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, function in class:UndefCapturedBlockVarChecker
H A DUndefResultChecker.cpp34 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
38 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, function in class:UndefResultChecker
H A DDynamicTypeChecker.cpp67 void checkPostStmt(const ImplicitCastExpr *CE, CheckerContext &C) const;
163 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE, function in class:DynamicTypeChecker
H A DObjCContainersChecker.cpp54 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
85 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, function in class:ObjCContainersChecker
H A DCheckerDocumentation.cpp82 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
316 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, function in class:clang::ento::CheckerDocumentation
H A DDebugCheckers.cpp225 void checkPostStmt(const Stmt *S, CheckerContext &C) const { function in class:__anon1660::BugHashDumper
H A DObjCSelfInitChecker.cpp73 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
197 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, function in class:ObjCSelfInitChecker
H A DPthreadLockChecker.cpp64 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
81 void PthreadLockChecker::checkPostStmt(const CallExpr *CE, function in class:PthreadLockChecker
H A DGenericTaintChecker.cpp36 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
285 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, function in class:GenericTaintChecker
H A DBasicObjCFoundationChecks.cpp130 void checkPostStmt(const ObjCDictionaryLiteral *DL,
132 void checkPostStmt(const ObjCArrayLiteral *AL,
321 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, function in class:NilArgChecker
329 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, function in class:NilArgChecker
850 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
1010 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS,
1199 void checkPostStmt(const ObjCArrayLiteral *E, CheckerContext &C) const {
1202 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const {
1205 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const {
H A DMacOSKeychainAPIChecker.cpp58 void checkPostStmt(const CallExpr *S, CheckerContext &C) const;
302 // tracking when the second allocator is processed in checkPostStmt().
449 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, function in class:MacOSKeychainAPIChecker
H A DDynamicTypePropagation.cpp103 void checkPostStmt(const CastExpr *CastE, CheckerContext &C) const;
104 void checkPostStmt(const CXXNewExpr *NewE, CheckerContext &C) const;
294 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, function in class:DynamicTypePropagation
497 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, function in class:DynamicTypePropagation
H A DNullabilityChecker.cpp113 void checkPostStmt(const ExplicitCastExpr *CE, CheckerContext &C) const;
810 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE, function in class:NullabilityChecker
H A DMallocChecker.cpp200 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
201 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const;
204 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
738 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const { function in class:MallocChecker
803 // processed by the checkPostStmt callbacks for CXXNewExpr and
951 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, function in class:MallocChecker
2247 void MallocChecker::checkPostStmt(const BlockExpr *BE, function in class:MallocChecker
H A DRetainCountChecker.cpp2612 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
2613 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const;
2615 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
2616 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
2617 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
2619 void checkPostStmt(const ObjCIvarRefExpr *IRE, CheckerContext &C) const;
2700 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, function in class:RetainCountChecker
2740 void RetainCountChecker::checkPostStmt(const CastExpr *CE, function in class:RetainCountChecker
2808 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, function in class:RetainCountChecker
2814 void RetainCountChecker::checkPostStmt(cons function in class:RetainCountChecker
2820 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, function in class:RetainCountChecker
2843 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, function in class:RetainCountChecker
[all...]

Completed in 582 milliseconds