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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTaintTesterChecker.cpp46 void TaintTesterChecker::checkPostStmt(const Expr *E, function in class:TaintTesterChecker
H A DUndefCapturedBlockVarChecker.cpp51 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, function in class:UndefCapturedBlockVarChecker
H A DUndefResultChecker.cpp76 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, function in class:UndefResultChecker
H A DAnalysisOrderChecker.cpp67 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const { function in class:__anon904::AnalysisOrderChecker
79 void checkPostStmt(const ArraySubscriptExpr *SubExpr, function in class:__anon904::AnalysisOrderChecker
90 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const { function in class:__anon904::AnalysisOrderChecker
100 void checkPostStmt(const CXXDeleteExpr *NE, CheckerContext &C) const { function in class:__anon904::AnalysisOrderChecker
110 void checkPostStmt(const CXXConstructExpr *NE, CheckerContext &C) const { function in class:__anon904::AnalysisOrderChecker
120 void checkPostStmt(const OffsetOfExpr *OOE, CheckerContext &C) const { function in class:__anon904::AnalysisOrderChecker
H A DDynamicTypeChecker.cpp154 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE, function in class:DynamicTypeChecker
H A DObjCContainersChecker.cpp86 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, function in class:ObjCContainersChecker
H A DCheckerDocumentation.cpp329 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, function in class:clang::ento::CheckerDocumentation
H A DObjCSelfInitChecker.cpp196 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, function in class:ObjCSelfInitChecker
H A DPointerArithChecker.cpp217 void PointerArithChecker::checkPostStmt(const CallExpr *CE, function in class:PointerArithChecker
240 void PointerArithChecker::checkPostStmt(const CXXNewExpr *NE, function in class:PointerArithChecker
257 void PointerArithChecker::checkPostStmt(const CastExpr *CE, function in class:PointerArithChecker
H A DIteratorModeling.cpp251 void IteratorModeling::checkPostStmt(const UnaryOperator *UO, function in class:IteratorModeling
263 void IteratorModeling::checkPostStmt(const BinaryOperator *BO, function in class:IteratorModeling
292 void IteratorModeling::checkPostStmt(const MaterializeTemporaryExpr *MTE, function in class:IteratorModeling
H A DMacOSKeychainAPIChecker.cpp402 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, function in class:MacOSKeychainAPIChecker
H A DDynamicTypePropagation.cpp419 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, function in class:DynamicTypePropagation
613 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, function in class:DynamicTypePropagation
H A DNullabilityChecker.cpp972 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE, function in class:NullabilityChecker
H A DBasicObjCFoundationChecks.cpp319 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, function in class:NilArgChecker
327 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, function in class:NilArgChecker
976 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, function in class:ObjCLoopChecker
1160 void checkPostStmt(const ObjCArrayLiteral *E, CheckerContext &C) const { function in class:__anon915::ObjCNonNilReturnValueChecker
1163 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const { function in class:__anon915::ObjCNonNilReturnValueChecker
1166 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { function in class:__anon915::ObjCNonNilReturnValueChecker
H A DMallocChecker.cpp2749 void MallocChecker::checkPostStmt(const BlockExpr *BE, function in class:MallocChecker
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp146 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, function in class:RetainCountChecker
182 void RetainCountChecker::checkPostStmt(const CastExpr *CE, function in class:RetainCountChecker
259 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, function in class:RetainCountChecker
265 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, function in class:RetainCountChecker
271 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, function in class:RetainCountChecker
285 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, function in class:RetainCountChecker

Completed in 310 milliseconds