Home
last modified time | relevance | path

Searched defs:checkPostStmt (Results 1 – 17 of 17) sorted by relevance

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