Searched refs:shouldClose (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 617 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered, in raw_fd_ostream() argument 619 : raw_pwrite_stream(unbuffered, K), FD(fd), ShouldClose(shouldClose) { in raw_fd_ostream() 941 raw_fd_stream::raw_fd_stream(int fd, bool shouldClose) in raw_fd_stream() argument 942 : raw_fd_ostream(fd, shouldClose, false, OStreamKind::OK_FDStream) {} in raw_fd_stream()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | raw_ostream.h | 529 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered = false, 636 LLVM_ABI raw_fd_stream(int fd, bool shouldClose);
|