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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 30 // | __cxa_dependent_exception | _Unwind_Exception CLNGC++\1 |
45 // __cxa_dependent_exception.
110 This is never called for a __cxa_dependent_exception.
160 // This function shall allocate a __cxa_dependent_exception and
164 size_t actual_size = sizeof(__cxa_dependent_exception);
235 __cxa_dependent_exception).
426 static_assert(sizeof(__cxa_exception) == sizeof(__cxa_dependent_exception),
428 "sizeof(__cxa_dependent_exception)");
430 __builtin_offsetof(__cxa_dependent_exception,
433 "__cxa_dependent_exception");
    [all...]
cxa_exception.hpp 84 struct _LIBCXXABI_HIDDEN __cxa_dependent_exception { struct in namespace:__cxxabiv1
cxa_default_handlers.cpp 45 ((__cxa_dependent_exception*)exception_header)->primaryException :
cxa_personality.cpp 37 | __cxa_dependent_exception | _Unwind_Exception CLNGC++\1 |
496 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException;
    [all...]
  /external/libcxxabi/src/
cxa_exception.cpp 34 // | __cxa_dependent_exception | _Unwind_Exception CLNGC++\1 |
49 // __cxa_dependent_exception.
114 This is never called for a __cxa_dependent_exception.
196 // This function shall allocate a __cxa_dependent_exception and
200 size_t actual_size = sizeof(__cxa_dependent_exception);
277 __cxa_dependent_exception).
468 static_assert(sizeof(__cxa_exception) == sizeof(__cxa_dependent_exception),
470 "sizeof(__cxa_dependent_exception)");
472 __builtin_offsetof(__cxa_dependent_exception,
475 "__cxa_dependent_exception");
    [all...]
cxa_exception.hpp 69 struct _LIBCXXABI_HIDDEN __cxa_dependent_exception { struct in namespace:__cxxabiv1
cxa_default_handlers.cpp 46 ((__cxa_dependent_exception*)exception_header)->primaryException :
cxa_personality.cpp 37 | __cxa_dependent_exception | _Unwind_Exception CLNGC++\1 |
496 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cxxabi.h 568 struct __cxa_dependent_exception;
634 __cxa_dependent_exception*
639 __cxa_free_dependent_exception(__cxa_dependent_exception*) _GLIBCXX_NOTHROW;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cxxabi.h 568 struct __cxa_dependent_exception;
634 __cxa_dependent_exception*
639 __cxa_free_dependent_exception(__cxa_dependent_exception*) _GLIBCXX_NOTHROW;

Completed in 449 milliseconds