| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TraversalChecker.cpp | 33 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const; 59 void TraversalDumper::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in TraversalDumper
|
| H A D | VirtualCallChecker.cpp | 51 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const; 168 void VirtualCallChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in VirtualCallChecker
|
| H A D | TestAfterDivZeroChecker.cpp | 87 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const; 182 void TestAfterDivZeroChecker::checkEndFunction(const ReturnStmt *, in checkEndFunction() function in TestAfterDivZeroChecker
|
| H A D | CheckerDocumentation.cpp | 195 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; 290 void StackAddrEscapeChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in StackAddrEscapeChecker
|
| H A D | AnalysisOrderChecker.cpp | 126 void checkEndFunction(const ReturnStmt *S, CheckerContext &C) const { in checkEndFunction() function in __anon0194b9f20111::AnalysisOrderChecker
|
| H A D | CheckObjCDealloc.cpp | 129 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const; 392 void ObjCDeallocChecker::checkEndFunction( in checkEndFunction() function in ObjCDeallocChecker
|
| H A D | MoveChecker.cpp | 51 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
|
| H A D | MallocChecker.cpp | 222 void checkEndFunction(const ReturnStmt *S, CheckerContext &C) const; 2457 void MallocChecker::checkEndFunction(const ReturnStmt *S, in checkEndFunction() function in MallocChecker
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 48 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const; 126 void UninitializedObjectChecker::checkEndFunction( in checkEndFunction() function in UninitializedObjectChecker
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 333 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
|
| H A D | RetainCountChecker.cpp | 1415 void RetainCountChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in RetainCountChecker
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 259 ((const CHECKER *)checker)->checkEndFunction(RS, C); in _checkEndFunction()
|