Home
last modified time | relevance | path

Searched defs:__context (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Headers/
H A Dunwind.h166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR()
173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR()
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP()
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP()
/minix3/external/bsd/libc++/dist/libcxxrt/src/
H A Dtypeinfo.h310 const __class_type_info *__context; member