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

  /external/libunwind_llvm/src/
Unwind-sjlj.c 213 _Unwind_Reason_Code stopResult =
218 exception_object, stopResult);
219 if (stopResult != _URC_NO_REASON) {
UnwindLevel1.c 274 _Unwind_Reason_Code stopResult =
279 (void *)exception_object, stopResult);
280 if (stopResult != _URC_NO_REASON) {
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-sjlj.c 213 _Unwind_Reason_Code stopResult =
218 exception_object, stopResult);
219 if (stopResult != _URC_NO_REASON) {
UnwindLevel1.c 270 _Unwind_Reason_Code stopResult =
275 (void *)exception_object, stopResult);
276 if (stopResult != _URC_NO_REASON) {

Completed in 1056 milliseconds