Home
last modified time | relevance | path

Searched refs:checkEndFunction (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp33 void checkEndFunction(CheckerContext &C) const;
59 void TraversalDumper::checkEndFunction(CheckerContext &C) const { in checkEndFunction() function in TraversalDumper
DStackAddrEscapeChecker.cpp36 void checkEndFunction(CheckerContext &Ctx) const;
171 void StackAddrEscapeChecker::checkEndFunction(CheckerContext &Ctx) const { in checkEndFunction() function in StackAddrEscapeChecker
DTestAfterDivZeroChecker.cpp88 void checkEndFunction(CheckerContext &C) const;
185 void TestAfterDivZeroChecker::checkEndFunction(CheckerContext &C) const { in checkEndFunction() function in TestAfterDivZeroChecker
DCheckerDocumentation.cpp177 void checkEndFunction(CheckerContext &Ctx) const {} in checkEndFunction() function in clang::ento::CheckerDocumentation
DCheckObjCDealloc.cpp128 void checkEndFunction(CheckerContext &Ctx) const;
398 void ObjCDeallocChecker::checkEndFunction( in checkEndFunction() function in ObjCDeallocChecker
DRetainCountChecker.cpp2653 void checkEndFunction(CheckerContext &C) const;
3861 void RetainCountChecker::checkEndFunction(CheckerContext &Ctx) const { in checkEndFunction() function in RetainCountChecker
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h259 ((const CHECKER *)checker)->checkEndFunction(C); in _checkEndFunction()