Searched refs: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 DAdjustedReturnValueChecker.cpp29 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
33 void AdjustedReturnValueChecker::checkPostStmt(const CallExpr *CE, function in class:AdjustedReturnValueChecker
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 DCheckerDocumentation.cpp76 void checkPostStmt(const CallExpr *DS, CheckerContext &C) const;
228 void CheckerDocumentation::checkPostStmt(const CallExpr *DS, function in class:ento::CheckerDocumentation
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 DObjCSelfInitChecker.cpp67 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
70 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
75 void checkPostStmt(const CallOrObjCMessage &CE, CheckerContext &C) const;
210 checkPostStmt(MsgWrapper, C);
218 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, function in class:ObjCSelfInitChecker
264 void ObjCSelfInitChecker::checkPostStmt(const CallExpr *CE, function in class:ObjCSelfInitChecker
267 checkPostStmt(CEWrapper, C);
299 void ObjCSelfInitChecker::checkPostStmt(const CallOrObjCMessage &CE, function in class:ObjCSelfInitChecker
H A DUndefCapturedBlockVarChecker.cpp32 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
54 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, function in class:UndefCapturedBlockVarChecker
H A DObjCContainersChecker.cpp54 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
88 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 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 DMallocChecker.cpp119 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
120 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
359 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const { function in class:MallocChecker
1029 void MallocChecker::checkPostStmt(const BlockExpr *BE, function in class:MallocChecker
H A DIdempotentOperationChecker.cpp74 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
328 void IdempotentOperationChecker::checkPostStmt(const BinaryOperator *B, function in class:IdempotentOperationChecker
357 // checkPreStmt and part in checkPostStmt.
H A DMacOSKeychainAPIChecker.cpp60 void checkPostStmt(const CallExpr *S, CheckerContext &C) const;
305 // tracking when the second allocator is processed in checkPostStmt().
446 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, function in class:MacOSKeychainAPIChecker
H A DRetainCountChecker.cpp2453 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
2454 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const;
2456 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
2457 void checkPostStmt(const CXXConstructExpr *CE, CheckerContext &C) const;
2458 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
2459 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
2536 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, function in class:RetainCountChecker
2576 void RetainCountChecker::checkPostStmt(const CastExpr *CE, function in class:RetainCountChecker
2616 void RetainCountChecker::checkPostStmt(const CallExpr *CE, function in class:RetainCountChecker
2647 void RetainCountChecker::checkPostStmt(cons function in class:RetainCountChecker
2695 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, function in class:RetainCountChecker
2701 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, 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 118 milliseconds