Lines Matching defs:NewES
641 StreamErrorState NewES;
656 NewES = SS->ErrorState;
674 NewES = NewSS.ErrorState;
718 bool SetFeof = NewES.FEof && !SS->ErrorState.FEof;
719 bool SetFerror = NewES.FError && !SS->ErrorState.FError;
1171 StreamErrorState NewES;
1173 NewES = E.isStreamEof() ? ErrorFEof : ErrorFEof | ErrorFError;
1175 NewES = ErrorFError;
1179 StateFailed, StreamState::getOpened(Desc, NewES, !NewES.isFEof()));
1235 StreamErrorState NewES =
1238 StateFailed, StreamState::getOpened(Desc, NewES, !NewES.isFEof()));
1370 StreamErrorState NewES =
1373 StateFailed, StreamState::getOpened(Desc, NewES, !NewES.isFEof()));
1453 StreamErrorState NewES =
1456 StateFailed, StreamState::getOpened(Desc, NewES, !NewES.isFEof()));
1640 StreamErrorState NewES =
1642 StreamState NewSS = StreamState::getOpened(Desc, NewES, false);
1705 if (StreamErrorState NewES = E.SS->ErrorState & (~ErrorKind)) {
1713 Desc, NewES, E.SS->FilePositionIndeterminate && !NewES.isFEof())));