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

/external/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 DUndefResultChecker.cpp33 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
37 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, function in class:UndefResultChecker
H A DNoReturnFunctionChecker.cpp31 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
37 void NoReturnFunctionChecker::checkPostStmt(const CallExpr *CE, function in class:NoReturnFunctionChecker
H A DUndefCapturedBlockVarChecker.cpp32 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
54 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, function in class:UndefCapturedBlockVarChecker
H A DCheckerDocumentation.cpp78 void checkPostStmt(const CallExpr *DS, CheckerContext &C) const;
259 void CheckerDocumentation::checkPostStmt(const CallExpr *DS, function in class:ento::CheckerDocumentation
H A DObjCContainersChecker.cpp53 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
87 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, function in class:ObjCContainersChecker
H A DPthreadLockChecker.cpp36 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
57 void PthreadLockChecker::checkPostStmt(const CallExpr *CE, function in class:PthreadLockChecker
H A DDynamicTypePropagation.cpp40 void checkPostStmt(const ImplicitCastExpr *CastE, CheckerContext &C) const;
173 void DynamicTypePropagation::checkPostStmt(const ImplicitCastExpr *CastE, function in class:DynamicTypePropagation
H A DGenericTaintChecker.cpp35 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
36 void checkPostStmt(const DeclRefExpr *DRE, CheckerContext &C) const;
291 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, function in class:GenericTaintChecker
H A DObjCSelfInitChecker.cpp66 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
216 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, function in class:ObjCSelfInitChecker
H A DBasicObjCFoundationChecks.cpp660 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
685 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, function in class:ObjCLoopChecker
H A DIdempotentOperationChecker.cpp74 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
329 void IdempotentOperationChecker::checkPostStmt(const BinaryOperator *B, function in class:IdempotentOperationChecker
360 // checkPreStmt and part in checkPostStmt.
H A DMacOSKeychainAPIChecker.cpp60 void checkPostStmt(const CallExpr *S, CheckerContext &C) const;
309 // tracking when the second allocator is processed in checkPostStmt().
450 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, function in class:MacOSKeychainAPIChecker
H A DMallocChecker.cpp129 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
131 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
437 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const { function in class:MallocChecker
1155 void MallocChecker::checkPostStmt(const BlockExpr *BE, function in class:MallocChecker
H A DRetainCountChecker.cpp2502 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
2503 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const;
2505 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
2506 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
2507 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
2588 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, function in class:RetainCountChecker
2628 void RetainCountChecker::checkPostStmt(const CastExpr *CE, function in class:RetainCountChecker
2699 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, function in class:RetainCountChecker
2705 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, function in class:RetainCountChecker
2711 void RetainCountChecker::checkPostStmt(cons function in class:RetainCountChecker
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h108 ((const CHECKER *)checker)->checkPostStmt(llvm::cast<STMT>(S), C);

Completed in 138 milliseconds