Searched refs:raw_null_ostream (Results 1 – 3 of 3) sorted by relevance
672 static raw_null_ostream S; in nulls()759 raw_null_ostream::~raw_null_ostream() { in ~raw_null_ostream()768 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()771 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();
66 raw_null_ostream ThrowAway; in ValueToLineMap()