Searched refs:future_category (Results 1 – 12 of 12) sorted by relevance
54 const std::error_category* future_category = &std::future_category(); variable
78 const error_category& future_category() noexcept in future_category() function
58 const std::error_category* future_category = &std::future_category(); variable
88 const error_category& future_category() noexcept in future_category() function
68 future_category() noexcept in future_category() function
45 const error_category& future_category() noexcept;483 const error_category& future_category() _NOEXCEPT;489 return error_code(static_cast<int>(__e), future_category());496 return error_condition(static_cast<int>(__e), future_category());
80 future_category() noexcept;85 { return error_code(static_cast<int>(__errc), future_category()); }90 { return error_condition(static_cast<int>(__errc), future_category()); }
87 future_category() noexcept;93 { return error_code(static_cast<int>(__errc), future_category()); }99 { return error_condition(static_cast<int>(__errc), future_category()); }
1485 # std::future_category is now a function
1506 # std::future_category is now a function
2272 * include/std/future (future_category): Add const and nodiscard.
294 * src/future.cc (future_category): Export compatibility symbol.