Home | History | Annotate | Download | only in Support

Lines Matching full:shouldclose

447     ShouldClose = true;
467 ShouldClose = false;
473 ShouldClose = true;
477 /// ShouldClose is true, this closes the file when the stream is destroyed.
478 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered)
480 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) {
499 if (ShouldClose)
575 assert(ShouldClose);
576 ShouldClose = false;