HomeSort by relevance Sort by last modified time
    Searched refs:__cxa_dependent_exception (Results 1 - 4 of 4) sorted by null

  /external/libcxxabi/src/
cxa_exception.cpp 35 // | __cxa_dependent_exception | _Unwind_Exception CLNGC++\1 |
50 // __cxa_dependent_exception.
130 This is never called for a __cxa_dependent_exception.
212 // This function shall allocate a __cxa_dependent_exception and
216 size_t actual_size = sizeof(__cxa_dependent_exception);
293 __cxa_dependent_exception).
484 static_assert(sizeof(__cxa_exception) == sizeof(__cxa_dependent_exception),
486 "sizeof(__cxa_dependent_exception)");
488 __builtin_offsetof(__cxa_dependent_exception,
491 "__cxa_dependent_exception");
    [all...]
cxa_exception.hpp 73 struct _LIBCXXABI_HIDDEN __cxa_dependent_exception { struct in namespace:__cxxabiv1
cxa_default_handlers.cpp 44 ((__cxa_dependent_exception*)exception_header)->primaryException :
cxa_personality.cpp 47 | __cxa_dependent_exception | _Unwind_Exception CLNGC++\1 |
506 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException;
    [all...]

Completed in 501 milliseconds