Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp45 struct StreamErrorState { struct
57 bool operator==(const StreamErrorState &ES) const { in operator ==() argument
63 StreamErrorState operator|(const StreamErrorState &E) const { in operator |() argument
67 StreamErrorState operator&(const StreamErrorState &E) const { in operator &() argument
83 const StreamErrorState ErrorNone{true, false, false};
84 const StreamErrorState ErrorFEof{false, true, false};
102 StreamErrorState const ErrorState;
790 StreamErrorState NewES; in evalFreadFwrite()
882 StreamErrorState NewES = in evalFgetx()
1141 StreamErrorState NewES = in evalGetdelim()
[all …]