Lines Matching defs:ex

70                            struct __cxa_exception *ex,  in saveLandingPad()
94 struct __cxa_exception *ex, in loadLandingPad()
113 static inline _Unwind_Reason_Code continueUnwinding(struct _Unwind_Exception *ex, in continueUnwinding()
268 static __cxa_exception *exceptionFromPointer(void *ex) in exceptionFromPointer()
273 static __cxa_exception *realExceptionFromException(__cxa_exception *ex) in realExceptionFromException()
305 struct _Unwind_Exception *ex) in exception_cleanup()
314 struct _Unwind_Exception *ex) in dependent_exception_cleanup()
323 static void free_exception_list(__cxa_exception *ex) in free_exception_list()
605 __cxa_exception *ex = reinterpret_cast<__cxa_exception*>(thrown_exception) - 1; in __cxa_free_exception() local
641 __cxa_dependent_exception *ex = reinterpret_cast<__cxa_dependent_exception*>(thrown_exception) - 1; in __cxa_free_dependent_exception() local
739 static void throw_exception(__cxa_exception *ex) in throw_exception()
771 __cxa_exception *ex = reinterpret_cast<__cxa_exception*>(thrown_exception) - 1; in __cxa_throw() local
789 …__cxa_dependent_exception *ex = reinterpret_cast<__cxa_dependent_exception*>(__cxa_allocate_depend… in __cxa_rethrow_primary_exception() local
804 __cxa_exception *ex = globals->caughtExceptions; in __cxa_current_primary_exception() local
815 __cxa_exception *ex = static_cast<__cxa_exception*>(thrown_exception) - 1; in __cxa_increment_exception_refcount() local
822 __cxa_exception *ex = static_cast<__cxa_exception*>(thrown_exception) - 1; in __cxa_decrement_exception_refcount() local
842 __cxa_exception *ex = globals->caughtExceptions; in __cxa_rethrow() local
915 static bool check_type_signature(__cxa_exception *ex, in check_type_signature()
969 __cxa_exception *ex, in check_action_record()
1040 __cxa_exception *ex) in pushCleanupException()
1072 __cxa_exception *ex = 0; variable