Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp33 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
41 void TraversalDumper::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in TraversalDumper
H A DVirtualCallChecker.cpp54 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
100 void VirtualCallChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in VirtualCallChecker
H A DTestAfterDivZeroChecker.cpp84 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
177 void TestAfterDivZeroChecker::checkEndFunction(const ReturnStmt *, in checkEndFunction() function in TestAfterDivZeroChecker
H A DCheckerDocumentation.cpp233 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const {} in checkEndFunction() function in clang::ento::CheckerDocumentation
H A DMIGChecker.cpp109 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const { in checkEndFunction() function in __anona8c5f9400111::MIGChecker
H A DStackAddrEscapeChecker.cpp51 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const;
457 void StackAddrEscapeChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in StackAddrEscapeChecker
H A DAnalysisOrderChecker.cpp157 void checkEndFunction(const ReturnStmt *S, CheckerContext &C) const { in checkEndFunction() function in __anon03471d430111::AnalysisOrderChecker
H A DCheckObjCDealloc.cpp134 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const;
399 void ObjCDeallocChecker::checkEndFunction( in checkEndFunction() function in ObjCDeallocChecker
H A DMallocChecker.cpp429 void checkEndFunction(const ReturnStmt *S, CheckerContext &C) const;
3179 void MallocChecker::checkEndFunction(const ReturnStmt *S, in checkEndFunction() function in MallocChecker
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp47 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
133 void UninitializedObjectChecker::checkEndFunction( in checkEndFunction() function in UninitializedObjectChecker
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h331 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
H A DRetainCountChecker.cpp1355 void RetainCountChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in RetainCountChecker
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h273 ((const CHECKER *)checker)->checkEndFunction(RS, C); in _checkEndFunction()