Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp618 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered, in raw_fd_ostream() argument
620 : raw_pwrite_stream(unbuffered, K), FD(fd), ShouldClose(shouldClose) { in raw_fd_ostream()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A Draw_ostream.h508 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered = false,