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 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();
  /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();

Completed in 144 milliseconds