Searched refs:__context (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
| H A D | unwind.h | 199 _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 D | pmem_type_info.cc | 42 if (*__context != *thrown_type->__context) in __pointer_catch()
|
| H A D | cxxabi.h | 348 __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 D | pmem_type_info.cc | 42 if (*__context != *thrown_type->__context) in __pointer_catch()
|
| H A D | cxxabi.h | 340 __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 D | sector.c | 44 } __context; variable 49 struct sector_rw *rw =& __context; in sector_init()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | ath_netbsd.h | 39 #define TASK_INIT(__task, __zero, __func, __context) \ argument 44 (__context)); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/ |
| H A D | profiler_trace.h | 76 __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 D | thread_win32.cpp | 147 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 D | typeinfo.h | 310 const __class_type_info *__context; member
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2002 | 1946 __context, as per 2.9.5p9. 1948 __context.
|