HomeSort by: relevance | last modified time | path
    Searched defs:raw_fd_ostream (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp 564 // raw_fd_ostream
593 raw_fd_ostream::raw_fd_ostream(StringRef Filename, std::error_code &EC) function in class:raw_fd_ostream
594 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write,
597 raw_fd_ostream::raw_fd_ostream(StringRef Filename, std::error_code &EC, function in class:raw_fd_ostream
599 : raw_fd_ostream(Filename, EC, Disp, sys::fs::FA_Write, sys::fs::OF_None) {}
601 raw_fd_ostream::raw_fd_ostream(StringRef Filename, std::error_code &EC, function in class:raw_fd_ostream
603 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, Access
606 raw_fd_ostream::raw_fd_ostream(StringRef Filename, std::error_code &EC, function in class:raw_fd_ostream
611 raw_fd_ostream::raw_fd_ostream(StringRef Filename, std::error_code &EC, function in class:raw_fd_ostream
619 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered, function in class:raw_fd_ostream
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 432 class raw_fd_ostream : public raw_pwrite_stream { class in namespace:llvm
481 raw_fd_ostream(StringRef Filename, std::error_code &EC);
482 raw_fd_ostream(StringRef Filename, std::error_code &EC,
484 raw_fd_ostream(StringRef Filename, std::error_code &EC,
486 raw_fd_ostream(StringRef Filename, std::error_code &EC,
488 raw_fd_ostream(StringRef Filename, std::error_code &EC,
495 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered = false,
498 ~raw_fd_ostream() override;
516 /// Return the value of the flag in this raw_fd_ostream indicating whether an
566 /// This returns a reference to a raw_fd_ostream for standard output. Use i
    [all...]

Completed in 24 milliseconds