Home
last modified time | relevance | path

Searched refs:__context (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
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) { in _Unwind_GetGR() argument
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR()
173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() argument
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_SetGR()
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() argument
180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP()
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() argument
186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; in _Unwind_SetIP()
[all …]
/freebsd-10-stable/contrib/libstdc++/libsupc++/
Dtinfo2.cc161 if (*__context != *thrown_type->__context) in __pointer_catch()
Dcxxabi.h279 __class_type_info* __context; // Class of the member.
285 : __pbase_type_info(__n, __quals, __type), __context(__klass) { } in __pointer_to_member_type_info()
/freebsd-10-stable/contrib/libcxxrt/
Dtypeinfo.h310 const __class_type_info *__context; member
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-20021946 __context, as per 2.9.5p9.
1948 __context.