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

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
cxxabi.h 42 extern LIBCXXABI_NORETURN void __cxa_throw(void * thrown_exception,
  /external/libcxxabi/include/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /external/libcxxabi/test/native/arm-linux-eabi/
ttype-encoding-00.pass.sh.s 45 bl __cxa_throw
ttype-encoding-90.pass.sh.s 44 bl __cxa_throw
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h 99 void __cxa_throw(void* thrown_exception,
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cxxabi.h 99 void __cxa_throw(void* thrown_exception,
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
cxxabi.h 99 void __cxa_throw(void* thrown_exception,
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/include/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 385 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) {
386 CHECK(REAL(__cxa_throw));
388 REAL(__cxa_throw)(a, b, c);
779 ASAN_INTERCEPT_FUNC(__cxa_throw);
  /external/elfutils/tests/
run-strings-test.sh 259 testfile6: 4fa __cxa_throw
302 testfile7: 4fa __cxa_throw
  /external/libcxxabi/src/
cxa_exception.cpp 182 the generated code calls the __cxa_throw runtime library routine. This
185 The __cxa_throw routine will do the following:
198 pointer to the thrown exception, which __cxa_throw itself received as an argument.
201 handler, _Unwind_RaiseException may return. In that case, __cxa_throw
206 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { function
361 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-linux-glibc2.15-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/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/
cxxabi.h 615 __cxa_throw(void*, std::type_info*, void (_GLIBCXX_CDTOR_CALLABI *) (void *))
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
cxxabi.cc 325 extern "C" void __cxa_throw(void* thrown_exc, function in namespace:__cxxabiv1
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/
cxxabi.h 615 __cxa_throw(void*, std::type_info*, void (_GLIBCXX_CDTOR_CALLABI *) (void *))
  /prebuilts/ndk/r11/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
381 in __cxa_throw (or one of our rethrow functions).
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
cxxabi.cc 325 extern "C" void __cxa_throw(void* thrown_exc, function in namespace:__cxxabiv1
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/
cxxabi.h 615 __cxa_throw(void*, std::type_info*, void (_GLIBCXX_CDTOR_CALLABI *) (void *))
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/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
222 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { function
377 in __cxa_throw (or one of our rethrow functions).

Completed in 1463 milliseconds