Searched refs:adjustedPtr (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | private_typeinfo.cpp | 225 void*& adjustedPtr) const in can_catch() 237 thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path); in can_catch() 240 adjustedPtr = const_cast<void*>(info.dst_ptr_leading_to_static_ptr); in can_catch() 252 void* adjustedPtr, in process_found_base_class() argument 258 info->dst_ptr_leading_to_static_ptr = adjustedPtr; in process_found_base_class() 262 else if (info->dst_ptr_leading_to_static_ptr == adjustedPtr) in process_found_base_class() 280 void* adjustedPtr, in has_unambiguous_public_base() argument 284 process_found_base_class(info, adjustedPtr, path_below); in has_unambiguous_public_base() 289 void* adjustedPtr, in has_unambiguous_public_base() argument 293 process_found_base_class(info, adjustedPtr, path_below); in has_unambiguous_public_base() [all …]
|
| H A D | cxa_personality.cpp | 436 void* adjustedPtr, _Unwind_Exception* unwind_exception, in exception_spec_can_catch() argument 471 void* tempPtr = adjustedPtr; in exception_spec_can_catch() 482 void* adjustedPtr, _Unwind_Exception* unwind_exception, in exception_spec_can_catch() argument 507 void* tempPtr = adjustedPtr; in exception_spec_can_catch() 521 void* adjustedPtr = unwind_exception + 1; in get_thrown_object_ptr() local 523 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException; in get_thrown_object_ptr() 524 return adjustedPtr; in get_thrown_object_ptr() 536 void* adjustedPtr; // Used in cxa_exception.cpp member 593 results.adjustedPtr = 0; in scan_eh_tab() 752 results.adjustedPtr = in scan_eh_tab() [all …]
|
| H A D | cxa_exception.h | 62 void *adjustedPtr; member 100 void *adjustedPtr; member 129 static_assert(offsetof(__cxa_exception, adjustedPtr) + 133 static_assert(offsetof(__cxa_dependent_exception, adjustedPtr) +
|
| H A D | cxa_exception.cpp | 301 static_cast<_Unwind_Exception*>(unwind_exception))->adjustedPtr; in __cxa_get_exception_ptr() 471 return exception_header->adjustedPtr; in __cxa_begin_catch()
|
| H A D | private_typeinfo.h | 26 void *&adjustedPtr) const = 0;
|
| H A D | aix_state_tab_eh.inc | 301 results.adjustedPtr = 0; 624 exceptionHeader->adjustedPtr = thrownObject;
|
| /openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
| H A D | unwind-cxx.h | 83 void *adjustedPtr; member 243 return header->adjustedPtr; in __gxx_caught_object()
|
| H A D | eh_personality.cc | 291 xh->adjustedPtr = thrown_ptr; in save_caught_exception()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
| H A D | eh_catch.cc | 78 return header->adjustedPtr; in __cxa_begin_catch()
|
| H A D | unwind-cxx.h | 74 void *adjustedPtr; member
|
| H A D | eh_personality.cc | 403 xh->adjustedPtr = thrown_ptr; in PERSONALITY_FUNCTION()
|