Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp70 bool guaranteedNotToCloseFile(const CallEvent &Call) const;
198 bool SimpleStreamChecker::guaranteedNotToCloseFile(const CallEvent &Call) const{ in guaranteedNotToCloseFile() function in SimpleStreamChecker
221 if (Kind == PSK_DirectEscapeOnCall && guaranteedNotToCloseFile(*Call)) { in checkPointerEscape()