Searched refs:__context (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h153 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
159 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { argument
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, argument
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { argument
180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { argument
186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 1
[all...]
/freebsd-11.0-release/contrib/libstdc++/libsupc++/
H A Dtinfo2.cc161 if (*__context != *thrown_type->__context)
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) { }
/freebsd-11.0-release/contrib/libcxxrt/
H A Dtypeinfo.h310 const __class_type_info *__context; member in struct:ABI_NAMESPACE::__pointer_to_member_type_info

Completed in 122 milliseconds