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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 49 thrown_object_from_cxa_exception(__cxa_exception* exception_header) function in namespace:__cxxabiv1
150 return thrown_object_from_cxa_exception(exception_header);
482 __cxa_decrement_exception_refcount(thrown_object_from_cxa_exception(exception_header));
628 void* thrown_object = thrown_object_from_cxa_exception(exception_header);
  /external/libcxxabi/src/
cxa_exception.cpp 53 thrown_object_from_cxa_exception(__cxa_exception* exception_header) function in namespace:__cxxabiv1
182 return thrown_object_from_cxa_exception(exception_header);
524 __cxa_decrement_exception_refcount(thrown_object_from_cxa_exception(exception_header));
670 void* thrown_object = thrown_object_from_cxa_exception(exception_header);

Completed in 58 milliseconds