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

  /external/libcxxabi/include/
cxxabi.h 48 extern LIBCXXABI_NORETURN void __cxa_throw(void * thrown_exception,
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
cxxabi.h 48 extern LIBCXXABI_NORETURN void __cxa_throw(void * thrown_exception,
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 99 void __cxa_throw(void* thrown_exception,
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h 99 void __cxa_throw(void* thrown_exception,
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h 99 void __cxa_throw(void* thrown_exception,
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 291 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) {
292 CHECK(REAL(__cxa_throw));
294 REAL(__cxa_throw)(a, b, c);
808 INTERCEPT_FUNCTION(__cxa_throw);
  /external/libcxxabi/src/
cxa_exception.cpp 198 the generated code calls the __cxa_throw runtime library routine. This
201 The __cxa_throw routine will do the following:
214 pointer to the thrown exception, which __cxa_throw itself received as an argument.
217 handler, _Unwind_RaiseException may return. In that case, __cxa_throw
223 __cxa_throw(void* thrown_object, std::type_info* tinfo, void (*dest)(void*)) function
383 in __cxa_throw (or one of our rethrow functions).
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 325 extern "C" void __cxa_throw(void* thrown_exc, function in namespace:__cxxabiv1
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 198 the generated code calls the __cxa_throw runtime library routine. This
201 The __cxa_throw routine will do the following:
214 pointer to the thrown exception, which __cxa_throw itself received as an argument.
217 handler, _Unwind_RaiseException may return. In that case, __cxa_throw
223 __cxa_throw(void* thrown_object, std::type_info* tinfo, void (*dest)(void*)) function
383 in __cxa_throw (or one of our rethrow functions).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cxxabi.h 610 __cxa_throw(void*, std::type_info*, void (_GLIBCXX_CDTOR_CALLABI *) (void *))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cxxabi.h 610 __cxa_throw(void*, std::type_info*, void (_GLIBCXX_CDTOR_CALLABI *) (void *))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 603 __cxa_throw(void*, std::type_info*, void (_GLIBCXX_CDTOR_CALLABI *) (void *))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 603 __cxa_throw(void*, std::type_info*, void (_GLIBCXX_CDTOR_CALLABI *) (void *))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cxxabi.h 610 __cxa_throw(void*, std::type_info*, void (_GLIBCXX_CDTOR_CALLABI *) (void *))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cxxabi.h 615 __cxa_throw(void*, std::type_info*, void (_GLIBCXX_CDTOR_CALLABI *) (void *))

Completed in 2175 milliseconds