OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flush_nonempty
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
raw_ostream.h
131
flush_nonempty
();
294
///
flush_nonempty
- Flush the current buffer, which is known to be
297
void
flush_nonempty
();
/external/llvm/lib/Support/
raw_ostream.cpp
262
void raw_ostream::
flush_nonempty
() {
function in class:raw_ostream
263
assert(OutBufCur > OutBufStart && "Invalid call to
flush_nonempty
.");
282
flush_nonempty
();
322
flush_nonempty
();
Completed in 290 milliseconds