Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-thread-c++0x.cc54 const std::error_category* future_category = &std::future_category(); variable
H A Dfuture.cc78 const error_category& future_category() noexcept in future_category() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-thread-c++0x.cc58 const std::error_category* future_category = &std::future_category(); variable
H A Dfuture.cc88 const error_category& future_category() noexcept in future_category() function
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dfuture.cpp68 future_category() noexcept in future_category() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfuture45 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());
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dfuture80 future_category() noexcept;
85 { return error_code(static_cast<int>(__errc), future_category()); }
90 { return error_condition(static_cast<int>(__errc), future_category()); }
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dfuture87 future_category() noexcept;
93 { return error_code(static_cast<int>(__errc), future_category()); }
99 { return error_condition(static_cast<int>(__errc), future_category()); }
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver1485 # std::future_category is now a function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver1506 # std::future_category is now a function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog2272 * include/std/future (future_category): Add const and nodiscard.
H A DChangeLog-2010294 * src/future.cc (future_category): Export compatibility symbol.