Searched refs:flush_nonempty (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A Draw_ostream.h131 flush_nonempty();
294 /// flush_nonempty - Flush the current buffer, which is known to be
297 void flush_nonempty();
/external/llvm/lib/Support/
H A Draw_ostream.cpp262 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 31 milliseconds