Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dfuture.cpp95 __throw_future_error(future_errc::promise_already_satisfied); in set_value()
105 __throw_future_error(future_errc::promise_already_satisfied); in set_value_at_thread_exit()
115 __throw_future_error(future_errc::promise_already_satisfied); in set_exception()
126 __throw_future_error(future_errc::promise_already_satisfied); in set_exception_at_thread_exit()
175 __throw_future_error(future_errc::no_state); in __execute()
222 __throw_future_error(future_errc::no_state); in get_future()
230 __throw_future_error(future_errc::no_state); in set_value()
238 __throw_future_error(future_errc::no_state); in set_exception()
246 __throw_future_error(future_errc::no_state); in set_value_at_thread_exit()
254 __throw_future_error(future_errc::no_state); in set_exception_at_thread_exit()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfuture517 void __throw_future_error(future_errc _Ev)
559 __throw_future_error(future_errc::future_already_retrieved);
653 __throw_future_error(future_errc::promise_already_satisfied);
666 __throw_future_error(future_errc::promise_already_satisfied);
725 __throw_future_error(future_errc::promise_already_satisfied);
737 __throw_future_error(future_errc::promise_already_satisfied);
1352 __throw_future_error(future_errc::no_state);
1361 __throw_future_error(future_errc::no_state);
1370 __throw_future_error(future_errc::no_state);
1380 __throw_future_error(future_errc::no_state);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfunctexcept.h106 __throw_future_error(int) __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfunctexcept.h109 __throw_future_error(int) __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dfuture.cc75 __throw_future_error(int __i __attribute__((unused))) in __throw_future_error() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dfuture.cc85 __throw_future_error(int __i __attribute__((unused))) in __throw_future_error() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dfuture118 friend void __throw_future_error(int);
419 __throw_future_error(int(future_errc::promise_already_satisfied));
436 __throw_future_error(int(future_errc::promise_already_satisfied));
466 __throw_future_error(int(future_errc::future_already_retrieved));
564 __throw_future_error((int)future_errc::no_state);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dfuture128 friend void __throw_future_error(int);
433 __throw_future_error(int(future_errc::promise_already_satisfied));
450 __throw_future_error(int(future_errc::promise_already_satisfied));
480 __throw_future_error(int(future_errc::future_already_retrieved));
579 __throw_future_error((int)future_errc::no_state);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20173603 (__throw_future_error, __throw_bad_function_call):
3607 * src/c++11/future.cc (__throw_future_error): Likewise.
H A DChangeLog-20106502 * src/functexcept.cc (__throw_future_error): Use make_error_code.