OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flush_nonempty
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
raw_ostream.cpp
258
void raw_ostream::
flush_nonempty
() {
function in class:raw_ostream
259
assert(OutBufCur > OutBufStart && "Invalid call to
flush_nonempty
.");
278
flush_nonempty
();
313
flush_nonempty
();
/external/llvm/include/llvm/Support/
raw_ostream.h
130
flush_nonempty
();
280
///
flush_nonempty
- Flush the current buffer, which is known to be
283
void
flush_nonempty
();
Completed in 71 milliseconds