Home
last modified time | relevance | path

Searched refs:checkPostCall (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DNoReturnFunctionChecker.cpp35 void checkPostCall(const CallEvent &CE, CheckerContext &C) const;
41 void NoReturnFunctionChecker::checkPostCall(const CallEvent &CE, in checkPostCall() function in NoReturnFunctionChecker
DTraversalChecker.cpp68 void checkPostCall(const CallEvent &Call, CheckerContext &C) const;
85 void CallDumper::checkPostCall(const CallEvent &Call, CheckerContext &C) const { in checkPostCall() function in CallDumper
DDynamicTypePropagation.cpp40 void checkPostCall(const CallEvent &Call, CheckerContext &C) const;
104 void DynamicTypePropagation::checkPostCall(const CallEvent &Call, in checkPostCall() function in DynamicTypePropagation
DSimpleStreamChecker.cpp75 void checkPostCall(const CallEvent &Call, CheckerContext &C) const;
120 void SimpleStreamChecker::checkPostCall(const CallEvent &Call, in checkPostCall() function in SimpleStreamChecker
DObjCSelfInitChecker.cpp80 void checkPostCall(const CallEvent &CE, CheckerContext &C) const;
267 void ObjCSelfInitChecker::checkPostCall(const CallEvent &CE, in checkPostCall() function in ObjCSelfInitChecker
DCheckerDocumentation.cpp114 void checkPostCall(const CallEvent &Call, CheckerContext &C) const {} in checkPostCall() function in clang::ento::CheckerDocumentation
DRetainCountChecker.cpp2597 void checkPostCall(const CallEvent &Call, CheckerContext &C) const;
2875 void RetainCountChecker::checkPostCall(const CallEvent &Call, in checkPostCall() function in RetainCountChecker
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h168 ((const CHECKER *)checker)->checkPostCall(msg, C); in _checkCall()