Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dios.cpp26 class _LIBCPP_HIDDEN __iostream_category : public __do_message { class
32 const char* __iostream_category::name() const noexcept { return "iostream"; } in name()
34 string __iostream_category::message(int ev) const { in message()
46 __iostream_category iostream_error_category; in iostream_category()