Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
Draw_ostream.cpp471 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) in raw_fd_ostream() argument
473 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) { in raw_fd_ostream()
/external/llvm/lib/Support/
Draw_ostream.cpp519 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) in raw_fd_ostream() argument
520 : raw_pwrite_stream(unbuffered), FD(fd), ShouldClose(shouldClose), in raw_fd_ostream()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp493 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) in raw_fd_ostream() argument
494 : raw_pwrite_stream(unbuffered), FD(fd), ShouldClose(shouldClose), in raw_fd_ostream()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Draw_ostream.h356 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Draw_ostream.cpp554 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) in raw_fd_ostream() argument
555 : raw_pwrite_stream(unbuffered), FD(fd), ShouldClose(shouldClose) { in raw_fd_ostream()
/external/llvm/include/llvm/Support/
Draw_ostream.h387 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Draw_ostream.h416 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);