HomeSort by: relevance | last modified time | path
    Searched refs:__context (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
pmem_type_info.cc 42 if (*__context != *thrown_type->__context)
cxxabi.h 348 __class_type_info* __context; // Class of the member. member in class:__cxxabiv1::__pointer_to_member_type_info
354 : __pbase_type_info(__n, __quals, __type), __context(__klass) { }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
pmem_type_info.cc 42 if (*__context != *thrown_type->__context)
cxxabi.h 348 __class_type_info* __context; // Class of the member. member in class:__cxxabiv1::__pointer_to_member_type_info
354 : __pbase_type_info(__n, __quals, __type), __context(__klass) { }
  /src/external/apache2/llvm/dist/clang/lib/Headers/
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) {
214 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
219 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index,
221 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
225 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
226 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
231 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) {
232 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1
    [all...]
  /src/sys/arch/ews4800mips/ews4800mips/
sector.c 44 } __context; variable in typeref:struct:sector_rw
49 struct sector_rw *rw =& __context;
  /src/sys/dev/ic/
ath_netbsd.h 39 #define TASK_INIT(__task, __zero, __func, __context) \
44 (__context)); \
  /src/external/bsd/libc++/dist/libcxxrt/src/
typeinfo.h 310 const __class_type_info *__context; member in struct:ABI_NAMESPACE::__pointer_to_member_type_info
  /src/external/apache2/llvm/dist/libcxx/src/support/win32/
thread_win32.cpp 147 PVOID *__context)
150 static_cast<void>(__context);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
profiler_trace.h 76 __stack_t __context; member in struct:__gnu_profile::__warning_data
81 : __magnitude(0.0), __context(0), __warning_id(0) { }
85 : __magnitude(__m), __context(__c), __warning_id(__id),
434 __gnu_profile::__write(__file, __info.__context);

Completed in 258 milliseconds