Searched refs:iostream_category (Results 1 – 9 of 9) sorted by relevance
20 const std::error_category& e_cat1 = std::iostream_category(); in main()
22 assert(ec.category() == std::iostream_category()); in main()
22 assert(ec1.category() == std::iostream_category()); in main()
36 assert(what_message.find(std::iostream_category().message(static_cast<int> in main()
208 storage-class-specifier const error_category& iostream_category() noexcept;399 const error_category& iostream_category() _NOEXCEPT;405 return error_code(static_cast<int>(__e), iostream_category());412 return error_condition(static_cast<int>(__e), iostream_category());
68 iostream_category() _NOEXCEPT in iostream_category() function
1709 $(call gen-test, input.output/iostreams.base/std.ios.manip/error.reporting/iostream_category)
1718 $(call gen-test, input.output/iostreams.base/std.ios.manip/error.reporting/iostream_category)