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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp70 bool guaranteedNotToCloseFile(const CallEvent &Call) const;
239 bool SimpleStreamChecker::guaranteedNotToCloseFile(const CallEvent &Call) const{ function in class:SimpleStreamChecker
262 if (Kind == PSK_DirectEscapeOnCall && guaranteedNotToCloseFile(*Call)) {

Completed in 96 milliseconds