Home
last modified time | relevance | path

Searched refs:continueUnwinding (Results 1 – 2 of 2) sorted by relevance

/src/contrib/libcxxrt/
H A Dexception.cc114 static inline _Unwind_Reason_Code continueUnwinding(struct _Unwind_Exception *ex, in continueUnwinding() function
1145 if (0 == lsda_addr) { return continueUnwinding(exceptionObject, context); }
1197 return continueUnwinding(exceptionObject, context);
1210 if (0 == action.landing_pad) { return continueUnwinding(exceptionObject, context); }
1214 if (found_handler != handler_cleanup) { return continueUnwinding(exceptionObject, context); }
H A Dunwind-arm.h225 return continueUnwinding(exceptionObject, context);\