Home
last modified time | relevance | path

Searched refs:adjustedPtr (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dprivate_typeinfo.cpp225 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 Dcxa_personality.cpp436 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 Dcxa_exception.h62 void *adjustedPtr; member
100 void *adjustedPtr; member
129 static_assert(offsetof(__cxa_exception, adjustedPtr) +
133 static_assert(offsetof(__cxa_dependent_exception, adjustedPtr) +
H A Dcxa_exception.cpp301 static_cast<_Unwind_Exception*>(unwind_exception))->adjustedPtr; in __cxa_get_exception_ptr()
471 return exception_header->adjustedPtr; in __cxa_begin_catch()
H A Dprivate_typeinfo.h26 void *&adjustedPtr) const = 0;
H A Daix_state_tab_eh.inc301 results.adjustedPtr = 0;
624 exceptionHeader->adjustedPtr = thrownObject;
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Dunwind-cxx.h83 void *adjustedPtr; member
243 return header->adjustedPtr; in __gxx_caught_object()
H A Deh_personality.cc291 xh->adjustedPtr = thrown_ptr; in save_caught_exception()
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_catch.cc78 return header->adjustedPtr; in __cxa_begin_catch()
H A Dunwind-cxx.h74 void *adjustedPtr; member
H A Deh_personality.cc403 xh->adjustedPtr = thrown_ptr; in PERSONALITY_FUNCTION()