Searched refs:checkPostStmt (Results 1 - 13 of 13) 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;
55 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 DCheckerDocumentation.cpp81 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
306 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, function in class:clang::ento::CheckerDocumentation
H A DDynamicTypePropagation.cpp41 void checkPostStmt(const ImplicitCastExpr *CastE, CheckerContext &C) const;
42 void checkPostStmt(const CXXNewExpr *NewE, CheckerContext &C) const;
176 void DynamicTypePropagation::checkPostStmt(const ImplicitCastExpr *CastE, function in class:DynamicTypePropagation
195 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, function in class:DynamicTypePropagation
H A DObjCContainersChecker.cpp53 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
80 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, function in class:ObjCContainersChecker
H A DBasicObjCFoundationChecks.cpp130 void checkPostStmt(const ObjCDictionaryLiteral *DL,
132 void checkPostStmt(const ObjCArrayLiteral *AL,
322 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, function in class:NilArgChecker
330 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, function in class:ObjCLoopChecker
1199 void checkPostStmt(const ObjCArrayLiteral *E, CheckerContext &C) const { function in class:__anon18157::ObjCNonNilReturnValueChecker
1202 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const { function in class:__anon18157::ObjCNonNilReturnValueChecker
1205 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { function in class:__anon18157::ObjCNonNilReturnValueChecker
H A DObjCSelfInitChecker.cpp73 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
198 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 DMallocChecker.cpp180 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
181 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const;
184 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
665 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const { function in class:MallocChecker
720 // processed by the checkPostStmt callbacks for CXXNewExpr and
756 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, function in class:MallocChecker
1925 void MallocChecker::checkPostStmt(const BlockExpr *BE, function in class:MallocChecker
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 DMacOSKeychainAPIChecker.cpp58 void checkPostStmt(const CallExpr *S, CheckerContext &C) const;
300 // tracking when the second allocator is processed in checkPostStmt().
443 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, function in class:MacOSKeychainAPIChecker
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h108 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);

Completed in 154 milliseconds