Home
last modified time | relevance | path

Searched refs:checkPostStmt (Results 1 – 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountChecker.h295 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;
HDRetainCountChecker.cpp146 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/
HDPointerArithChecker.cpp67 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
HDAnalysisOrderChecker.cpp70 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
HDTaintTesterChecker.cpp37 void checkPostStmt(const Expr *E, CheckerContext &C) const;
46 void TaintTesterChecker::checkPostStmt(const Expr *E, in checkPostStmt() function in TaintTesterChecker
HDUndefCapturedBlockVarChecker.cpp32 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
51 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in UndefCapturedBlockVarChecker
HDBasicObjCFoundationChecks.cpp130 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
HDCheckerDocumentation.cpp82 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
329 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt() function in clang::ento::CheckerDocumentation
HDObjCContainersChecker.cpp53 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
86 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in ObjCContainersChecker
HDDynamicTypeChecker.cpp64 void checkPostStmt(const ImplicitCastExpr *CE, CheckerContext &C) const;
154 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE, in checkPostStmt() function in DynamicTypeChecker
HDUndefResultChecker.cpp33 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
75 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, in checkPostStmt() function in UndefResultChecker
HDDynamicTypePropagation.cpp103 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
HDObjCSelfInitChecker.cpp72 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
196 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt() function in ObjCSelfInitChecker
HDPthreadLockChecker.cpp81 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
109 void PthreadLockChecker::checkPostStmt(const CallExpr *CE, in REGISTER_LIST_WITH_PROGRAMSTATE()
HDMacOSKeychainAPIChecker.cpp60 void checkPostStmt(const CallExpr *S, CheckerContext &C) const;
402 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in MacOSKeychainAPIChecker
HDIteratorModeling.cpp132 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
HDGenericTaintChecker.cpp46 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
536 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in GenericTaintChecker
HDMallocChecker.cpp360 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
HDNullabilityChecker.cpp97 void checkPostStmt(const ExplicitCastExpr *CE, CheckerContext &C) const;
926 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE, in checkPostStmt() function in NullabilityChecker
HDLocalizationChecker.cpp99 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/
HDChecker.h104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C); in _checkStmt()