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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 586 class raw_fd_stream : public raw_fd_ostream { class in namespace:llvm
591 raw_fd_stream(StringRef Filename, std::error_code &EC);
604 /// Check if \p OS is a pointer of type raw_fd_stream*.
  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp 908 raw_fd_stream::raw_fd_stream(StringRef Filename, std::error_code &EC) function in class:raw_fd_stream
921 ssize_t raw_fd_stream::read(char *Ptr, size_t Size) {
931 bool raw_fd_stream::classof(const raw_ostream *OS) {

Completed in 49 milliseconds