Lines Matching defs:ex

71                            struct __cxa_exception *ex,  in saveLandingPad()
95 struct __cxa_exception *ex, in loadLandingPad()
114 static inline _Unwind_Reason_Code continueUnwinding(struct _Unwind_Exception *ex, in continueUnwinding()
283 static __cxa_exception *exceptionFromPointer(void *ex) in exceptionFromPointer()
288 static __cxa_exception *realExceptionFromException(__cxa_exception *ex) in realExceptionFromException()
335 __cxa_exception *ex = globals->caughtExceptions; in terminate_with_diagnostics() local
385 struct _Unwind_Exception *ex) in exception_cleanup()
394 struct _Unwind_Exception *ex) in dependent_exception_cleanup()
403 static void free_exception_list(__cxa_exception *ex) in free_exception_list()
703 __cxa_exception *ex = reinterpret_cast<__cxa_exception*>(thrown_exception) - 1; in __cxa_free_exception() local
739 __cxa_dependent_exception *ex = reinterpret_cast<__cxa_dependent_exception*>(thrown_exception) - 1; in __cxa_free_dependent_exception() local
780 static void throw_exception(__cxa_exception *ex) in throw_exception()
804 __cxa_exception *ex = reinterpret_cast<__cxa_exception*>(object) - 1; in __cxa_init_primary_exception() local
827 __cxa_exception *ex = __cxa_init_primary_exception(thrown_exception, tinfo, dest); in __cxa_throw() local
838 …__cxa_dependent_exception *ex = reinterpret_cast<__cxa_dependent_exception*>(__cxa_allocate_depend… in __cxa_rethrow_primary_exception() local
853 __cxa_exception *ex = globals->caughtExceptions; in __cxa_current_primary_exception() local
864 __cxa_exception *ex = static_cast<__cxa_exception*>(thrown_exception) - 1; in __cxa_increment_exception_refcount() local
871 __cxa_exception *ex = static_cast<__cxa_exception*>(thrown_exception) - 1; in __cxa_decrement_exception_refcount() local
891 __cxa_exception *ex = globals->caughtExceptions; in __cxa_rethrow() local
964 static bool check_type_signature(__cxa_exception *ex, in check_type_signature()
1018 __cxa_exception *ex, in check_action_record()
1089 __cxa_exception *ex) in pushCleanupException()
1121 __cxa_exception *ex = 0; variable