OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TheStream
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Support/
FormattedStream.h
39
///
TheStream
- The real stream we output to. We set it to be
42
raw_ostream *
TheStream
;
44
/// DeleteStream - Do we need to delete
TheStream
in the
68
return
TheStream
->tell();
88
: raw_ostream(),
TheStream
(0), DeleteStream(false), Position(0, 0) {
92
: raw_ostream(),
TheStream
(0), DeleteStream(false), Position(0, 0) {
104
TheStream
= &Stream;
108
// own buffering, and it doesn't need or want
TheStream
to do another
109
// layer of buffering underneath. Resize the buffer to what
TheStream
110
// had been using, and tell
TheStream
not to do its own buffering
[
all
...]
circular_raw_ostream.h
40
///
TheStream
- The real stream we output to. We set it to be
43
raw_ostream *
TheStream
;
77
TheStream
->write(Cur, BufferArray + BufferSize - Cur);
79
TheStream
->write(BufferArray, Cur - BufferArray);
90
// This has the same effect as calling
TheStream
.current_pos(),
92
return
TheStream
->tell() -
TheStream
->GetNumBytesInBuffer();
112
TheStream
(0),
125
TheStream
(0),
147
TheStream
= &Stream
[
all
...]
/external/llvm/lib/Support/
circular_raw_ostream.cpp
20
TheStream
->write(Ptr, Size);
42
TheStream
->write(Banner, std::strlen(Banner));
FormattedStream.cpp
81
TheStream
->write(Ptr, Size);
Completed in 36 milliseconds