Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
Draw_ostream.cpp518 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) in raw_fd_ostream() argument
519 : raw_pwrite_stream(unbuffered), FD(fd), ShouldClose(shouldClose), in raw_fd_ostream()
/external/llvm/include/llvm/Support/
Draw_ostream.h377 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);