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

  /external/llvm/lib/Support/
raw_ostream.cpp 268 void raw_ostream::flush_nonempty() { function in class:raw_ostream
269 assert(OutBufCur > OutBufStart && "Invalid call to flush_nonempty.");
288 flush_nonempty();
328 flush_nonempty();
  /external/llvm/include/llvm/Support/
raw_ostream.h 136 flush_nonempty();
299 /// flush_nonempty - Flush the current buffer, which is known to be
302 void flush_nonempty();

Completed in 73 milliseconds