• Home
  • Raw
  • Download

Lines Matching refs:raw_ostream

60 raw_ostream::~raw_ostream() {  in ~raw_ostream()
71 void raw_ostream::handle() {} in handle()
73 size_t raw_ostream::preferred_buffer_size() const { in preferred_buffer_size()
78 void raw_ostream::SetBuffered() { in SetBuffered()
87 void raw_ostream::SetBufferAndMode(char *BufferStart, size_t Size, in SetBufferAndMode()
106 raw_ostream &raw_ostream::operator<<(unsigned long N) { in operator <<()
122 raw_ostream &raw_ostream::operator<<(long N) { in operator <<()
132 raw_ostream &raw_ostream::operator<<(unsigned long long N) { in operator <<()
148 raw_ostream &raw_ostream::operator<<(long long N) { in operator <<()
158 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex()
176 raw_ostream &raw_ostream::write_escaped(StringRef Str, in write_escaped()
218 raw_ostream &raw_ostream::operator<<(const void *P) { in operator <<()
224 raw_ostream &raw_ostream::operator<<(double N) { in operator <<()
261 void raw_ostream::flush_nonempty() { in flush_nonempty()
268 raw_ostream &raw_ostream::write(unsigned char C) { in write()
288 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { in write()
330 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer()
350 raw_ostream &raw_ostream::operator<<(const format_object_base &Fmt) { in operator <<()
391 raw_ostream &raw_ostream::indent(unsigned NumSpaces) { in indent()
479 : raw_ostream(unbuffered), FD(fd), in raw_fd_ostream()
610 return raw_ostream::preferred_buffer_size(); in preferred_buffer_size()
614 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, in changeColor()
630 raw_ostream &raw_fd_ostream::resetColor() { in resetColor()
643 raw_ostream &raw_fd_ostream::reverseColor() { in reverseColor()
670 raw_ostream &llvm::outs() { in outs()
680 raw_ostream &llvm::errs() { in errs()
687 raw_ostream &llvm::nulls() { in nulls()