reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
  125   void checkEndFunction(const ReturnStmt *S, CheckerContext &C) const {
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  391 void ObjCDeallocChecker::checkEndFunction(
tools/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
  103   void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const {
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2730 void MallocChecker::checkEndFunction(const ReturnStmt *S,
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
 1367 void RetainCountChecker::checkEndFunction(const ReturnStmt *RS,
tools/clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
  117 void ReturnValueChecker::checkEndFunction(const ReturnStmt *RS,
tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
  290 void StackAddrEscapeChecker::checkEndFunction(const ReturnStmt *RS,
tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
  181 void TestAfterDivZeroChecker::checkEndFunction(const ReturnStmt *,
tools/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
   58 void TraversalDumper::checkEndFunction(const ReturnStmt *RS,
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
  138 void UninitializedObjectChecker::checkEndFunction(
tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
   92 void VirtualCallChecker::checkEndFunction(const ReturnStmt *RS,