HomeSort by relevance Sort by last modified time
    Searched full:__cxa_dependent_exception (Results 1 - 25 of 32) sorted by null

1 2

  /external/libcxxabi/src/
cxa_exception.cpp 34 // | __cxa_dependent_exception | _Unwind_Exception CLNGC++\1 |
51 // __cxa_dependent_exception.
126 This is never called for a __cxa_dependent_exception.
175 // This function shall allocate a __cxa_dependent_exception and
179 size_t actual_size = sizeof(__cxa_dependent_exception);
252 __cxa_dependent_exception).
448 static_assert(sizeof(__cxa_exception) == sizeof(__cxa_dependent_exception),
450 "sizeof(__cxa_dependent_exception)");
452 offsetof(__cxa_dependent_exception, primaryException),
454 "__cxa_dependent_exception");
    [all...]
cxa_default_handlers.cpp 45 ((__cxa_dependent_exception*)exception_header)->primaryException :
cxa_exception.hpp 72 struct __cxa_dependent_exception { struct in namespace:__cxxabiv1
cxa_personality.cpp 40 | __cxa_dependent_exception | _Unwind_Exception CLNGC++\1 |
487 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 34 // | __cxa_dependent_exception | _Unwind_Exception CLNGC++\1 |
51 // __cxa_dependent_exception.
126 This is never called for a __cxa_dependent_exception.
175 // This function shall allocate a __cxa_dependent_exception and
179 size_t actual_size = sizeof(__cxa_dependent_exception);
252 __cxa_dependent_exception).
450 static_assert(sizeof(__cxa_exception) == sizeof(__cxa_dependent_exception),
451 "sizeof(__cxa_exception) must be equal to sizeof(__cxa_dependent_exception)");
452 static_assert(offsetof(__cxa_exception, referenceCount) == offsetof(__cxa_dependent_exception, primaryException),
453 "the layout of __cxa_exception must match the layout of __cxa_dependent_exception");
    [all...]
cxa_default_handlers.cpp 45 ((__cxa_dependent_exception*)exception_header)->primaryException :
cxa_exception.hpp 72 struct __cxa_dependent_exception { struct in namespace:__cxxabiv1
cxa_personality.cpp 35 | __cxa_dependent_exception | _Unwind_Exception CLNGC++\1 |
479 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 561 struct __cxa_dependent_exception;
627 __cxa_dependent_exception*
632 __cxa_free_dependent_exception(__cxa_dependent_exception*) _GLIBCXX_NOTHROW;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 561 struct __cxa_dependent_exception;
627 __cxa_dependent_exception*
632 __cxa_free_dependent_exception(__cxa_dependent_exception*) _GLIBCXX_NOTHROW;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cxxabi.h 568 struct __cxa_dependent_exception;
634 __cxa_dependent_exception*
639 __cxa_free_dependent_exception(__cxa_dependent_exception*) _GLIBCXX_NOTHROW;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cxxabi.h 573 struct __cxa_dependent_exception;
639 __cxa_dependent_exception*
644 __cxa_free_dependent_exception(__cxa_dependent_exception*) _GLIBCXX_NOTHROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libsupc++.a     [all...]
libstdc++.so 
libstdc++.so.6 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libsupc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libsupc++.a     [all...]
libstdc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/
libsupc++.a     [all...]
libstdc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libsupc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libsupc++.a     [all...]

Completed in 786 milliseconds

1 2