| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| HD | 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;
|
| HD | RetainCountChecker.cpp | 146 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in RetainCountChecker 182 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in RetainCountChecker 259 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in RetainCountChecker 265 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in RetainCountChecker 271 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt() function in RetainCountChecker 285 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt() function in RetainCountChecker
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | 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
|
| HD | AnalysisOrderChecker.cpp | 70 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const { in checkPostStmt() function in __anon6355a57a0111::AnalysisOrderChecker 82 void checkPostStmt(const ArraySubscriptExpr *SubExpr, in checkPostStmt() function in __anon6355a57a0111::AnalysisOrderChecker 93 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anon6355a57a0111::AnalysisOrderChecker 103 void checkPostStmt(const OffsetOfExpr *OOE, CheckerContext &C) const { in checkPostStmt() function in __anon6355a57a0111::AnalysisOrderChecker
|
| HD | TaintTesterChecker.cpp | 37 void checkPostStmt(const Expr *E, CheckerContext &C) const; 46 void TaintTesterChecker::checkPostStmt(const Expr *E, in checkPostStmt() function in TaintTesterChecker
|
| HD | UndefCapturedBlockVarChecker.cpp | 32 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const; 51 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in UndefCapturedBlockVarChecker
|
| HD | BasicObjCFoundationChecks.cpp | 130 void checkPostStmt(const ObjCDictionaryLiteral *DL, 132 void checkPostStmt(const ObjCArrayLiteral *AL, 319 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in NilArgChecker 327 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 __anon24ae134d0811::ObjCNonNilReturnValueChecker 1164 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const { in checkPostStmt() function in __anon24ae134d0811::ObjCNonNilReturnValueChecker 1167 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt() function in __anon24ae134d0811::ObjCNonNilReturnValueChecker
|
| HD | 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
|
| HD | ObjCContainersChecker.cpp | 53 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 86 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in ObjCContainersChecker
|
| HD | DynamicTypeChecker.cpp | 64 void checkPostStmt(const ImplicitCastExpr *CE, CheckerContext &C) const; 154 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE, in checkPostStmt() function in DynamicTypeChecker
|
| HD | UndefResultChecker.cpp | 33 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const; 75 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, in checkPostStmt() function in UndefResultChecker
|
| HD | DynamicTypePropagation.cpp | 103 void checkPostStmt(const CastExpr *CastE, CheckerContext &C) const; 104 void checkPostStmt(const CXXNewExpr *NewE, CheckerContext &C) const; 292 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, in checkPostStmt() function in DynamicTypePropagation 520 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in DynamicTypePropagation
|
| HD | ObjCSelfInitChecker.cpp | 72 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const; 196 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt() function in ObjCSelfInitChecker
|
| HD | PthreadLockChecker.cpp | 81 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 109 void PthreadLockChecker::checkPostStmt(const CallExpr *CE, in REGISTER_LIST_WITH_PROGRAMSTATE()
|
| HD | MacOSKeychainAPIChecker.cpp | 60 void checkPostStmt(const CallExpr *S, CheckerContext &C) const; 402 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in MacOSKeychainAPIChecker
|
| HD | IteratorModeling.cpp | 132 void checkPostStmt(const CXXConstructExpr *CCE, CheckerContext &C) const; 133 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const; 134 void checkPostStmt(const MaterializeTemporaryExpr *MTE, 416 void IteratorModeling::checkPostStmt(const MaterializeTemporaryExpr *MTE, in checkPostStmt() function in IteratorModeling
|
| HD | GenericTaintChecker.cpp | 46 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 536 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in GenericTaintChecker
|
| HD | MallocChecker.cpp | 360 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const; 361 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const; 366 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const; 1055 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const { in checkPostStmt() function in MallocChecker 1361 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, in checkPostStmt() function in MallocChecker 2768 void MallocChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in MallocChecker
|
| HD | NullabilityChecker.cpp | 97 void checkPostStmt(const ExplicitCastExpr *CE, CheckerContext &C) const; 926 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE, in checkPostStmt() function in NullabilityChecker
|
| HD | LocalizationChecker.cpp | 99 void checkPostStmt(const ObjCStringLiteral *SL, CheckerContext &C) const; 994 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL, in checkPostStmt() function in NonLocalizedStringChecker
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| HD | Checker.h | 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C); in _checkStmt()
|