Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp725 bool SetFeof = NewES.FEof && !SS->ErrorState.FEof; in getFailureNoteTag() local
727 if (SetFeof && !SetFerror) in getFailureNoteTag()
729 if (!SetFeof && SetFerror) in getFailureNoteTag()
731 if (SetFeof && SetFerror) in getFailureNoteTag()