Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDraw_ostream.cpp573 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) in raw_fd_ostream() argument
574 : raw_pwrite_stream(unbuffered), FD(fd), ShouldClose(shouldClose) { in raw_fd_ostream()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDraw_ostream.h453 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);