HomeSort by relevance Sort by last modified time
    Searched defs:ShouldClose (Results 1 - 18 of 18) sorted by null

  /external/llvm/unittests/Support/
ReplaceFileTest.cpp 37 const bool ShouldClose = true;
38 raw_fd_ostream OS(FD, ShouldClose);
  /external/llvm/include/llvm/Support/
raw_ostream.h 346 bool ShouldClose;
385 /// FD is the file descriptor that this writes to. If ShouldClose is true,
387 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
raw_ostream.h 298 bool ShouldClose;
355 /// ShouldClose is true, this closes the file when the stream is destroyed.
356 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
raw_ostream.h 359 bool ShouldClose;
398 /// FD is the file descriptor that this writes to. If ShouldClose is true,
400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 359 bool ShouldClose;
398 /// FD is the file descriptor that this writes to. If ShouldClose is true,
400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 359 bool ShouldClose;
398 /// FD is the file descriptor that this writes to. If ShouldClose is true,
400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 359 bool ShouldClose;
398 /// FD is the file descriptor that this writes to. If ShouldClose is true,
400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 363 bool ShouldClose;
400 /// FD is the file descriptor that this writes to. If ShouldClose is true,
403 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 363 bool ShouldClose;
400 /// FD is the file descriptor that this writes to. If ShouldClose is true,
403 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 363 bool ShouldClose;
400 /// FD is the file descriptor that this writes to. If ShouldClose is true,
403 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 363 bool ShouldClose;
400 /// FD is the file descriptor that this writes to. If ShouldClose is true,
403 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 359 bool ShouldClose;
398 /// FD is the file descriptor that this writes to. If ShouldClose is true,
400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 359 bool ShouldClose;
398 /// FD is the file descriptor that this writes to. If ShouldClose is true,
400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 359 bool ShouldClose;
398 /// FD is the file descriptor that this writes to. If ShouldClose is true,
400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 363 bool ShouldClose;
400 /// FD is the file descriptor that this writes to. If ShouldClose is true,
403 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 363 bool ShouldClose;
400 /// FD is the file descriptor that this writes to. If ShouldClose is true,
403 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 363 bool ShouldClose;
400 /// FD is the file descriptor that this writes to. If ShouldClose is true,
403 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 363 bool ShouldClose;
400 /// FD is the file descriptor that this writes to. If ShouldClose is true,
403 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);

Completed in 1217 milliseconds