HomeSort by: relevance | last modified time | path
    Searched refs:exception_ptr (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file bits/exception_ptr.h
63 class exception_ptr;
66 using __exception_ptr::exception_ptr;
68 /** Obtain an exception_ptr to the currently handled exception.
75 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
78 exception_ptr make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
80 /// Throw the object pointed to by the exception_ptr.
81 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
91 * `std::exception_ptr` should be used to refer to it
97 class exception_ptr class in namespace:__exception_ptr
    [all...]
eh_ptr.cc 1 // -*- C++ -*- Implement the members of exception_ptr.
28 // This macro causes exception_ptr to declare an older API (with corresponding
33 // This macro causes some inline functions in exception_ptr to be marked
40 #include <bits/exception_ptr.h>
75 std::__exception_ptr::exception_ptr::exception_ptr(void* obj) noexcept
79 std::__exception_ptr::exception_ptr::exception_ptr(__safe_bool) noexcept
84 std::__exception_ptr::exception_ptr::_M_addref() noexcept
96 std::__exception_ptr::exception_ptr::_M_release() noexcep
    [all...]
nested_exception.h 38 #include <bits/exception_ptr.h>
61 exception_ptr _M_ptr;
84 exception_ptr
Makefile.am 38 exception_defines.h exception_ptr.h hash_bytes.h nested_exception.h exception.h cxxabi_init_exception.h
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
exception_ptr.h 1 // Exception Handling support header (exception_ptr class) for -*- C++ -*-
26 /** @file bits/exception_ptr.h
65 class exception_ptr;
68 using __exception_ptr::exception_ptr;
70 /** Obtain an exception_ptr to the currently handled exception. If there
74 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
77 exception_ptr make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
79 /// Throw the object pointed to by the exception_ptr.
80 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__));
90 class exception_ptr class in namespace:std::__exception_ptr
    [all...]
eh_ptr.cc 1 // -*- C++ -*- Implement the members of exception_ptr.
28 // This macro causes exception_ptr to declare an older API (with corresponding
33 // This macro causes some inline functions in exception_ptr to be marked
40 #include <bits/exception_ptr.h>
75 std::__exception_ptr::exception_ptr::exception_ptr(void* obj) noexcept
79 std::__exception_ptr::exception_ptr::exception_ptr(__safe_bool) noexcept
84 std::__exception_ptr::exception_ptr::_M_addref() noexcept
96 std::__exception_ptr::exception_ptr::_M_release() noexcep
    [all...]
nested_exception.h 51 /// Exception class with exception_ptr data member.
54 exception_ptr _M_ptr;
74 exception_ptr
Makefile.am 38 exception_defines.h exception_ptr.h hash_bytes.h nested_exception.h exception.h cxxabi_init_exception.h
  /src/external/apache2/llvm/dist/libcxx/src/
future.cpp 111 __assoc_sub_state::set_exception(exception_ptr __p)
122 __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p)
235 promise<void>::set_exception(exception_ptr __p)
251 promise<void>::set_exception_at_thread_exit(exception_ptr __p)
  /src/external/bsd/libc++/dist/libcxxrt/src/
exception.cc 919 void *exception_ptr = static_cast<void*>(ex+1); local
925 exception_ptr = *static_cast<void**>(exception_ptr);
935 adjustedPtr = exception_ptr;
945 adjustedPtr = exception_ptr;
950 if (type->__do_catch(ex_type, &exception_ptr, 1))
952 adjustedPtr = exception_ptr;
  /src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/
Makefile 30 exception_ptr.h \
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/
Makefile 30 exception_ptr.h \
  /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
run_doxygen 418 mv std::__unspecified___exception_ptr.3 std::exception_ptr.3
  /src/external/mit/isl/dist/include/isl/
cpp.h 638 std::exception_ptr eptr;
6135 std::exception_ptr eptr;
6163 std::exception_ptr eptr;
6177 std::exception_ptr eptr;
6376 std::exception_ptr eptr = at_each_domain_data->eptr;
6393 std::exception_ptr eptr = at_each_domain_data->eptr;
6410 std::exception_ptr eptr = at_each_domain_data->eptr;
6427 std::exception_ptr eptr = at_each_domain_data->eptr;
6444 std::exception_ptr eptr = at_each_domain_data->eptr;
6461 std::exception_ptr eptr = at_each_domain_data->eptr
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
std-name-hint.h 768 {"exception_ptr", "<exception>", cxx11},
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/
Makefile.am 291 ${bits_sup_srcdir}/exception_ptr.h \
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/
Makefile.am 261 ${bits_sup_srcdir}/exception_ptr.h \

Completed in 53 milliseconds