Lines Matching defs:NewES
648 StreamErrorState NewES;
663 NewES = SS->ErrorState;
681 NewES = NewSS.ErrorState;
725 bool SetFeof = NewES.FEof && !SS->ErrorState.FEof;
726 bool SetFerror = NewES.FError && !SS->ErrorState.FError;
1210 StreamErrorState NewES;
1212 NewES = E.isStreamEof() ? ErrorFEof : ErrorFEof | ErrorFError;
1214 NewES = ErrorFError;
1218 StateFailed, StreamState::getOpened(Desc, NewES, !NewES.isFEof()));
1274 StreamErrorState NewES =
1277 StateFailed, StreamState::getOpened(Desc, NewES, !NewES.isFEof()));
1409 StreamErrorState NewES =
1412 StateFailed, StreamState::getOpened(Desc, NewES, !NewES.isFEof()));
1492 StreamErrorState NewES =
1495 StateFailed, StreamState::getOpened(Desc, NewES, !NewES.isFEof()));
1679 StreamErrorState NewES =
1681 StreamState NewSS = StreamState::getOpened(Desc, NewES, false);
1744 if (StreamErrorState NewES = E.SS->ErrorState & (~ErrorKind)) {
1752 Desc, NewES, E.SS->FilePositionIndeterminate && !NewES.isFEof())));