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

1 2

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 131 // * void *__cxa_begin_catch(void *exceptionObject );
132 (void) __cxa_begin_catch(&exception_header->unwindHeader);
365 __cxa_begin_catch(void* unwind_arg) throw() function
438 __cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_catch
535 // Mark the exception as being rethrown (reverse the effects of __cxa_begin_catch)
558 __cxa_begin_catch(&exception_header->unwindHeader);
679 __cxa_begin_catch(&dep_exception_header->unwindHeader);
  /external/libcxxabi/src/
cxa_exception.cpp 135 // * void *__cxa_begin_catch(void *exceptionObject );
136 (void) __cxa_begin_catch(&exception_header->unwindHeader);
407 __cxa_begin_catch(void* unwind_arg) throw() function
480 __cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_catch
577 // Mark the exception as being rethrown (reverse the effects of __cxa_begin_catch)
600 __cxa_begin_catch(&exception_header->unwindHeader);
721 __cxa_begin_catch(&dep_exception_header->unwindHeader);
  /external/libcxxabi/include/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /external/libcxxabi/test/native/arm-linux-eabi/
ttype-encoding-00.pass.sh.s 51 bl __cxa_begin_catch
ttype-encoding-90.pass.sh.s 50 bl __cxa_begin_catch
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/include/
cxxabi.h 56 __cxa_begin_catch(void *exceptionObject) throw();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/native/arm-linux-eabi/
ttype-encoding-00.pass.sh.s 51 bl __cxa_begin_catch
ttype-encoding-90.pass.sh.s 50 bl __cxa_begin_catch
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pe/
peseh-x64-4.s 397 call __cxa_begin_catch
563 .def __cxa_begin_catch; .scl 2; .type 32; .endef
  /external/elfutils/tests/
run-strings-test.sh 265 testfile6: 595 __cxa_begin_catch
308 testfile7: 595 __cxa_begin_catch
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cxxabi.h 618 __cxa_begin_catch(void*) _GLIBCXX_NOTHROW;

Completed in 216 milliseconds

1 2