Lines Matching defs:ErrorKind
532 const StreamErrorState &ErrorKind) const;
535 CheckerContext &C, const StreamErrorState &ErrorKind,
1728 const StreamErrorState &ErrorKind) const {
1734 if (E.SS->ErrorState & ErrorKind) {
1735 // Execution path with error of ErrorKind.
1740 TrueState, StreamState::getOpened(Desc, ErrorKind,
1742 !ErrorKind.isFEof())));
1744 if (StreamErrorState NewES = E.SS->ErrorState & (~ErrorKind)) {
1745 // Execution path(s) with ErrorKind not set.
1747 // New error state is everything before minus ErrorKind.
1798 const StreamErrorState &ErrorKind,
1807 StreamState::getOpened(SS->LastOperation, ErrorKind, Indeterminate));