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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp66 bool guaranteedNotToCloseFile(const CallEvent &Call) const;
230 bool SimpleStreamChecker::guaranteedNotToCloseFile(const CallEvent &Call) const{ function in class:SimpleStreamChecker
253 if (Kind == PSK_DirectEscapeOnCall && guaranteedNotToCloseFile(*Call)) {

Completed in 46 milliseconds