HomeSort by relevance Sort by last modified time
    Searched defs:ShouldClose (Results 1 - 2 of 2) 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);

Completed in 35 milliseconds