Home
last modified time | relevance | path

Searched refs:exception_ptr (Results 1 – 25 of 15495) sorted by relevance

12345678910>>...620

/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__exception/
Dexception_ptr.h60 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr {
63 static exception_ptr __from_native_exception_pointer(void*) _NOEXCEPT;
66 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
70 using __trivially_relocatable = exception_ptr;
72 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function
73 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
75 exception_ptr(const exception_ptr&) _NOEXCEPT;
76 exception_ptr& operator=(const exception_ptr&) _NOEXCEPT;
77 ~exception_ptr() _NOEXCEPT;
81 …friend _LIBCPP_HIDE_FROM_ABI bool operator==(const exception_ptr& __x, const exception_ptr& __y) _…
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__exception/
Dexception_ptr.h58 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr {
61 static exception_ptr __from_native_exception_pointer(void*) _NOEXCEPT;
64 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
67 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function
68 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
70 exception_ptr(const exception_ptr&) _NOEXCEPT;
71 exception_ptr& operator=(const exception_ptr&) _NOEXCEPT;
72 ~exception_ptr() _NOEXCEPT;
76 …friend _LIBCPP_HIDE_FROM_ABI bool operator==(const exception_ptr& __x, const exception_ptr& __y) _…
80 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const exception_ptr& __x, const exception_ptr& __y) _…
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__exception/
Dexception_ptr.h58 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr {
61 static exception_ptr __from_native_exception_pointer(void*) _NOEXCEPT;
64 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
67 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function
68 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
70 exception_ptr(const exception_ptr&) _NOEXCEPT;
71 exception_ptr& operator=(const exception_ptr&) _NOEXCEPT;
72 ~exception_ptr() _NOEXCEPT;
76 …friend _LIBCPP_HIDE_FROM_ABI bool operator==(const exception_ptr& __x, const exception_ptr& __y) _…
80 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const exception_ptr& __x, const exception_ptr& __y) _…
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__exception/
Dexception_ptr.h58 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr {
61 static exception_ptr __from_native_exception_pointer(void*) _NOEXCEPT;
64 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
67 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function
68 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
70 exception_ptr(const exception_ptr&) _NOEXCEPT;
71 exception_ptr& operator=(const exception_ptr&) _NOEXCEPT;
72 ~exception_ptr() _NOEXCEPT;
76 …friend _LIBCPP_HIDE_FROM_ABI bool operator==(const exception_ptr& __x, const exception_ptr& __y) _…
80 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const exception_ptr& __x, const exception_ptr& __y) _…
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__exception/
H A Dexception_ptr.h58 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr {
61 static exception_ptr __from_native_exception_pointer(void*) _NOEXCEPT;
64 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
67 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function
68 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
70 exception_ptr(const exception_ptr&) _NOEXCEPT;
71 exception_ptr& operator=(const exception_ptr&) _NOEXCEPT;
72 ~exception_ptr() _NOEXCEPT;
76 …friend _LIBCPP_HIDE_FROM_ABI bool operator==(const exception_ptr& __x, const exception_ptr& __y) _…
80 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const exception_ptr& __x, const exception_ptr& __y) _…
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__exception/
Dexception_ptr.h26 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr {
30 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function
31 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
33 exception_ptr(const exception_ptr&) _NOEXCEPT;
34 exception_ptr& operator=(const exception_ptr&) _NOEXCEPT;
35 ~exception_ptr() _NOEXCEPT;
39 …friend _LIBCPP_HIDE_FROM_ABI bool operator==(const exception_ptr& __x, const exception_ptr& __y) _…
43 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const exception_ptr& __x, const exception_ptr& __y) _…
47 friend _LIBCPP_EXPORTED_FROM_ABI exception_ptr current_exception() _NOEXCEPT;
48 friend _LIBCPP_EXPORTED_FROM_ABI void rethrow_exception(exception_ptr);
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dexception_ptr.h55 class exception_ptr; variable
58 using __exception_ptr::exception_ptr;
64 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
75 class exception_ptr
79 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
86 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
87 friend void std::rethrow_exception(exception_ptr);
90 exception_ptr() _GLIBCXX_USE_NOEXCEPT;
92 exception_ptr(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT;
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dexception_ptr.h55 class exception_ptr; variable
58 using __exception_ptr::exception_ptr;
64 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
75 class exception_ptr
79 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
86 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
87 friend void std::rethrow_exception(exception_ptr);
90 exception_ptr() _GLIBCXX_USE_NOEXCEPT;
92 exception_ptr(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT;
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/src/support/runtime/
H A Dexception_pointer_glibcxx.ipp11 // it uses to implement std::exception_ptr (which it declares as an alias of
12 // std::__exception_ptr::exception_ptr) is not directly exported to clients. So
13 // we have little choice but to hijack std::__exception_ptr::exception_ptr's
14 // (which fortunately has the same layout as our std::exception_ptr) copy
16 // stable ABI), and its rethrow_exception(std::__exception_ptr::exception_ptr)
23 struct exception_ptr {
26 explicit exception_ptr(void*) noexcept;
27 exception_ptr(const exception_ptr&) noexcept;
28 exception_ptr& operator=(const exception_ptr&) noexcept;
29 ~exception_ptr() noexcept;
[all …]
H A Dexception_pointer_unimplemented.ipp15 exception_ptr::~exception_ptr() noexcept {
16 #warning exception_ptr not yet implemented
17 fprintf(stderr, "exception_ptr not yet implemented\n");
21 exception_ptr::exception_ptr(const exception_ptr& other) noexcept : __ptr_(other.__ptr_) {
22 #warning exception_ptr not yet implemented
23 fprintf(stderr, "exception_ptr not yet implemented\n");
27 exception_ptr& exception_ptr::operator=(const exception_ptr& other) noexcept {
28 #warning exception_ptr not yet implemented
29 fprintf(stderr, "exception_ptr not yet implemented\n");
33 exception_ptr exception_ptr::__from_native_exception_pointer(void *__e) noexcept {
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/test/
Dcloning_test.cpp106 boost::exception_ptr p = boost::current_exception(); in test_std_exception()
107 BOOST_TEST(!(p==boost::exception_ptr())); in test_std_exception()
108 BOOST_TEST(p!=boost::exception_ptr()); in test_std_exception()
118 boost::exception_ptr p = boost::current_exception(); in test_std_exception()
119 BOOST_TEST(!(p==boost::exception_ptr())); in test_std_exception()
120 BOOST_TEST(p!=boost::exception_ptr()); in test_std_exception()
180 boost::exception_ptr p = boost::current_exception(); in test_std_exception_what()
181 BOOST_TEST(!(p==boost::exception_ptr())); in test_std_exception_what()
182 BOOST_TEST(p!=boost::exception_ptr()); in test_std_exception_what()
193 boost::exception_ptr p = boost::current_exception(); in test_std_exception_what()
[all …]
/aosp_15_r20/external/libcxx/src/support/runtime/
H A Dexception_pointer_glibcxx.ipp12 // it uses to implement std::exception_ptr (which it declares as an alias of
13 // std::__exception_ptr::exception_ptr) is not directly exported to clients. So
14 // we have little choice but to hijack std::__exception_ptr::exception_ptr's
15 // (which fortunately has the same layout as our std::exception_ptr) copy
17 // stable ABI), and its rethrow_exception(std::__exception_ptr::exception_ptr)
25 struct exception_ptr
29 exception_ptr(const exception_ptr&) _NOEXCEPT;
30 exception_ptr& operator=(const exception_ptr&) _NOEXCEPT;
31 ~exception_ptr() _NOEXCEPT;
36 _LIBCPP_NORETURN void rethrow_exception(__exception_ptr::exception_ptr);
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/
Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]
/aosp_15_r20/external/libcxx/include/
H A Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libcxx/include/
Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libcxx/include/
Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libcxx/include/
Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libcxx/include/
Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libcxx/include/
Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libcxx/include/
Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxx/include/
Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libcxx/include/
Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libcxx/include/
Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libcxx/include/
Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libcxx/include/
Dexception54 typedef unspecified exception_ptr;
56 exception_ptr current_exception() noexcept;
57 void rethrow_exception [[noreturn]] (exception_ptr p);
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
70 exception_ptr nested_ptr() const noexcept;
133 class _LIBCPP_TYPE_VIS exception_ptr;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
140 class _LIBCPP_TYPE_VIS exception_ptr
144 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {}
[all …]

12345678910>>...620