Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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) { in _Unwind_GetGR() argument
214 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR()
219 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() argument
221 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_SetGR()
225 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() argument
226 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP()
231 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() argument
232 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; in _Unwind_SetIP()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dpmem_type_info.cc42 if (*__context != *thrown_type->__context) in __pointer_catch()
H A Dcxxabi.h348 __class_type_info* __context; // Class of the member.
354 : __pbase_type_info(__n, __quals, __type), __context(__klass) { } in __pointer_to_member_type_info()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dpmem_type_info.cc42 if (*__context != *thrown_type->__context) in __pointer_catch()
H A Dcxxabi.h340 __class_type_info* __context; // Class of the member.
346 : __pbase_type_info(__n, __quals, __type), __context(__klass) { } in __pointer_to_member_type_info()
/netbsd-src/sys/arch/ews4800mips/ews4800mips/
H A Dsector.c44 } __context; variable
49 struct sector_rw *rw =& __context; in sector_init()
/netbsd-src/sys/dev/ic/
H A Dath_netbsd.h39 #define TASK_INIT(__task, __zero, __func, __context) \ argument
44 (__context)); \
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_trace.h76 __stack_t __context; member
81 : __magnitude(0.0), __context(0), __warning_id(0) { } in __warning_data()
85 : __magnitude(__m), __context(__c), __warning_id(__id), in __warning_data()
434 __gnu_profile::__write(__file, __info.__context); in operator()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/win32/
H A Dthread_win32.cpp147 PVOID *__context) in __libcpp_init_once_execute_once_thunk() argument
150 static_cast<void>(__context); in __libcpp_init_once_execute_once_thunk()
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dtypeinfo.h310 const __class_type_info *__context; member
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20021946 __context, as per 2.9.5p9.
1948 __context.