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

  /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...]
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...]
  /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...]
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...]
  /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;
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;

Completed in 44 milliseconds