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();
283 /// flush_nonempty - Flush the current buffer, which is known to be
286 void flush_nonempty();
  /external/llvm/lib/Support/
raw_ostream.cpp 260 void raw_ostream::flush_nonempty() { function in class:raw_ostream
261 assert(OutBufCur > OutBufStart && "Invalid call to flush_nonempty.");
280 flush_nonempty();
315 flush_nonempty();

Completed in 71 milliseconds