Home
last modified time | relevance | path

Searched refs:__flush (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h87 __flush(); in push_back()
126 __flush(); in __copy()
156 __flush(); in __transform()
177 __flush(); in __fill()
228 __flush(); in __flush_on_overflow()
373 _LIBCPP_HIDE_FROM_ABI void __flush(_CharT* __ptr, size_t __n) { __writer_.__flush(__ptr, __n); }
376 __output_.__flush();
398 __output_.__flush();
466 __writer_.__flush(__ptr, __n);
473 __writer_.__flush(__ptr, __s);
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dsyncstream364 _LIBCPP_HIDE_FROM_ABI bool emit(bool __flush) {
384 if (__flush)