Searched refs:ShouldClose (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitWriter.cpp | 30 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() argument 32 raw_fd_ostream OS(FD, ShouldClose, Unbuffered); in LLVMWriteBitcodeToFD()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | raw_ostream.cpp | 440 ShouldClose = true; in raw_fd_ostream() 460 ShouldClose = false; in raw_fd_ostream() 466 ShouldClose = true; in raw_fd_ostream() 473 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) { in raw_fd_ostream() 492 if (ShouldClose) in ~raw_fd_ostream() 567 assert(ShouldClose); in close() 568 ShouldClose = false; in close()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitWriter.cpp | 31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() argument 33 raw_fd_ostream OS(FD, ShouldClose, Unbuffered); in LLVMWriteBitcodeToFD()
|
/external/llvm/unittests/Support/ |
D | ReplaceFileTest.cpp | 37 const bool ShouldClose = true; in CreateFileWithContent() local 38 raw_fd_ostream OS(FD, ShouldClose); in CreateFileWithContent()
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 520 : raw_pwrite_stream(unbuffered), FD(fd), ShouldClose(shouldClose), in raw_fd_ostream() 523 ShouldClose = false; in raw_fd_ostream() 546 if (ShouldClose && sys::Process::SafelyCloseFileDescriptor(FD)) in ~raw_fd_ostream() 617 assert(ShouldClose); in close() 618 ShouldClose = false; in close()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 494 : raw_pwrite_stream(unbuffered), FD(fd), ShouldClose(shouldClose), in raw_fd_ostream() 497 ShouldClose = false; in raw_fd_ostream() 520 if (ShouldClose && sys::Process::SafelyCloseFileDescriptor(FD)) in ~raw_fd_ostream() 590 assert(ShouldClose); in close() 591 ShouldClose = false; in close()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | BitWriter.h | 35 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
|
/external/llvm/include/llvm-c/ |
D | BitWriter.h | 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | raw_ostream.h | 298 bool ShouldClose; variable
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 346 bool ShouldClose; variable
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | raw_ostream.h | 359 bool ShouldClose; variable
|