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

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
unwind-cxx.h 100 struct __cxa_refcounted_exception struct in namespace:__cxxabiv1
218 static inline __cxa_refcounted_exception *
221 return reinterpret_cast<__cxa_refcounted_exception *>(ptr) - 1;
226 static inline __cxa_refcounted_exception *
229 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1;
unwind-cxx.h 100 struct __cxa_refcounted_exception struct in namespace:__cxxabiv1
218 static inline __cxa_refcounted_exception *
221 return reinterpret_cast<__cxa_refcounted_exception *>(ptr) - 1;
226 static inline __cxa_refcounted_exception *
229 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
unwind-cxx.h 100 struct __cxa_refcounted_exception struct in namespace:__cxxabiv1
218 static inline __cxa_refcounted_exception *
221 return reinterpret_cast<__cxa_refcounted_exception *>(ptr) - 1;
226 static inline __cxa_refcounted_exception *
229 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1;
unwind-cxx.h 100 struct __cxa_refcounted_exception struct in namespace:__cxxabiv1
218 static inline __cxa_refcounted_exception *
221 return reinterpret_cast<__cxa_refcounted_exception *>(ptr) - 1;
226 static inline __cxa_refcounted_exception *
229 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1;

Completed in 32 milliseconds