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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DTaintTesterChecker.cpp35 void checkPostStmt(const Expr *E, CheckerContext &C) const;
44 void TaintTesterChecker::checkPostStmt(const Expr *E, function in class:TaintTesterChecker
H A DUndefCapturedBlockVarChecker.cpp33 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
55 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, function in class:UndefCapturedBlockVarChecker
H A DUndefResultChecker.cpp34 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
38 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, function in class:UndefResultChecker
H A DCheckerDocumentation.cpp81 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
306 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, function in class:clang::ento::CheckerDocumentation
H A DDynamicTypePropagation.cpp41 void checkPostStmt(const ImplicitCastExpr *CastE, CheckerContext &C) const;
42 void checkPostStmt(const CXXNewExpr *NewE, CheckerContext &C) const;
176 void DynamicTypePropagation::checkPostStmt(const ImplicitCastExpr *CastE, function in class:DynamicTypePropagation
195 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE, function in class:DynamicTypePropagation
H A DObjCContainersChecker.cpp53 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
80 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, function in class:ObjCContainersChecker
H A DPthreadLockChecker.cpp36 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
49 void PthreadLockChecker::checkPostStmt(const CallExpr *CE, function in class:PthreadLockChecker
H A DObjCSelfInitChecker.cpp67 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
201 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, function in class:ObjCSelfInitChecker
H A DBasicObjCFoundationChecks.cpp116 void checkPostStmt(const ObjCDictionaryLiteral *DL,
118 void checkPostStmt(const ObjCArrayLiteral *AL,
288 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, function in class:NilArgChecker
296 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, function in class:NilArgChecker
808 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
968 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, function in class:ObjCLoopChecker
H A DGenericTaintChecker.cpp36 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
37 void checkPostStmt(const DeclRefExpr *DRE, CheckerContext &C) const;
286 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, function in class:GenericTaintChecker
H A DMallocChecker.cpp185 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
186 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const;
189 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
572 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const { function in class:MallocChecker
607 // processed by the checkPostStmt callbacks for CXXNewExpr and
645 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, function in class:MallocChecker
1760 void MallocChecker::checkPostStmt(const BlockExpr *BE, function in class:MallocChecker
H A DIdempotentOperationChecker.cpp75 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
330 void IdempotentOperationChecker::checkPostStmt(const BinaryOperator *B, function in class:IdempotentOperationChecker
361 // checkPreStmt and part in checkPostStmt.
H A DMacOSKeychainAPIChecker.cpp58 void checkPostStmt(const CallExpr *S, CheckerContext &C) const;
300 // tracking when the second allocator is processed in checkPostStmt().
443 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, function in class:MacOSKeychainAPIChecker
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h108 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);

Completed in 257 milliseconds