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

  /external/llvm/include/llvm/Support/
raw_ostream.h 492 /// raw_null_ostream - A raw_ostream that discards all output.
493 class raw_null_ostream : public raw_ostream { class in namespace:llvm
502 explicit raw_null_ostream() {} function in class:llvm::raw_null_ostream
503 ~raw_null_ostream();
  /external/llvm/lib/Support/
raw_ostream.cpp 688 static raw_null_ostream S;
772 // raw_null_ostream
775 raw_null_ostream::~raw_null_ostream() {
778 // with raw_null_ostream, but it's better to have raw_null_ostream follow
779 // the rules than to change the rules just for raw_null_ostream.
784 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) {
787 uint64_t raw_null_ostream::current_pos() const {

Completed in 20 milliseconds