Home
last modified time | relevance | path

Searched refs:processReturn (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h373 ExplodedNode * processReturn(const ReturnStmt *S, CheckerContext &C) const;
H A DRetainCountChecker.cpp963 ExplodedNode * RetainCountChecker::processReturn(const ReturnStmt *S, in processReturn() function in RetainCountChecker
1369 ExplodedNode *Pred = processReturn(RS, Ctx); in checkEndFunction()