Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalysisOrderChecker.cpp66 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const { in checkPostStmt() function in __anon03471d430111::AnalysisOrderChecker
78 void checkPostStmt(const ArraySubscriptExpr *SubExpr, in checkPostStmt() function in __anon03471d430111::AnalysisOrderChecker
89 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anon03471d430111::AnalysisOrderChecker
99 void checkPostStmt(const CXXDeleteExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anon03471d430111::AnalysisOrderChecker
109 void checkPostStmt(const CXXConstructExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anon03471d430111::AnalysisOrderChecker
119 void checkPostStmt(const OffsetOfExpr *OOE, CheckerContext &C) const { in checkPostStmt() function in __anon03471d430111::AnalysisOrderChecker
H A DAssumeModeling.cpp30 void checkPostStmt(const AttributedStmt *A, CheckerContext &C) const;
35 void AssumeModelingChecker::checkPostStmt(const AttributedStmt *A, in checkPostStmt() function in AssumeModelingChecker
H A DUndefResultChecker.cpp33 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
60 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, in checkPostStmt() function in UndefResultChecker
H A DCheckerDocumentation.cpp88 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
375 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt() function in clang::ento::CheckerDocumentation
H A DBasicObjCFoundationChecks.cpp126 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
127 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
329 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in NilArgChecker
337 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in NilArgChecker
824 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
980 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, in checkPostStmt() function in ObjCLoopChecker
1158 void checkPostStmt(const ObjCArrayLiteral *E, CheckerContext &C) const { in checkPostStmt() function in __anoncdfed0b60811::ObjCNonNilReturnValueChecker
1161 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const { in checkPostStmt() function in __anoncdfed0b60811::ObjCNonNilReturnValueChecker
1164 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt() function in __anoncdfed0b60811::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.cpp57 void checkPostStmt(const ImplicitCastExpr *CE, CheckerContext &C) const;
146 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE, in checkPostStmt() function in DynamicTypeChecker
H A DIteratorModeling.cpp154 void checkPostStmt(const UnaryOperator *UO, CheckerContext &C) const;
155 void checkPostStmt(const BinaryOperator *BO, CheckerContext &C) const;
156 void checkPostStmt(const MaterializeTemporaryExpr *MTE,
252 void IteratorModeling::checkPostStmt(const UnaryOperator *UO, in checkPostStmt() function in IteratorModeling
264 void IteratorModeling::checkPostStmt(const BinaryOperator *BO, in checkPostStmt() function in IteratorModeling
293 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.cpp100 void checkPostStmt(const CastExpr *CastE, CheckerContext &C) const;
101 void checkPostStmt(const CXXNewExpr *NewE, CheckerContext &C) const;
412 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, in checkPostStmt() function in DynamicTypePropagation
606 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in DynamicTypePropagation
H A DArrayBoundChecker.cpp166 void checkPostStmt(const ArraySubscriptExpr *E, CheckerContext &C) const { in checkPostStmt() function in __anon612badfa0111::ArrayBoundChecker
169 void checkPostStmt(const UnaryOperator *E, CheckerContext &C) const { in checkPostStmt() function in __anon612badfa0111::ArrayBoundChecker
173 void checkPostStmt(const MemberExpr *E, CheckerContext &C) const { in checkPostStmt() function in __anon612badfa0111::ArrayBoundChecker
H A DMacOSKeychainAPIChecker.cpp62 void checkPostStmt(const CallExpr *S, CheckerContext &C) const;
393 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in MacOSKeychainAPIChecker
H A DNullabilityChecker.cpp101 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;
984 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL, in checkPostStmt() function in NonLocalizedStringChecker
H A DMallocChecker.cpp426 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
3215 void MallocChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in MallocChecker
/freebsd/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.cpp146 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in RetainCountChecker
180 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in RetainCountChecker
257 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in RetainCountChecker
263 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in RetainCountChecker
269 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt() function in RetainCountChecker
283 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt() function in RetainCountChecker
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C); in _checkStmt()