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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaintTesterChecker.cpp37 void checkPostStmt(const Expr *E, CheckerContext &C) const;
46 void TaintTesterChecker::checkPostStmt(const Expr *E, function in class:TaintTesterChecker
H A DAnalysisOrderChecker.cpp70 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const { function in class:__anon736::AnalysisOrderChecker
82 void checkPostStmt(const ArraySubscriptExpr *SubExpr, function in class:__anon736::AnalysisOrderChecker
93 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const { function in class:__anon736::AnalysisOrderChecker
103 void checkPostStmt(const OffsetOfExpr *OOE, CheckerContext &C) const { function in class:__anon736::AnalysisOrderChecker
H A DUndefCapturedBlockVarChecker.cpp32 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
51 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, function in class:UndefCapturedBlockVarChecker
H A DPointerArithChecker.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, function in class:PointerArithChecker
240 void PointerArithChecker::checkPostStmt(const CXXNewExpr *NE, function in class:PointerArithChecker
257 void PointerArithChecker::checkPostStmt(const CastExpr *CE, function in class:PointerArithChecker
H A DCheckerDocumentation.cpp82 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
329 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, function in class:clang::ento::CheckerDocumentation
H A DObjCContainersChecker.cpp53 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
86 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, function in class:ObjCContainersChecker
H A DUndefResultChecker.cpp33 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
75 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, function in class:UndefResultChecker
H A DBasicObjCFoundationChecks.cpp130 void checkPostStmt(const ObjCDictionaryLiteral *DL,
132 void checkPostStmt(const ObjCArrayLiteral *AL,
319 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, function in class:NilArgChecker
327 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, function in class:NilArgChecker
820 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
976 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, function in class:ObjCLoopChecker
1161 void checkPostStmt(const ObjCArrayLiteral *E, CheckerContext &C) const { function in class:__anon746::ObjCNonNilReturnValueChecker
1164 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const { function in class:__anon746::ObjCNonNilReturnValueChecker
1167 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { function in class:__anon746::ObjCNonNilReturnValueChecker
H A DDynamicTypeChecker.cpp64 void checkPostStmt(const ImplicitCastExpr *CE, CheckerContext &C) const;
154 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE, function in class:DynamicTypeChecker
H A DObjCSelfInitChecker.cpp72 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
196 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, function in class:ObjCSelfInitChecker
H A DDynamicTypePropagation.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, function in class:DynamicTypePropagation
520 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE, function in class:DynamicTypePropagation
H A DMacOSKeychainAPIChecker.cpp60 void checkPostStmt(const CallExpr *S, CheckerContext &C) const;
273 // tracking when the second allocator is processed in checkPostStmt().
402 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, function in class:MacOSKeychainAPIChecker
H A DPthreadLockChecker.cpp81 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
109 void PthreadLockChecker::checkPostStmt(const CallExpr *CE, function in class:PthreadLockChecker
H A DMallocChecker.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 { function in class:MallocChecker
1142 // processed by the checkPostStmt callbacks for CXXNewExpr and
1361 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, function in class:MallocChecker
2768 void MallocChecker::checkPostStmt(const BlockExpr *BE, function in class:MallocChecker
H A DIteratorModeling.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, function in class:IteratorModeling
H A DNullabilityChecker.cpp97 void checkPostStmt(const ExplicitCastExpr *CE, CheckerContext &C) const;
926 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE, function in class:NullabilityChecker
H A DGenericTaintChecker.cpp46 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
536 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, function in class:GenericTaintChecker
539 // checkPostStmt.
H A DLocalizationChecker.cpp99 void checkPostStmt(const ObjCStringLiteral *SL, CheckerContext &C) const;
994 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.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;
H A DRetainCountChecker.cpp146 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, function in class:RetainCountChecker
182 void RetainCountChecker::checkPostStmt(const CastExpr *CE, function in class:RetainCountChecker
259 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, function in class:RetainCountChecker
265 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, function in class:RetainCountChecker
271 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, function in class:RetainCountChecker
285 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, function in class:RetainCountChecker
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);

Completed in 245 milliseconds