Home
last modified time | relevance | path

Searched refs:__rdbuf (Results 1 – 1 of 1) 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()