Lines Matching defs:adjustedPtr
219 void *adjustedPtr;
234 offsetof(__cxa_dependent_exception, adjustedPtr) + 8,
966 void *&adjustedPtr)
984 adjustedPtr = exception_ptr;
994 adjustedPtr = exception_ptr;
1001 adjustedPtr = exception_ptr;
1020 void *&adjustedPtr)
1036 if (check_type_signature(ex, handler_type, adjustedPtr))
1051 if (check_type_signature(ex, handler_type, adjustedPtr))
1066 if (check_type_signature(ex, handler_type, adjustedPtr))
1181 action.action_record, realEx, &selector, ex->adjustedPtr);
1193 // ex->adjustedPtr is set when finding the action record.
1212 action.action_record, realEx, &selector, ex->adjustedPtr);
1222 &selector, ex->adjustedPtr);
1309 return ex->adjustedPtr;
1460 return exceptionFromPointer(exceptionObject)->adjustedPtr;