| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalysisOrderChecker.cpp | 70 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const { in checkPostStmt() function in __anon0194b9f20111::AnalysisOrderChecker 82 void checkPostStmt(const ArraySubscriptExpr *SubExpr, in checkPostStmt() function in __anon0194b9f20111::AnalysisOrderChecker 93 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anon0194b9f20111::AnalysisOrderChecker 103 void checkPostStmt(const OffsetOfExpr *OOE, CheckerContext &C) const { in checkPostStmt() function in __anon0194b9f20111::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; 218 void PointerArithChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in PointerArithChecker 241 void PointerArithChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt() function in PointerArithChecker 258 void PointerArithChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in PointerArithChecker
|
| H A D | TaintTesterChecker.cpp | 35 void checkPostStmt(const Expr *E, CheckerContext &C) const; 44 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 | BasicObjCFoundationChecks.cpp | 131 void checkPostStmt(const ObjCDictionaryLiteral *DL, 133 void checkPostStmt(const ObjCArrayLiteral *AL, 320 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in NilArgChecker 328 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in NilArgChecker 820 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const; 976 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, in checkPostStmt() function in ObjCLoopChecker 1161 void checkPostStmt(const ObjCArrayLiteral *E, CheckerContext &C) const { in checkPostStmt() function in __anon4164b2c50811::ObjCNonNilReturnValueChecker 1164 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const { in checkPostStmt() function in __anon4164b2c50811::ObjCNonNilReturnValueChecker 1167 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt() function in __anon4164b2c50811::ObjCNonNilReturnValueChecker
|
| H A D | CheckerDocumentation.cpp | 83 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const; 330 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt() function in clang::ento::CheckerDocumentation
|
| H A D | ObjCContainersChecker.cpp | 54 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 87 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 | 65 void checkPostStmt(const ImplicitCastExpr *CE, CheckerContext &C) const; 158 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE, in checkPostStmt() function in DynamicTypeChecker
|
| H A D | DynamicTypePropagation.cpp | 104 void checkPostStmt(const CastExpr *CastE, CheckerContext &C) const; 105 void checkPostStmt(const CXXNewExpr *NewE, CheckerContext &C) const; 300 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, in checkPostStmt() function in DynamicTypePropagation 528 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in DynamicTypePropagation
|
| H A D | ObjCSelfInitChecker.cpp | 73 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const; 197 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt() function in ObjCSelfInitChecker
|
| H A D | PthreadLockChecker.cpp | 82 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 110 void PthreadLockChecker::checkPostStmt(const CallExpr *CE, in REGISTER_LIST_WITH_PROGRAMSTATE()
|
| H A D | GenericTaintChecker.cpp | 39 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 288 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in GenericTaintChecker
|
| H A D | MacOSKeychainAPIChecker.cpp | 61 void checkPostStmt(const CallExpr *S, CheckerContext &C) const; 399 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in MacOSKeychainAPIChecker
|
| H A D | MallocChecker.cpp | 213 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 214 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const; 219 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const; 823 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const { in checkPostStmt() function in MallocChecker 1095 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt() function in MallocChecker 2493 void MallocChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in MallocChecker
|
| H A D | NullabilityChecker.cpp | 98 void checkPostStmt(const ExplicitCastExpr *CE, CheckerContext &C) const; 934 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE, in checkPostStmt() function in NullabilityChecker
|
| H A D | IteratorChecker.cpp | 279 void checkPostStmt(const CXXConstructExpr *CCE, CheckerContext &C) const; 280 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const; 281 void checkPostStmt(const MaterializeTemporaryExpr *MTE, 759 void IteratorChecker::checkPostStmt(const MaterializeTemporaryExpr *MTE, in checkPostStmt() function in IteratorChecker
|
| H A D | LocalizationChecker.cpp | 100 void checkPostStmt(const ObjCStringLiteral *SL, CheckerContext &C) const; 997 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL, in checkPostStmt() function in NonLocalizedStringChecker
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 296 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const; 297 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const; 299 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const; 300 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const; 301 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const; 303 void checkPostStmt(const ObjCIvarRefExpr *IRE, CheckerContext &C) const;
|
| H A D | RetainCountChecker.cpp | 209 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in RetainCountChecker 245 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in RetainCountChecker 314 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in RetainCountChecker 320 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in RetainCountChecker 326 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt() function in RetainCountChecker 340 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt() function in RetainCountChecker
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C); in _checkStmt()
|