| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalysisOrderChecker.cpp | 67 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const { in checkPostStmt() function in __anonfd6777ba0111::AnalysisOrderChecker 79 void checkPostStmt(const ArraySubscriptExpr *SubExpr, in checkPostStmt() function in __anonfd6777ba0111::AnalysisOrderChecker 90 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anonfd6777ba0111::AnalysisOrderChecker 100 void checkPostStmt(const CXXDeleteExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anonfd6777ba0111::AnalysisOrderChecker 110 void checkPostStmt(const CXXConstructExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anonfd6777ba0111::AnalysisOrderChecker 120 void checkPostStmt(const OffsetOfExpr *OOE, CheckerContext &C) const { in checkPostStmt() function in __anonfd6777ba0111::AnalysisOrderChecker
|
| H A D | PointerArithChecker.cpp | 67 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const; 68 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const; 69 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 217 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 D | TaintTesterChecker.cpp | 30 void checkPostStmt(const Expr *E, CheckerContext &C) const; 34 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 | CheckerDocumentation.cpp | 82 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const; 329 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt() function in clang::ento::CheckerDocumentation
|
| H A D | BasicObjCFoundationChecks.cpp | 132 void checkPostStmt(const ObjCDictionaryLiteral *DL, 134 void checkPostStmt(const ObjCArrayLiteral *AL, 321 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in NilArgChecker 329 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in NilArgChecker 820 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const; 977 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, in checkPostStmt() function in ObjCLoopChecker 1161 void checkPostStmt(const ObjCArrayLiteral *E, CheckerContext &C) const { in checkPostStmt() function in __anon21fd4d8d0811::ObjCNonNilReturnValueChecker 1164 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const { in checkPostStmt() function in __anon21fd4d8d0811::ObjCNonNilReturnValueChecker 1167 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt() function in __anon21fd4d8d0811::ObjCNonNilReturnValueChecker
|
| H A D | ObjCContainersChecker.cpp | 50 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 83 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in ObjCContainersChecker
|
| H A D | UndefResultChecker.cpp | 34 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const; 76 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, in checkPostStmt() function in UndefResultChecker
|
| H A D | DynamicTypeChecker.cpp | 64 void checkPostStmt(const ImplicitCastExpr *CE, CheckerContext &C) const; 154 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE, in checkPostStmt() function in DynamicTypeChecker
|
| H A D | IteratorModeling.cpp | 152 void checkPostStmt(const UnaryOperator *UO, CheckerContext &C) const; 153 void checkPostStmt(const BinaryOperator *BO, CheckerContext &C) const; 154 void checkPostStmt(const MaterializeTemporaryExpr *MTE, 250 void IteratorModeling::checkPostStmt(const UnaryOperator *UO, in checkPostStmt() function in IteratorModeling 262 void IteratorModeling::checkPostStmt(const BinaryOperator *BO, in checkPostStmt() function in IteratorModeling 291 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; 197 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt() function in ObjCSelfInitChecker
|
| H A D | DynamicTypePropagation.cpp | 102 void checkPostStmt(const CastExpr *CastE, CheckerContext &C) const; 103 void checkPostStmt(const CXXNewExpr *NewE, CheckerContext &C) const; 417 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, in checkPostStmt() function in DynamicTypePropagation 611 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in DynamicTypePropagation
|
| H A D | MacOSKeychainAPIChecker.cpp | 61 void checkPostStmt(const CallExpr *S, CheckerContext &C) const; 402 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in MacOSKeychainAPIChecker
|
| H A D | NullabilityChecker.cpp | 96 void checkPostStmt(const ExplicitCastExpr *CE, CheckerContext &C) const; 1088 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; 995 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL, in checkPostStmt() function in NonLocalizedStringChecker
|
| H A D | MallocChecker.cpp | 337 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const; 2956 void MallocChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in MallocChecker
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 295 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const; 296 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const; 298 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const; 299 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const; 300 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const; 302 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 183 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in RetainCountChecker 260 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in RetainCountChecker 266 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in RetainCountChecker 272 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt() function in RetainCountChecker 286 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt() function in RetainCountChecker
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C); in _checkStmt()
|