OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_exception
(Results
1 - 18
of
18
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_exception.pass.cpp
14
// void
set_exception
(exception_ptr p);
25
p.
set_exception
(std::make_exception_ptr(3));
37
p.
set_exception
(std::make_exception_ptr(3));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp
99
__assoc_sub_state::
set_exception
(exception_ptr __p)
function in class:__assoc_sub_state
211
__state_->
set_exception
(make_exception_ptr(
239
promise<void>::
set_exception
(exception_ptr __p)
function in class:promise
245
__state_->
set_exception
(__p);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
get.pass.cpp
30
p.
set_exception
(std::make_exception_ptr(3));
45
p.
set_exception
(std::make_exception_ptr(3.5));
57
p.
set_exception
(std::make_exception_ptr('c'));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
get.pass.cpp
30
p.
set_exception
(std::make_exception_ptr(3));
45
p.
set_exception
(std::make_exception_ptr(3.5));
57
p.
set_exception
(std::make_exception_ptr('c'));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
future
80
void
set_exception
(exception_ptr p);
109
void
set_exception
(exception_ptr p);
137
void
set_exception
(exception_ptr p);
557
void
set_exception
(exception_ptr __p);
874
this->
set_exception
(current_exception());
921
this->
set_exception
(current_exception());
967
this->
set_exception
(current_exception());
1022
this->
set_exception
(current_exception());
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
future
931
set_exception
(exception_ptr __p)
1016
set_exception
(exception_ptr __p)
1086
set_exception
(exception_ptr __p)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
future
931
set_exception
(exception_ptr __p)
1016
set_exception
(exception_ptr __p)
1086
set_exception
(exception_ptr __p)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
future
931
set_exception
(exception_ptr __p)
1016
set_exception
(exception_ptr __p)
1086
set_exception
(exception_ptr __p)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
future
1009
set_exception
(exception_ptr __p)
1100
set_exception
(exception_ptr __p)
1176
set_exception
(exception_ptr __p)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
future
931
set_exception
(exception_ptr __p)
1016
set_exception
(exception_ptr __p)
1086
set_exception
(exception_ptr __p)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
future
1009
set_exception
(exception_ptr __p)
1100
set_exception
(exception_ptr __p)
1176
set_exception
(exception_ptr __p)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
future
998
set_exception
(exception_ptr __p)
1089
set_exception
(exception_ptr __p)
1167
set_exception
(exception_ptr __p)
[
all
...]
/dalvik/vm/compiler/codegen/x86/
LowerObject.cpp
651
set_exception
(1, false);
Lower.h
816
int
set_exception
(int reg, bool isPhysical);
[
all
...]
LowerHelper.cpp
2219
int
set_exception
(int reg, bool isPhysical) {
function
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.16
Completed in 624 milliseconds