Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp804 void checkEscapeOnReturn(const ReturnStmt *S, CheckerContext &C) const;
3173 checkEscapeOnReturn(S, C); in checkPreStmt()
3181 checkEscapeOnReturn(S, C); in checkEndFunction()
3184 void MallocChecker::checkEscapeOnReturn(const ReturnStmt *S, in checkEscapeOnReturn() function in MallocChecker