Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Headers/
H A Dunwind.h217 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR()
224 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR()
230 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP()
236 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP()
/openbsd/gnu/llvm/libcxx/src/support/win32/
H A Dthread_win32.cpp143 PVOID *__context) in __libcpp_init_once_execute_once_thunk()