Searched refs:__context (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h199 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
205 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
212 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { argument
214 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
219 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, argument
221 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
225 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { argument
226 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
231 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { argument
232 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 1
[all...]
/freebsd-11-stable/contrib/libcxxrt/
H A Dtypeinfo.h310 const __class_type_info *__context; member in struct:ABI_NAMESPACE::__pointer_to_member_type_info
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dcxxabi.h279 __class_type_info* __context; // Class of the member. member in class:__cxxabiv1::__pointer_to_member_type_info
285 : __pbase_type_info(__n, __quals, __type), __context(__klass) { }
H A Dtinfo2.cc161 if (*__context != *thrown_type->__context)

Completed in 77 milliseconds