Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp670 void checkEscapeOnReturn(const ReturnStmt *S, CheckerContext &C) const;
2916 checkEscapeOnReturn(S, C); in checkPreStmt()
2924 checkEscapeOnReturn(S, C); in checkEndFunction()
2927 void MallocChecker::checkEscapeOnReturn(const ReturnStmt *S, in checkEscapeOnReturn() function in MallocChecker