OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:future_error
(Results
1 - 20
of
20
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.future_error/
types.pass.cpp
12
// class
future_error
: public logic_error {...};
19
static_assert((std::is_convertible<std::
future_error
*,
what.pass.cpp
12
// class
future_error
23
std::
future_error
f(std::make_error_code(std::future_errc::broken_promise));
28
std::
future_error
f(std::make_error_code(std::future_errc::future_already_retrieved));
33
std::
future_error
f(std::make_error_code(std::future_errc::promise_already_satisfied));
37
std::
future_error
f(std::make_error_code(std::future_errc::no_state));
code.pass.cpp
12
// class
future_error
23
std::
future_error
f(ec);
28
std::
future_error
f(ec);
33
std::
future_error
f(ec);
38
std::
future_error
f(ec);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp
56
future_error
::
future_error
(error_code __ec)
function in class:future_error
62
future_error
::~
future_error
() _NOEXCEPT
78
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
91
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
104
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
118
throw
future_error
(make_error_code(future_errc::promise_already_satisfied));
171
throw
future_error
(make_error_code(future_errc::no_state));
180
throw
future_error
(make_error_code(future_errc::future_already_retrieved))
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_value_void.pass.cpp
32
catch (const std::
future_error
& e)
get_future.pass.cpp
35
catch (const std::
future_error
& e)
48
catch (const std::
future_error
& e)
set_exception.pass.cpp
40
catch (const std::
future_error
& e)
set_lvalue.pass.cpp
36
catch (const std::
future_error
& e)
copy_assign.fail.cpp
38
catch (const std::
future_error
& e)
59
catch (const std::
future_error
& e)
80
catch (const std::
future_error
& e)
copy_ctor.fail.cpp
36
catch (const std::
future_error
& e)
55
catch (const std::
future_error
& e)
74
catch (const std::
future_error
& e)
dtor.pass.cpp
43
catch (const std::
future_error
& e)
72
catch (const std::
future_error
& e)
101
catch (const std::
future_error
& e)
move_assign.pass.cpp
39
catch (const std::
future_error
& e)
60
catch (const std::
future_error
& e)
81
catch (const std::
future_error
& e)
move_ctor.pass.cpp
37
catch (const std::
future_error
& e)
56
catch (const std::
future_error
& e)
75
catch (const std::
future_error
& e)
set_rvalue.pass.cpp
46
catch (const std::
future_error
& e)
set_value_const.pass.cpp
41
catch (const std::
future_error
& e)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
get_future.pass.cpp
45
catch (const std::
future_error
& e)
57
catch (const std::
future_error
& e)
reset.pass.cpp
53
catch (const std::
future_error
& e)
dtor.pass.cpp
49
catch (const std::
future_error
& e)
make_ready_at_thread_exit.pass.cpp
53
catch (const std::
future_error
& e)
65
catch (const std::
future_error
& e)
operator.pass.cpp
53
catch (const std::
future_error
& e)
65
catch (const std::
future_error
& e)
Completed in 63 milliseconds