HomeSort by relevance Sort by last modified time
    Searched full:exception_ptr (Results 1 - 25 of 58) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file bits/exception_ptr.h
53 class exception_ptr;
56 using __exception_ptr::exception_ptr;
58 /** Obtain an exception_ptr to the currently handled exception. If there
62 exception_ptr current_exception() throw();
64 /// Throw the object pointed to by the exception_ptr.
65 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
73 class exception_ptr class in namespace:std::__exception_ptr
77 explicit exception_ptr(void* __e) throw()
93 exception_ptr(nullptr_t) throw() function in class:std::__exception_ptr::exception_ptr
97 exception_ptr(exception_ptr&& __o) throw() function in class:std::__exception_ptr::exception_ptr
    [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.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file bits/exception_ptr.h
53 class exception_ptr;
56 using __exception_ptr::exception_ptr;
58 /** Obtain an exception_ptr to the currently handled exception. If there
62 exception_ptr current_exception() throw();
64 /// Throw the object pointed to by the exception_ptr.
65 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
73 class exception_ptr class in namespace:std::__exception_ptr
77 explicit exception_ptr(void* __e) throw()
93 exception_ptr(nullptr_t) throw() function in class:std::__exception_ptr::exception_ptr
97 exception_ptr(exception_ptr&& __o) throw() function in class:std::__exception_ptr::exception_ptr
    [all...]
nested_exception.h 54 /// Exception class with exception_ptr data member.
57 exception_ptr _M_ptr;
72 exception_ptr
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file bits/exception_ptr.h
53 class exception_ptr;
56 using __exception_ptr::exception_ptr;
58 /** Obtain an exception_ptr to the currently handled exception. If there
62 exception_ptr current_exception() throw();
64 /// Throw the object pointed to by the exception_ptr.
65 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
73 class exception_ptr class in namespace:std::__exception_ptr
77 explicit exception_ptr(void* __e) throw()
93 exception_ptr(nullptr_t) throw() function in class:std::__exception_ptr::exception_ptr
97 exception_ptr(exception_ptr&& __o) throw() function in class:std::__exception_ptr::exception_ptr
    [all...]
nested_exception.h 54 /// Exception class with exception_ptr data member.
57 exception_ptr _M_ptr;
72 exception_ptr
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file bits/exception_ptr.h
53 class exception_ptr;
56 using __exception_ptr::exception_ptr;
58 /** Obtain an exception_ptr to the currently handled exception. If there
62 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
64 /// Throw the object pointed to by the exception_ptr.
65 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
73 class exception_ptr class in namespace:std::__exception_ptr
77 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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file bits/exception_ptr.h
53 class exception_ptr;
56 using __exception_ptr::exception_ptr;
58 /** Obtain an exception_ptr to the currently handled exception. If there
62 exception_ptr current_exception() throw();
64 /// Throw the object pointed to by the exception_ptr.
65 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
73 class exception_ptr class in namespace:std::__exception_ptr
77 explicit exception_ptr(void* __e) throw()
93 exception_ptr(nullptr_t) throw() function in class:std::__exception_ptr::exception_ptr
97 exception_ptr(exception_ptr&& __o) throw() function in class:std::__exception_ptr::exception_ptr
    [all...]
nested_exception.h 54 /// Exception class with exception_ptr data member.
57 exception_ptr _M_ptr;
72 exception_ptr
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file bits/exception_ptr.h
53 class exception_ptr;
56 using __exception_ptr::exception_ptr;
58 /** Obtain an exception_ptr to the currently handled exception. If there
62 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
64 /// Throw the object pointed to by the exception_ptr.
65 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
73 class exception_ptr class in namespace:std::__exception_ptr
77 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/9/sources/cxx-stl/gnu-libstdc++/4.8/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file exception_ptr.h
58 class exception_ptr;
61 using __exception_ptr::exception_ptr;
63 /** Obtain an %exception_ptr to the currently handled exception. If there
67 exception_ptr current_exception() throw();
69 /// Throw the object pointed to by the %exception_ptr.
70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
72 /// Obtain an %exception_ptr pointing to a copy of the supplied object.
74 exception_ptr
85 class exception_ptr class in namespace:std::__exception_ptr
112 exception_ptr(exception_ptr&& __o) throw() function in class:std::__exception_ptr::exception_ptr
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file exception_ptr.h
58 class exception_ptr;
61 using __exception_ptr::exception_ptr;
63 /** Obtain an %exception_ptr to the currently handled exception. If there
67 exception_ptr current_exception() throw();
69 /// Throw the object pointed to by the %exception_ptr.
70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
72 /// Obtain an %exception_ptr pointing to a copy of the supplied object.
74 exception_ptr
85 class exception_ptr class in namespace:std::__exception_ptr
112 exception_ptr(exception_ptr&& __o) throw() function in class:std::__exception_ptr::exception_ptr
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file exception_ptr.h
58 class exception_ptr;
61 using __exception_ptr::exception_ptr;
63 /** Obtain an %exception_ptr to the currently handled exception. If there
67 exception_ptr current_exception() throw();
69 /// Throw the object pointed to by the %exception_ptr.
70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
72 /// Obtain an %exception_ptr pointing to a copy of the supplied object.
74 exception_ptr
85 class exception_ptr class in namespace:std::__exception_ptr
112 exception_ptr(exception_ptr&& __o) throw() function in class:std::__exception_ptr::exception_ptr
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file exception_ptr.h
58 class exception_ptr;
61 using __exception_ptr::exception_ptr;
63 /** Obtain an %exception_ptr to the currently handled exception. If there
67 exception_ptr current_exception() throw();
69 /// Throw the object pointed to by the %exception_ptr.
70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
72 /// Obtain an %exception_ptr pointing to a copy of the supplied object.
74 exception_ptr
85 class exception_ptr class in namespace:std::__exception_ptr
112 exception_ptr(exception_ptr&& __o) throw() function in class:std::__exception_ptr::exception_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file exception_ptr.h
58 class exception_ptr;
61 using __exception_ptr::exception_ptr;
63 /** Obtain an %exception_ptr to the currently handled exception. If there
67 exception_ptr current_exception() throw();
69 /// Throw the object pointed to by the %exception_ptr.
70 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
72 /// Obtain an %exception_ptr pointing to a copy of the supplied object.
74 exception_ptr
85 class exception_ptr class in namespace:std::__exception_ptr
112 exception_ptr(exception_ptr&& __o) throw() function in class:std::__exception_ptr::exception_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;
119 class _LIBCPP_TYPE_VIS exception_ptr;
121 exception_ptr current_exception() _NOEXCEPT;
122 _LIBCPP_NORETURN void rethrow_exception(exception_ptr);
124 class _LIBCPP_TYPE_VIS exception_ptr
128 _LIBCPP_INLINE_VISIBILITY exception_ptr() _NOEXCEPT : __ptr_() {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp 143 exception_ptr::~exception_ptr() _NOEXCEPT
148 #warning exception_ptr not yet implemented
153 exception_ptr::exception_ptr(const exception_ptr& other) _NOEXCEPT
159 #warning exception_ptr not yet implemented
164 exception_ptr& exception_ptr::operator=(const exception_ptr& other) _NOEXCEP
    [all...]
  /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;

Completed in 5721 milliseconds

1 2 3