Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp684 void checkEscapeOnReturn(const ReturnStmt *S, CheckerContext &C) const;
2923 checkEscapeOnReturn(S, C); in checkPreStmt()
2931 checkEscapeOnReturn(S, C); in checkEndFunction()
2934 void MallocChecker::checkEscapeOnReturn(const ReturnStmt *S, in checkEscapeOnReturn() function in MallocChecker