Home
last modified time | relevance | path

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

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