/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
exception_ptr.h | 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*- 26 /** @file bits/exception_ptr.h 55 class exception_ptr; 58 using __exception_ptr::exception_ptr; 60 /** Obtain an exception_ptr to the currently handled exception. If there 64 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT; 66 /// Throw the object pointed to by the exception_ptr. 67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__)); 75 class exception_ptr class in namespace:std::__exception_ptr 79 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT [all...] |
nested_exception.h | 54 /// Exception class with exception_ptr data member. 57 exception_ptr _M_ptr; 72 exception_ptr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
exception_ptr.h | 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*- 26 /** @file bits/exception_ptr.h 55 class exception_ptr; 58 using __exception_ptr::exception_ptr; 60 /** Obtain an exception_ptr to the currently handled exception. If there 64 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT; 66 /// Throw the object pointed to by the exception_ptr. 67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__)); 75 class exception_ptr class in namespace:std::__exception_ptr 79 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT [all...] |
nested_exception.h | 54 /// Exception class with exception_ptr data member. 57 exception_ptr _M_ptr; 72 exception_ptr
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
exception_ptr.h | 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*- 26 /** @file bits/exception_ptr.h 55 class exception_ptr; 58 using __exception_ptr::exception_ptr; 60 /** Obtain an exception_ptr to the currently handled exception. If there 64 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT; 66 /// Throw the object pointed to by the exception_ptr. 67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__)); 75 class exception_ptr class in namespace:std::__exception_ptr 79 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT [all...] |
nested_exception.h | 54 /// Exception class with exception_ptr data member. 57 exception_ptr _M_ptr; 72 exception_ptr
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
exception_ptr.h | 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*- 26 /** @file bits/exception_ptr.h 55 class exception_ptr; 58 using __exception_ptr::exception_ptr; 60 /** Obtain an exception_ptr to the currently handled exception. If there 64 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT; 66 /// Throw the object pointed to by the exception_ptr. 67 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__)); 75 class exception_ptr class in namespace:std::__exception_ptr 79 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT [all...] |
nested_exception.h | 54 /// Exception class with exception_ptr data member. 57 exception_ptr _M_ptr; 72 exception_ptr
|
/external/libcxx/src/ |
exception.cpp | 161 // it uses to implement std::exception_ptr (which it declares as an alias of 162 // std::__exception_ptr::exception_ptr) is not directly exported to clients. So 163 // we have little choice but to hijack std::__exception_ptr::exception_ptr's 164 // (which fortunately has the same layout as our std::exception_ptr) copy 166 // stable ABI), and its rethrow_exception(std::__exception_ptr::exception_ptr) 172 struct exception_ptr struct in namespace:std::__exception_ptr 176 exception_ptr(const exception_ptr&) _NOEXCEPT; 177 exception_ptr& operator=(const exception_ptr&) _NOEXCEPT [all...] |
future.cpp | 116 __assoc_sub_state::set_exception(exception_ptr __p) 129 __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) 253 promise<void>::set_exception(exception_ptr __p) 273 promise<void>::set_exception_at_thread_exit(exception_ptr __p)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
exception.cpp | 155 // it uses to implement std::exception_ptr (which it declares as an alias of 156 // std::__exception_ptr::exception_ptr) is not directly exported to clients. So 157 // we have little choice but to hijack std::__exception_ptr::exception_ptr's 158 // (which fortunately has the same layout as our std::exception_ptr) copy 160 // stable ABI), and its rethrow_exception(std::__exception_ptr::exception_ptr) 166 struct exception_ptr struct in namespace:std::__exception_ptr 170 exception_ptr(const exception_ptr&) _NOEXCEPT; 171 exception_ptr& operator=(const exception_ptr&) _NOEXCEPT [all...] |
future.cpp | 116 __assoc_sub_state::set_exception(exception_ptr __p) 130 __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) 256 promise<void>::set_exception(exception_ptr __p) 276 promise<void>::set_exception_at_thread_exit(exception_ptr __p)
|
/external/libcxx/include/ |
exception | 54 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; 121 class _LIBCPP_TYPE_VIS exception_ptr; 123 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT; 124 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr); 126 class _LIBCPP_TYPE_VIS exception_ptr 130 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() { [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
exception | 53 typedef unspecified exception_ptr; 55 exception_ptr current_exception() noexcept; 56 void rethrow_exception [[noreturn]] (exception_ptr p); 57 template<class E> exception_ptr make_exception_ptr(E e) noexcept; 69 exception_ptr nested_ptr() const noexcept; 123 class _LIBCPP_TYPE_VIS exception_ptr; 125 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT; 126 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr); 128 class _LIBCPP_TYPE_VIS exception_ptr 132 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() { [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
exception | 53 typedef unspecified exception_ptr; 55 exception_ptr current_exception() noexcept; 56 void rethrow_exception [[noreturn]] (exception_ptr p); 57 template<class E> exception_ptr make_exception_ptr(E e) noexcept; 69 exception_ptr nested_ptr() const noexcept; 123 class _LIBCPP_TYPE_VIS exception_ptr; 125 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT; 126 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr); 128 class _LIBCPP_TYPE_VIS exception_ptr 132 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() { [all...] |
/external/libcxx/test/std/language.support/support.exception/propagation/ |
exception_ptr.pass.cpp | 12 // typedef unspecified exception_ptr; 14 // exception_ptr shall satisfy the requirements of NullablePointer. 21 std::exception_ptr p; 23 std::exception_ptr p2 = p; 30 std::exception_ptr p3 = nullptr;
|
current_exception.pass.cpp | 12 // exception_ptr current_exception(); 31 std::exception_ptr p = std::current_exception(); 49 std::exception_ptr p2; 58 std::exception_ptr p = std::current_exception(); 69 std::exception_ptr p2; 78 std::exception_ptr p = std::current_exception(); 89 std::exception_ptr p2; 98 std::exception_ptr p = std::current_exception(); 145 std::exception_ptr p = std::current_exception(); 178 std::exception_ptr p = std::current_exception() [all...] |
make_exception_ptr.pass.cpp | 12 // template<class E> exception_ptr make_exception_ptr(E e); 32 std::exception_ptr p = std::make_exception_ptr(A(5));
|
rethrow_exception.pass.cpp | 12 // void rethrow_exception [[noreturn]] (exception_ptr p); 32 std::exception_ptr p;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/ |
exception_ptr.pass.cpp | 12 // typedef unspecified exception_ptr; 14 // exception_ptr shall satisfy the requirements of NullablePointer. 21 std::exception_ptr p; 23 std::exception_ptr p2 = p; 30 std::exception_ptr p3 = nullptr;
|
current_exception.pass.cpp | 12 // exception_ptr current_exception(); 31 std::exception_ptr p = std::current_exception(); 49 std::exception_ptr p2; 58 std::exception_ptr p = std::current_exception(); 69 std::exception_ptr p2; 78 std::exception_ptr p = std::current_exception(); 89 std::exception_ptr p2; 98 std::exception_ptr p = std::current_exception(); 145 std::exception_ptr p = std::current_exception(); 178 std::exception_ptr p = std::current_exception() [all...] |
make_exception_ptr.pass.cpp | 12 // template<class E> exception_ptr make_exception_ptr(E e); 32 std::exception_ptr p = std::make_exception_ptr(A(5));
|
rethrow_exception.pass.cpp | 12 // void rethrow_exception [[noreturn]] (exception_ptr p); 32 std::exception_ptr p;
|
/external/llvm/test/CodeGen/PowerPC/ |
glob-comp-aa-crash.ll | 5 %"class.std::__1::__assoc_sub_state" = type { %"class.std::__1::__shared_count", %"class.std::__exception_ptr::exception_ptr", %"class.std::__1::mutex", %"class.std::__1::condition_variable", i32 } 7 %"class.std::__exception_ptr::exception_ptr" = type { i8* } 23 %ref.tmp = alloca %"class.std::__exception_ptr::exception_ptr", align 8 25 %agg.tmp = alloca %"class.std::__exception_ptr::exception_ptr", align 8 39 call void @_ZNSt15__exception_ptr13exception_ptrC1EMS0_FvvE(%"class.std::__exception_ptr::exception_ptr"* %ref.tmp, { i64, i64 }* byval %tmp) #5 40 %call = call zeroext i1 @_ZNSt15__exception_ptrneERKNS_13exception_ptrES2_(%"class.std::__exception_ptr::exception_ptr"* %__exception_, %"class.std::__exception_ptr::exception_ptr"* %ref.tmp) #5 41 call void @_ZNSt15__exception_ptr13exception_ptrD1Ev(%"class.std::__exception_ptr::exception_ptr"* %ref.tmp) #5 45 call void @_ZNSt15__exception_ptr13exception_ptrC1ERKS0_(%"class.std::__exception_ptr::exception_ptr"* %agg.tmp, %"class.std::__exception_ptr::exception_ptr"* %__exception_) # [all...] |
/external/google-breakpad/src/client/ios/handler/ |
ios_exception_minidump_generator.mm | 144 MDRawExceptionStream *exception_ptr = exception.get(); 145 exception_ptr->thread_id = pthread_mach_thread_np(pthread_self()); 149 exception_ptr->exception_record.exception_code = kExceptionType; 150 exception_ptr->exception_record.exception_flags = kExceptionCode; 152 if (!WriteCrashingContext(&exception_ptr->thread_context)) 155 exception_ptr->exception_record.exception_address = GetPCFromException();
|