Home
last modified time | relevance | path

Searched refs:checkPostStmt (Results 1 – 20 of 20) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalysisOrderChecker.cpp67 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const { in checkPostStmt() function in __anon96532ff80111::AnalysisOrderChecker
79 void checkPostStmt(const ArraySubscriptExpr *SubExpr, in checkPostStmt() function in __anon96532ff80111::AnalysisOrderChecker
90 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anon96532ff80111::AnalysisOrderChecker
100 void checkPostStmt(const CXXDeleteExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anon96532ff80111::AnalysisOrderChecker
110 void checkPostStmt(const CXXConstructExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anon96532ff80111::AnalysisOrderChecker
120 void checkPostStmt(const OffsetOfExpr *OOE, CheckerContext &C) const { in checkPostStmt() function in __anon96532ff80111::AnalysisOrderChecker
H A DPointerArithChecker.cpp68 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const;
69 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const;
70 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
211 void PointerArithChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in PointerArithChecker
234 void PointerArithChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt() function in PointerArithChecker
251 void PointerArithChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in PointerArithChecker
H A DTaintTesterChecker.cpp29 void checkPostStmt(const Expr *E, CheckerContext &C) const;
33 void TaintTesterChecker::checkPostStmt(const Expr *E, in checkPostStmt() function in TaintTesterChecker
H A DUndefCapturedBlockVarChecker.cpp33 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
52 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in UndefCapturedBlockVarChecker
H A DUndefResultChecker.cpp34 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
61 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, in checkPostStmt() function in UndefResultChecker
H A DCheckerDocumentation.cpp88 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
339 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt() function in clang::ento::CheckerDocumentation
H A DBasicObjCFoundationChecks.cpp127 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
128 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
330 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in NilArgChecker
338 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in NilArgChecker
825 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
981 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, in checkPostStmt() function in ObjCLoopChecker
1159 void checkPostStmt(const ObjCArrayLiteral *E, CheckerContext &C) const { in checkPostStmt() function in __anoncb9bdc8b0811::ObjCNonNilReturnValueChecker
1162 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const { in checkPostStmt() function in __anoncb9bdc8b0811::ObjCNonNilReturnValueChecker
1165 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt() function in __anoncb9bdc8b0811::ObjCNonNilReturnValueChecker
H A DObjCContainersChecker.cpp45 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
78 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in ObjCContainersChecker
H A DDynamicTypeChecker.cpp59 void checkPostStmt(const ImplicitCastExpr *CE, CheckerContext &C) const;
148 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE, in checkPostStmt() function in DynamicTypeChecker
H A DIteratorModeling.cpp153 void checkPostStmt(const UnaryOperator *UO, CheckerContext &C) const;
154 void checkPostStmt(const BinaryOperator *BO, CheckerContext &C) const;
155 void checkPostStmt(const MaterializeTemporaryExpr *MTE,
251 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 DObjCSelfInitChecker.cpp72 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
194 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt() function in ObjCSelfInitChecker
H A DDynamicTypePropagation.cpp103 void checkPostStmt(const CastExpr *CastE, CheckerContext &C) const;
104 void checkPostStmt(const CXXNewExpr *NewE, CheckerContext &C) const;
416 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, in checkPostStmt() function in DynamicTypePropagation
610 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in DynamicTypePropagation
H A DArrayBoundCheckerV2.cpp150 void checkPostStmt(const ArraySubscriptExpr *E, CheckerContext &C) const { in checkPostStmt() function in __anon0e4c73970111::ArrayBoundCheckerV2
153 void checkPostStmt(const UnaryOperator *E, CheckerContext &C) const { in checkPostStmt() function in __anon0e4c73970111::ArrayBoundCheckerV2
157 void checkPostStmt(const MemberExpr *E, CheckerContext &C) const { in checkPostStmt() function in __anon0e4c73970111::ArrayBoundCheckerV2
H A DMacOSKeychainAPIChecker.cpp63 void checkPostStmt(const CallExpr *S, CheckerContext &C) const;
394 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in MacOSKeychainAPIChecker
H A DNullabilityChecker.cpp99 void checkPostStmt(const ExplicitCastExpr *CE, CheckerContext &C) const;
1130 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE, in checkPostStmt() function in NullabilityChecker
H A DLocalizationChecker.cpp100 void checkPostStmt(const ObjCStringLiteral *SL, CheckerContext &C) const;
989 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL, in checkPostStmt() function in NonLocalizedStringChecker
H A DMallocChecker.cpp338 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
3013 void MallocChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in MallocChecker
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h294 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
295 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const;
297 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
298 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
299 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
301 void checkPostStmt(const ObjCIvarRefExpr *IRE, CheckerContext &C) const;
H A DRetainCountChecker.cpp147 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in RetainCountChecker
181 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in RetainCountChecker
258 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in RetainCountChecker
264 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in RetainCountChecker
270 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt() function in RetainCountChecker
284 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt() function in RetainCountChecker
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C); in _checkStmt()