Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp42 struct StreamErrorState { struct
54 bool operator==(const StreamErrorState &ES) const { in operator ==() argument
60 StreamErrorState operator|(const StreamErrorState &E) const { in operator |() argument
64 StreamErrorState operator&(const StreamErrorState &E) const { in operator &() argument
80 const StreamErrorState ErrorNone{true, false, false};
81 const StreamErrorState ErrorFEof{false, true, false};
82 const StreamErrorState ErrorFError{false, false, true};
99 StreamErrorState const ErrorState;
313 const StreamErrorState &ErrorKind) const;
697 StreamErrorState NewES; in evalFreadFwrite()
[all …]