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