Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp43 struct StreamErrorState { struct
55 bool operator==(const StreamErrorState &ES) const { in operator ==() argument
61 StreamErrorState operator|(const StreamErrorState &E) const { in operator |() argument
65 StreamErrorState operator&(const StreamErrorState &E) const { in operator &() argument
81 const StreamErrorState ErrorNone{true, false, false};
82 const StreamErrorState ErrorFEof{false, true, false};
83 const StreamErrorState ErrorFError{false, false, true};
100 StreamErrorState const ErrorState;
314 const StreamErrorState &ErrorKind) const;
694 StreamErrorState NewES; in evalFreadFwrite()
[all …]