| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalysisOrderChecker.cpp | 67 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 D | PointerArithChecker.cpp | 68 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 D | TaintTesterChecker.cpp | 29 void checkPostStmt(const Expr *E, CheckerContext &C) const; 33 void TaintTesterChecker::checkPostStmt(const Expr *E, in checkPostStmt() function in TaintTesterChecker
|
| H A D | UndefCapturedBlockVarChecker.cpp | 33 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const; 52 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in UndefCapturedBlockVarChecker
|
| H A D | UndefResultChecker.cpp | 34 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const; 61 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, in checkPostStmt() function in UndefResultChecker
|
| H A D | CheckerDocumentation.cpp | 88 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const; 339 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt() function in clang::ento::CheckerDocumentation
|
| H A D | BasicObjCFoundationChecks.cpp | 127 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 D | ObjCContainersChecker.cpp | 45 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 78 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in ObjCContainersChecker
|
| H A D | DynamicTypeChecker.cpp | 59 void checkPostStmt(const ImplicitCastExpr *CE, CheckerContext &C) const; 148 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE, in checkPostStmt() function in DynamicTypeChecker
|
| H A D | IteratorModeling.cpp | 153 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 D | ObjCSelfInitChecker.cpp | 72 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const; 194 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt() function in ObjCSelfInitChecker
|
| H A D | DynamicTypePropagation.cpp | 103 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 D | ArrayBoundCheckerV2.cpp | 150 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 D | MacOSKeychainAPIChecker.cpp | 63 void checkPostStmt(const CallExpr *S, CheckerContext &C) const; 394 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in MacOSKeychainAPIChecker
|
| H A D | NullabilityChecker.cpp | 99 void checkPostStmt(const ExplicitCastExpr *CE, CheckerContext &C) const; 1130 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE, in checkPostStmt() function in NullabilityChecker
|
| H A D | LocalizationChecker.cpp | 100 void checkPostStmt(const ObjCStringLiteral *SL, CheckerContext &C) const; 989 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL, in checkPostStmt() function in NonLocalizedStringChecker
|
| H A D | MallocChecker.cpp | 338 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 D | RetainCountChecker.h | 294 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 D | RetainCountChecker.cpp | 147 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 D | Checker.h | 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C); in _checkStmt()
|