Searched refs:raw_null_ostream (Results 1 – 3 of 3) sorted by relevance
671 static raw_null_ostream S; in nulls()758 raw_null_ostream::~raw_null_ostream() { in ~raw_null_ostream()767 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()770 uint64_t raw_null_ostream::current_pos() const { in current_pos()
478 class raw_null_ostream : public raw_ostream {487 explicit raw_null_ostream() {} in raw_null_ostream() function488 ~raw_null_ostream();
65 raw_null_ostream ThrowAway; in ValueToLineMap()