/freebsd/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 __anon03471d430111::AnalysisOrderChecker 79 void checkPostStmt(const ArraySubscriptExpr *SubExpr, in checkPostStmt() function in __anon03471d430111::AnalysisOrderChecker 90 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anon03471d430111::AnalysisOrderChecker 100 void checkPostStmt(const CXXDeleteExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anon03471d430111::AnalysisOrderChecker 110 void checkPostStmt(const CXXConstructExpr *NE, CheckerContext &C) const { in checkPostStmt() function in __anon03471d430111::AnalysisOrderChecker 120 void checkPostStmt(const OffsetOfExpr *OOE, CheckerContext &C) const { in checkPostStmt() function in __anon03471d430111::AnalysisOrderChecker
|
H A D | BasicObjCFoundationChecks.cpp | 330 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in NilArgChecker 338 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in NilArgChecker 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 __anoncdfed0b60811::ObjCNonNilReturnValueChecker 1162 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const { in checkPostStmt() function in __anoncdfed0b60811::ObjCNonNilReturnValueChecker 1165 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt() function in __anoncdfed0b60811::ObjCNonNilReturnValueChecker
|
H A D | ArrayBoundCheckerV2.cpp | 150 void checkPostStmt(const ArraySubscriptExpr *E, CheckerContext &C) const { in checkPostStmt() function in __anonb48263820111::ArrayBoundCheckerV2 153 void checkPostStmt(const UnaryOperator *E, CheckerContext &C) const { in checkPostStmt() function in __anonb48263820111::ArrayBoundCheckerV2 157 void checkPostStmt(const MemberExpr *E, CheckerContext &C) const { in checkPostStmt() function in __anonb48263820111::ArrayBoundCheckerV2
|
H A D | ObjCContainersChecker.cpp | 78 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in ObjCContainersChecker
|
H A D | IteratorModeling.cpp | 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 | CheckerDocumentation.cpp | 339 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt() function in clang::ento::CheckerDocumentation
|
H A D | LocalizationChecker.cpp | 989 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL, in checkPostStmt() function in NonLocalizedStringChecker
|
H A D | NullabilityChecker.cpp | 1130 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE, in checkPostStmt() function in NullabilityChecker
|
H A D | MallocChecker.cpp | 3013 void MallocChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in MallocChecker
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
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
|