HomeSort by relevance Sort by last modified time
    Searched defs:TheStream (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/include/llvm/Support/
FormattedStream.h 28 /// TheStream - The real stream we output to. We set it to be
31 raw_ostream *TheStream;
52 return TheStream->tell();
63 TheStream = &Stream;
66 // own buffering, and it doesn't need or want TheStream to do another
67 // layer of buffering underneath. Resize the buffer to what TheStream
68 // had been using, and tell TheStream not to do its own buffering.
69 if (size_t BufferSize = TheStream->GetBufferSize())
73 TheStream->SetUnbuffered();
90 : TheStream(nullptr), Position(0, 0)
    [all...]
circular_raw_ostream.h 39 /// TheStream - The real stream we output to. We set it to be
42 raw_ostream *TheStream;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
78 TheStream->write(BufferArray, Cur - BufferArray);
89 // This has the same effect as calling TheStream.current_pos(),
91 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
110 : raw_ostream(/*unbuffered*/ true), TheStream(nullptr),
133 TheStream = &Stream;
148 if (!TheStream)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FormattedStream.h 37 /// TheStream - The real stream we output to. We set it to be
40 raw_ostream *TheStream;
42 /// DeleteStream - Do we need to delete TheStream in the
63 // This has the same effect as calling TheStream.current_pos(),
65 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
85 : raw_ostream(), TheStream(0), DeleteStream(false), ColumnScanned(0) {
89 : raw_ostream(), TheStream(0), DeleteStream(false), ColumnScanned(0) {
101 TheStream = &Stream;
105 // own buffering, and it doesn't need or want TheStream to do anothe
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
circular_raw_ostream.h 39 /// TheStream - The real stream we output to. We set it to be
42 raw_ostream *TheStream;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
78 TheStream->write(BufferArray, Cur - BufferArray);
89 // This has the same effect as calling TheStream.current_pos(),
91 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
110 : raw_ostream(/*unbuffered*/ true), TheStream(nullptr),
133 TheStream = &Stream;
148 if (!TheStream)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 28 /// TheStream - The real stream we output to. We set it to be
31 raw_ostream *TheStream;
52 return TheStream->tell();
63 TheStream = &Stream;
66 // own buffering, and it doesn't need or want TheStream to do another
67 // layer of buffering underneath. Resize the buffer to what TheStream
68 // had been using, and tell TheStream not to do its own buffering.
69 if (size_t BufferSize = TheStream->GetBufferSize())
73 TheStream->SetUnbuffered();
90 : TheStream(nullptr), Position(0, 0)
    [all...]
circular_raw_ostream.h 39 /// TheStream - The real stream we output to. We set it to be
42 raw_ostream *TheStream;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
78 TheStream->write(BufferArray, Cur - BufferArray);
89 // This has the same effect as calling TheStream.current_pos(),
91 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
110 : raw_ostream(/*unbuffered*/ true), TheStream(nullptr),
133 TheStream = &Stream;
148 if (!TheStream)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FormattedStream.h 28 /// TheStream - The real stream we output to. We set it to be
31 raw_ostream *TheStream;
52 return TheStream->tell();
63 TheStream = &Stream;
66 // own buffering, and it doesn't need or want TheStream to do another
67 // layer of buffering underneath. Resize the buffer to what TheStream
68 // had been using, and tell TheStream not to do its own buffering.
69 if (size_t BufferSize = TheStream->GetBufferSize())
73 TheStream->SetUnbuffered();
90 : TheStream(nullptr), Position(0, 0)
    [all...]
circular_raw_ostream.h 39 /// TheStream - The real stream we output to. We set it to be
42 raw_ostream *TheStream;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
78 TheStream->write(BufferArray, Cur - BufferArray);
89 // This has the same effect as calling TheStream.current_pos(),
91 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
110 : raw_ostream(/*unbuffered*/ true), TheStream(nullptr),
133 TheStream = &Stream;
148 if (!TheStream)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FormattedStream.h 28 /// TheStream - The real stream we output to. We set it to be
31 raw_ostream *TheStream;
52 return TheStream->tell();
63 TheStream = &Stream;
66 // own buffering, and it doesn't need or want TheStream to do another
67 // layer of buffering underneath. Resize the buffer to what TheStream
68 // had been using, and tell TheStream not to do its own buffering.
69 if (size_t BufferSize = TheStream->GetBufferSize())
73 TheStream->SetUnbuffered();
90 : TheStream(nullptr), Position(0, 0)
    [all...]
circular_raw_ostream.h 39 /// TheStream - The real stream we output to. We set it to be
42 raw_ostream *TheStream;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
78 TheStream->write(BufferArray, Cur - BufferArray);
89 // This has the same effect as calling TheStream.current_pos(),
91 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
110 : raw_ostream(/*unbuffered*/ true), TheStream(nullptr),
133 TheStream = &Stream;
148 if (!TheStream)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FormattedStream.h 28 /// TheStream - The real stream we output to. We set it to be
31 raw_ostream *TheStream;
52 return TheStream->tell();
63 TheStream = &Stream;
66 // own buffering, and it doesn't need or want TheStream to do another
67 // layer of buffering underneath. Resize the buffer to what TheStream
68 // had been using, and tell TheStream not to do its own buffering.
69 if (size_t BufferSize = TheStream->GetBufferSize())
73 TheStream->SetUnbuffered();
90 : TheStream(nullptr), Position(0, 0)
    [all...]
circular_raw_ostream.h 39 /// TheStream - The real stream we output to. We set it to be
42 raw_ostream *TheStream;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
78 TheStream->write(BufferArray, Cur - BufferArray);
89 // This has the same effect as calling TheStream.current_pos(),
91 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
110 : raw_ostream(/*unbuffered*/ true), TheStream(nullptr),
133 TheStream = &Stream;
148 if (!TheStream)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FormattedStream.h 28 /// TheStream - The real stream we output to. We set it to be
31 raw_ostream *TheStream;
52 return TheStream->tell();
63 TheStream = &Stream;
66 // own buffering, and it doesn't need or want TheStream to do another
67 // layer of buffering underneath. Resize the buffer to what TheStream
68 // had been using, and tell TheStream not to do its own buffering.
69 if (size_t BufferSize = TheStream->GetBufferSize())
73 TheStream->SetUnbuffered();
90 : TheStream(nullptr), Position(0, 0)
    [all...]
circular_raw_ostream.h 39 /// TheStream - The real stream we output to. We set it to be
42 raw_ostream *TheStream;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
78 TheStream->write(BufferArray, Cur - BufferArray);
89 // This has the same effect as calling TheStream.current_pos(),
91 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
110 : raw_ostream(/*unbuffered*/ true), TheStream(nullptr),
133 TheStream = &Stream;
148 if (!TheStream)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FormattedStream.h 28 /// TheStream - The real stream we output to. We set it to be
31 raw_ostream *TheStream;
52 return TheStream->tell();
63 TheStream = &Stream;
66 // own buffering, and it doesn't need or want TheStream to do another
67 // layer of buffering underneath. Resize the buffer to what TheStream
68 // had been using, and tell TheStream not to do its own buffering.
69 if (size_t BufferSize = TheStream->GetBufferSize())
73 TheStream->SetUnbuffered();
90 : TheStream(nullptr), Position(0, 0)
    [all...]
circular_raw_ostream.h 39 /// TheStream - The real stream we output to. We set it to be
42 raw_ostream *TheStream;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
78 TheStream->write(BufferArray, Cur - BufferArray);
89 // This has the same effect as calling TheStream.current_pos(),
91 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
110 : raw_ostream(/*unbuffered*/ true), TheStream(nullptr),
133 TheStream = &Stream;
148 if (!TheStream)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FormattedStream.h 28 /// TheStream - The real stream we output to. We set it to be
31 raw_ostream *TheStream;
52 return TheStream->tell();
63 TheStream = &Stream;
66 // own buffering, and it doesn't need or want TheStream to do another
67 // layer of buffering underneath. Resize the buffer to what TheStream
68 // had been using, and tell TheStream not to do its own buffering.
69 if (size_t BufferSize = TheStream->GetBufferSize())
73 TheStream->SetUnbuffered();
90 : TheStream(nullptr), Position(0, 0)
    [all...]
circular_raw_ostream.h 39 /// TheStream - The real stream we output to. We set it to be
42 raw_ostream *TheStream;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
78 TheStream->write(BufferArray, Cur - BufferArray);
89 // This has the same effect as calling TheStream.current_pos(),
91 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
110 : raw_ostream(/*unbuffered*/ true), TheStream(nullptr),
133 TheStream = &Stream;
148 if (!TheStream)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 28 /// TheStream - The real stream we output to. We set it to be
31 raw_ostream *TheStream;
52 return TheStream->tell();
63 TheStream = &Stream;
66 // own buffering, and it doesn't need or want TheStream to do another
67 // layer of buffering underneath. Resize the buffer to what TheStream
68 // had been using, and tell TheStream not to do its own buffering.
69 if (size_t BufferSize = TheStream->GetBufferSize())
73 TheStream->SetUnbuffered();
90 : TheStream(nullptr), Position(0, 0)
    [all...]
circular_raw_ostream.h 39 /// TheStream - The real stream we output to. We set it to be
42 raw_ostream *TheStream;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
78 TheStream->write(BufferArray, Cur - BufferArray);
89 // This has the same effect as calling TheStream.current_pos(),
91 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
110 : raw_ostream(/*unbuffered*/ true), TheStream(nullptr),
133 TheStream = &Stream;
148 if (!TheStream)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FormattedStream.h 28 /// TheStream - The real stream we output to. We set it to be
31 raw_ostream *TheStream;
52 return TheStream->tell();
63 TheStream = &Stream;
66 // own buffering, and it doesn't need or want TheStream to do another
67 // layer of buffering underneath. Resize the buffer to what TheStream
68 // had been using, and tell TheStream not to do its own buffering.
69 if (size_t BufferSize = TheStream->GetBufferSize())
73 TheStream->SetUnbuffered();
90 : TheStream(nullptr), Position(0, 0)
    [all...]
circular_raw_ostream.h 39 /// TheStream - The real stream we output to. We set it to be
42 raw_ostream *TheStream;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
78 TheStream->write(BufferArray, Cur - BufferArray);
89 // This has the same effect as calling TheStream.current_pos(),
91 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
110 : raw_ostream(/*unbuffered*/ true), TheStream(nullptr),
133 TheStream = &Stream;
148 if (!TheStream)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FormattedStream.h 28 /// TheStream - The real stream we output to. We set it to be
31 raw_ostream *TheStream;
52 return TheStream->tell();
63 TheStream = &Stream;
66 // own buffering, and it doesn't need or want TheStream to do another
67 // layer of buffering underneath. Resize the buffer to what TheStream
68 // had been using, and tell TheStream not to do its own buffering.
69 if (size_t BufferSize = TheStream->GetBufferSize())
73 TheStream->SetUnbuffered();
90 : TheStream(nullptr), Position(0, 0)
    [all...]
circular_raw_ostream.h 39 /// TheStream - The real stream we output to. We set it to be
42 raw_ostream *TheStream;
76 TheStream->write(Cur, BufferArray + BufferSize - Cur);
78 TheStream->write(BufferArray, Cur - BufferArray);
89 // This has the same effect as calling TheStream.current_pos(),
91 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
110 : raw_ostream(/*unbuffered*/ true), TheStream(nullptr),
133 TheStream = &Stream;
148 if (!TheStream)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FormattedStream.h 28 /// TheStream - The real stream we output to. We set it to be
31 raw_ostream *TheStream;
52 return TheStream->tell();
63 TheStream = &Stream;
66 // own buffering, and it doesn't need or want TheStream to do another
67 // layer of buffering underneath. Resize the buffer to what TheStream
68 // had been using, and tell TheStream not to do its own buffering.
69 if (size_t BufferSize = TheStream->GetBufferSize())
73 TheStream->SetUnbuffered();
90 : TheStream(nullptr), Position(0, 0)
    [all...]

Completed in 768 milliseconds

1 2