Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dostream.cpp28 auto* __rdbuf = __os.rdbuf(); in __get_ostream_file() local
30 if (auto* __buffer = dynamic_cast<filebuf*>(__rdbuf)) in __get_ostream_file()
34 if (auto* __buffer = dynamic_cast<__stdoutbuf<char>*>(__rdbuf)) in __get_ostream_file()
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dprint.h55 if (auto __rdbuf = __os.rdbuf(); in __vprint_nonunicode() local
56 !__rdbuf || __rdbuf->sputn(__o.data(), __o.size()) != static_cast<streamsize>(__o.size())) in __vprint_nonunicode()