HomeSort by relevance Sort by last modified time
    Searched refs:flush_nonempty (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
raw_ostream.h 130 flush_nonempty();
293 /// flush_nonempty - Flush the current buffer, which is known to be
296 void flush_nonempty();
  /external/llvm/lib/Support/
raw_ostream.cpp 261 void raw_ostream::flush_nonempty() { function in class:raw_ostream
262 assert(OutBufCur > OutBufStart && "Invalid call to flush_nonempty.");
281 flush_nonempty();
321 flush_nonempty();

Completed in 806 milliseconds