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.cpp718 bool SetFeof = NewES.FEof && !SS->ErrorState.FEof; in getFailureNoteTag() local
720 if (SetFeof && !SetFerror) in getFailureNoteTag()
722 if (!SetFeof && SetFerror) in getFailureNoteTag()
724 if (SetFeof && SetFerror) in getFailureNoteTag()