Home
last modified time | relevance | path

Searched refs:shouldClose (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp625 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered, in raw_fd_ostream() argument
627 : raw_pwrite_stream(unbuffered, K), FD(fd), ShouldClose(shouldClose) { in raw_fd_ostream()
940 raw_fd_stream::raw_fd_stream(int fd, bool shouldClose) in raw_fd_stream() argument
941 : raw_fd_ostream(fd, shouldClose, false, OStreamKind::OK_FDStream) {} in raw_fd_stream()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h518 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered = false,
618 raw_fd_stream(int fd, bool shouldClose);