| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TraversalChecker.cpp | 32 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const; 58 void TraversalDumper::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in TraversalDumper
|
| H A D | ReturnValueChecker.cpp | 33 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const; 118 void ReturnValueChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in ReturnValueChecker
|
| H A D | VirtualCallChecker.cpp | 50 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const; 93 void VirtualCallChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in VirtualCallChecker
|
| H A D | TestAfterDivZeroChecker.cpp | 86 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const; 181 void TestAfterDivZeroChecker::checkEndFunction(const ReturnStmt *, in checkEndFunction() function in TestAfterDivZeroChecker
|
| H A D | CheckerDocumentation.cpp | 194 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const {} in checkEndFunction() function in clang::ento::CheckerDocumentation
|
| H A D | StackAddrEscapeChecker.cpp | 50 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const; 294 void StackAddrEscapeChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in StackAddrEscapeChecker
|
| H A D | MIGChecker.cpp | 105 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const { in checkEndFunction() function in __anon09a6c2700111::MIGChecker
|
| H A D | AnalysisOrderChecker.cpp | 158 void checkEndFunction(const ReturnStmt *S, CheckerContext &C) const { in checkEndFunction() function in __anonc7d922730111::AnalysisOrderChecker
|
| H A D | CheckObjCDealloc.cpp | 128 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const; 391 void ObjCDeallocChecker::checkEndFunction( in checkEndFunction() function in ObjCDeallocChecker
|
| H A D | MallocChecker.cpp | 339 void checkEndFunction(const ReturnStmt *S, CheckerContext &C) const; 2929 void MallocChecker::checkEndFunction(const ReturnStmt *S, in checkEndFunction() function in MallocChecker
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 50 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const; 136 void UninitializedObjectChecker::checkEndFunction( in checkEndFunction() function in UninitializedObjectChecker
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 332 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
|
| H A D | RetainCountChecker.cpp | 1368 void RetainCountChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in RetainCountChecker
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 259 ((const CHECKER *)checker)->checkEndFunction(RS, C); in _checkEndFunction()
|