Home
last modified time | relevance | path

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

/freebsd/contrib/libcxxrt/
H A Dexception.cc219 void *adjustedPtr; member
234 offsetof(__cxa_dependent_exception, adjustedPtr) + 8,
966 void *&adjustedPtr) in check_type_signature() argument
984 adjustedPtr = exception_ptr; in check_type_signature()
994 adjustedPtr = exception_ptr; in check_type_signature()
1001 adjustedPtr = exception_ptr; in check_type_signature()
1020 void *&adjustedPtr) in check_action_record() argument
1036 if (check_type_signature(ex, handler_type, adjustedPtr)) in check_action_record()
1051 if (check_type_signature(ex, handler_type, adjustedPtr)) in check_action_record()
1066 if (check_type_signature(ex, handler_type, adjustedPtr)) in check_action_record()
[all …]
H A Dcxxabi.h163 void *adjustedPtr; member