Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp32 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
58 void TraversalDumper::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in TraversalDumper
H A DReturnValueChecker.cpp32 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
117 void ReturnValueChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in ReturnValueChecker
H A DVirtualCallChecker.cpp50 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
93 void VirtualCallChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in VirtualCallChecker
H A DTestAfterDivZeroChecker.cpp86 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
181 void TestAfterDivZeroChecker::checkEndFunction(const ReturnStmt *, in checkEndFunction() function in TestAfterDivZeroChecker
H A DStackAddrEscapeChecker.cpp50 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const;
294 void StackAddrEscapeChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in StackAddrEscapeChecker
H A DCheckerDocumentation.cpp194 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const {} in checkEndFunction() function in clang::ento::CheckerDocumentation
H A DMIGChecker.cpp104 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const { in checkEndFunction() function in __anon64b8c7ab0111::MIGChecker
H A DAnalysisOrderChecker.cpp158 void checkEndFunction(const ReturnStmt *S, CheckerContext &C) const { in checkEndFunction() function in __anon2d532d6e0111::AnalysisOrderChecker
H A DCheckObjCDealloc.cpp128 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const;
391 void ObjCDeallocChecker::checkEndFunction( in checkEndFunction() function in ObjCDeallocChecker
H A DMoveChecker.cpp52 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
H A DMallocChecker.cpp327 void checkEndFunction(const ReturnStmt *S, CheckerContext &C) const;
2713 void MallocChecker::checkEndFunction(const ReturnStmt *S, in checkEndFunction() function in MallocChecker
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp50 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
138 void UninitializedObjectChecker::checkEndFunction( in checkEndFunction() function in UninitializedObjectChecker
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h332 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
H A DRetainCountChecker.cpp1367 void RetainCountChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in RetainCountChecker
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h259 ((const CHECKER *)checker)->checkEndFunction(RS, C); in _checkEndFunction()