Searched defs:__context (Results 1 - 3 of 3) sorted by relevance

/external/libcxxabi/src/
H A Dprivate_typeinfo.h239 const __class_type_info* __context; member in class:__cxxabiv1::__pointer_to_member_type_info
/external/clang/lib/Headers/
H A 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) { argument
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, argument
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { argument
180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { argument
186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 1
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1055 milliseconds