Lines Matching full:opened
105 Opened, /// Stream is opened.
112 case Opened:
113 return "Opened";
123 /// Ignored in non-opened stream state but must be NoError.
142 assert((State == Opened || ErrorState.isNoError()) &&
143 "ErrorState should be None in non-opened stream state.");
146 bool isOpened() const { return State == Opened; }
151 // In not opened state error state should always NoError, so comparison
161 return StreamState{L, Opened, ES, IsFilePositionIndeterminate};
253 assert(SS->isOpened() && "Stream is expected to be opened");
555 /// Check that the stream is the opened state.
556 /// If the stream is known to be not opened an error is generated
954 constructLeakNoteTag(C, RetSym, "Stream opened here"));
997 // but any close error is ignored. The state changes to (or remains) opened.
1530 // No failure: Reset the state to opened with no error.
1691 assert(SS->isOpened() && "Stream is expected to be opened");
1938 assert(SS->isOpened() && "First ensure that stream is opened.");
2042 "Opened stream never closed. Potential resource leak.", Err,