HomeSort by relevance Sort by last modified time
    Searched defs:failed_throw (Results 1 - 2 of 2) sorted by null

  /external/libcxxabi/src/
cxa_exception.cpp 128 static _LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header) { function in namespace:__cxxabiv1
269 failed_throw(exception_header);
599 // If we call failed_throw here. Turns up with -O2 or higher, and -Os.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 124 static _LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header) { function in namespace:__cxxabiv1
227 failed_throw(exception_header);
557 // If we call failed_throw here. Turns up with -O2 or higher, and -Os.

Completed in 65 milliseconds