Searched refs:__context (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | unwind.h | 204 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context, 210 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context, 217 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() argument 219 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR() 224 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() argument 226 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_SetGR() 230 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() argument 231 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP() 236 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() argument 237 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; in _Unwind_SetIP() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
H A D | libdispatch.h | 55 __dispatch_apply(size_t __chunk_count, void* __context, void (*__func)(void* __context, size_t __ch… 59 __libdispatch::__dispatch_apply(__chunk_count, &__func, [](void* __context, size_t __chunk) { in __dispatch_apply() 60 (*static_cast<_Func*>(__context))(__chunk); in __dispatch_apply()
|
/freebsd/contrib/libcxxrt/ |
H A D | typeinfo.h | 310 const __class_type_info *__context; member
|