Searched refs:shouldClose (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | raw_ostream.cpp | 471 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/ |
D | raw_ostream.cpp | 519 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/ |
D | raw_ostream.cpp | 493 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/ |
D | raw_ostream.h | 356 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | raw_ostream.cpp | 554 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/ |
D | raw_ostream.h | 387 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | raw_ostream.h | 400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | raw_ostream.h | 416 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
|