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.cpp704 void checkEscapeOnReturn(const ReturnStmt *S, CheckerContext &C) const;
2971 checkEscapeOnReturn(S, C); in checkPreStmt()
2979 checkEscapeOnReturn(S, C); in checkEndFunction()
2982 void MallocChecker::checkEscapeOnReturn(const ReturnStmt *S, in checkEscapeOnReturn() function in MallocChecker