Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp669 void checkEscapeOnReturn(const ReturnStmt *S, CheckerContext &C) const;
2707 checkEscapeOnReturn(S, C); in checkPreStmt()
2715 checkEscapeOnReturn(S, C); in checkEndFunction()
2718 void MallocChecker::checkEscapeOnReturn(const ReturnStmt *S, in checkEscapeOnReturn() function in MallocChecker