HomeSort by: relevance | last modified time | path
    Searched refs:raw_null_ostream (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp 900 static raw_null_ostream S;
963 // raw_null_ostream
966 raw_null_ostream::~raw_null_ostream() {
969 // with raw_null_ostream, but it's better to have raw_null_ostream follow
970 // the rules than to change the rules just for raw_null_ostream.
975 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) {
978 uint64_t raw_null_ostream::current_pos() const {
982 void raw_null_ostream::pwrite_impl(const char *Ptr, size_t Size
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 680 class raw_null_ostream : public raw_pwrite_stream { class in namespace:llvm
690 explicit raw_null_ostream() = default;
691 ~raw_null_ostream() override;
721 /// llvm::outs for "-", raw_null_ostream for "/dev/null", and raw_fd_ostream
  /src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
llvm-isel-fuzzer.cpp 103 raw_null_ostream OS;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 1134 raw_null_ostream NullOS;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp 451 CXXNameMangler(CXXNameMangler &Outer, llvm::raw_null_ostream &Out_)
932 llvm::raw_null_ostream NullOutStream;
6100 llvm::raw_null_ostream NullOutStream;
6121 llvm::raw_null_ostream NullOutStream;
6132 llvm::raw_null_ostream NullOutStream;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmStreamer.cpp 56 raw_null_ostream NullStream;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 764 return std::make_unique<llvm::raw_null_ostream>();

Completed in 37 milliseconds