Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp33 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
59 void TraversalDumper::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in TraversalDumper
H A DVirtualCallChecker.cpp51 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
168 void VirtualCallChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in VirtualCallChecker
H A DTestAfterDivZeroChecker.cpp87 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
182 void TestAfterDivZeroChecker::checkEndFunction(const ReturnStmt *, in checkEndFunction() function in TestAfterDivZeroChecker
H A DCheckerDocumentation.cpp195 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const {} in checkEndFunction() function in clang::ento::CheckerDocumentation
H A DStackAddrEscapeChecker.cpp50 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const;
290 void StackAddrEscapeChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in StackAddrEscapeChecker
H A DAnalysisOrderChecker.cpp126 void checkEndFunction(const ReturnStmt *S, CheckerContext &C) const { in checkEndFunction() function in __anon0194b9f20111::AnalysisOrderChecker
H A DCheckObjCDealloc.cpp129 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const;
392 void ObjCDeallocChecker::checkEndFunction( in checkEndFunction() function in ObjCDeallocChecker
H A DMoveChecker.cpp51 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
H A DMallocChecker.cpp222 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 DUninitializedObjectChecker.cpp48 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 DRetainCountChecker.h333 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
H A DRetainCountChecker.cpp1415 void RetainCountChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction() function in RetainCountChecker
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h259 ((const CHECKER *)checker)->checkEndFunction(RS, C); in _checkEndFunction()