Searched defs:checkPostStmt (Results 1 - 15 of 15) 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 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 DNoReturnFunctionChecker.cpp32 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
38 void NoReturnFunctionChecker::checkPostStmt(const CallExpr *CE, function in class:NoReturnFunctionChecker
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 DDynamicTypePropagation.cpp40 void checkPostStmt(const ImplicitCastExpr *CastE, CheckerContext &C) const;
174 void DynamicTypePropagation::checkPostStmt(const ImplicitCastExpr *CastE, 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 DCheckerDocumentation.cpp80 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
294 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, function in class:clang::ento::CheckerDocumentation
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 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 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;
299 // tracking when the second allocator is processed in checkPostStmt().
442 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, function in class:MacOSKeychainAPIChecker
H A DBasicObjCFoundationChecks.cpp679 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
704 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, function in class:ObjCLoopChecker
H A DMallocChecker.cpp150 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
152 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
452 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const { function in class:MallocChecker
1292 void MallocChecker::checkPostStmt(const BlockExpr *BE, function in class:MallocChecker
H A DRetainCountChecker.cpp2485 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
2486 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const;
2488 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
2489 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
2490 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
2571 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, function in class:RetainCountChecker
2611 void RetainCountChecker::checkPostStmt(const CastExpr *CE, function in class:RetainCountChecker
2682 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, function in class:RetainCountChecker
2688 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, function in class:RetainCountChecker
2694 void RetainCountChecker::checkPostStmt(cons function in class:RetainCountChecker
[all...]

Completed in 251 milliseconds