Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalysisOrderChecker.cpp67 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const { in checkPostStmt() function in __anon3f14e8550111::AnalysisOrderChecker
79 void checkPostStmt(const ArraySubscriptExpr *SubExpr, in checkPostStmt() function in __anon3f14e8550111::AnalysisOrderChecker
90 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anon3f14e8550111::AnalysisOrderChecker
100 void checkPostStmt(const CXXDeleteExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anon3f14e8550111::AnalysisOrderChecker
110 void checkPostStmt(const CXXConstructExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anon3f14e8550111::AnalysisOrderChecker
120 void checkPostStmt(const OffsetOfExpr *OOE, CheckerContext &C) const { in checkPostStmt() function in __anon3f14e8550111::AnalysisOrderChecker
H A DTaintTesterChecker.cpp33 void TaintTesterChecker::checkPostStmt(const Expr *E, in checkPostStmt() function in TaintTesterChecker
H A DPointerArithChecker.cpp211 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 DArrayBoundCheckerV2.cpp65 void checkPostStmt(const ArraySubscriptExpr *E, CheckerContext &C) const { checkPostStmt() function in __anond55a14540111::ArrayBoundCheckerV2
68 void checkPostStmt(const UnaryOperator *E, CheckerContext &C) const { checkPostStmt() function in __anond55a14540111::ArrayBoundCheckerV2
72 void checkPostStmt(const MemberExpr *E, CheckerContext &C) const { checkPostStmt() function in __anond55a14540111::ArrayBoundCheckerV2
H A DBasicObjCFoundationChecks.cpp330 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in NilArgChecker
338 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in NilArgChecker
985 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, checkPostStmt() function in ObjCLoopChecker
1163 void checkPostStmt(const ObjCArrayLiteral *E, CheckerContext &C) const { checkPostStmt() function in __anon232057080811::ObjCNonNilReturnValueChecker
1166 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const { checkPostStmt() function in __anon232057080811::ObjCNonNilReturnValueChecker
1169 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { checkPostStmt() function in __anon232057080811::ObjCNonNilReturnValueChecker
H A DUndefCapturedBlockVarChecker.cpp52 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in UndefCapturedBlockVarChecker
H A DUndefResultChecker.cpp61 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, in checkPostStmt() function in UndefResultChecker
H A DDynamicTypeChecker.cpp148 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE, in checkPostStmt() function in DynamicTypeChecker
H A DObjCContainersChecker.cpp78 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in ObjCContainersChecker
H A DIteratorModeling.cpp250 void IteratorModeling::checkPostStmt(const UnaryOperator *UO, checkPostStmt() function in IteratorModeling
262 void IteratorModeling::checkPostStmt(const BinaryOperator *BO, checkPostStmt() function in IteratorModeling
291 void IteratorModeling::checkPostStmt(const MaterializeTemporaryExpr *MTE, checkPostStmt() function in IteratorModeling
H A DCheckerDocumentation.cpp329 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, checkPostStmt() function in clang::ento::CheckerDocumentation
H A DDynamicTypePropagation.cpp416 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 DObjCSelfInitChecker.cpp194 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt() function in ObjCSelfInitChecker
H A DMacOSKeychainAPIChecker.cpp394 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in MacOSKeychainAPIChecker
H A DLocalizationChecker.cpp989 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL, in checkPostStmt() function in NonLocalizedStringChecker
H A DNullabilityChecker.cpp1129 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE, checkPostStmt() function in NullabilityChecker
H A DMallocChecker.cpp2958 void MallocChecker::checkPostStmt(const BlockExpr *BE, checkPostStmt() function in MallocChecker
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
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