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

1 2

  /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 46 bl __cxa_throw
ttype-encoding-90.pass.sh.s 45 bl __cxa_throw
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/include/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/native/arm-linux-eabi/
ttype-encoding-00.pass.sh.s 46 bl __cxa_throw
ttype-encoding-90.pass.sh.s 45 bl __cxa_throw
  /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
  /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/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 183 the generated code calls the __cxa_throw runtime library routine. This
186 The __cxa_throw routine will do the following:
199 pointer to the thrown exception, which __cxa_throw itself received as an argument.
202 handler, _Unwind_RaiseException may return. In that case, __cxa_throw
207 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { function
360 in __cxa_throw (or one of our rethrow functions).

Completed in 96 milliseconds

1 2