Home
last modified time | relevance | path

Searched refs:__context (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Headers/
H A Dunwind.h203 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
209 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
216 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() argument
218 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR()
223 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() argument
225 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_SetGR()
229 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() argument
230 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP()
235 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() argument
236 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; in _Unwind_SetIP()
[all …]
/llvm-project-15.0.7/libcxx/src/support/win32/
H A Dthread_win32.cpp143 PVOID *__context) in __libcpp_init_once_execute_once_thunk() argument
146 static_cast<void>(__context); in __libcpp_init_once_execute_once_thunk()
/llvm-project-15.0.7/libcxxabi/src/
H A Dprivate_typeinfo.cpp511 if (is_equal(__context, thrown_pointer_type->__context, false)) in can_catch()
532 if (!is_equal(__context, thrown_member_ptr_type->__context, false)) in can_catch_nested()
H A Dprivate_typeinfo.h241 const __class_type_info *__context;
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dspmdization_guarding.ll388 !9 = distinct !{!9, !10, !"__omp_outlined__: %__context"}
426 ; CHECK: [[META9:![0-9]+]] = distinct !{!9, !10, !"__omp_outlined__: %__context"}
440 ; CHECK-DISABLED: [[META9:![0-9]+]] = distinct !{!9, !10, !"__omp_outlined__: %__context"}
H A Dspmdization.ll2195 …ivates., void (i8*, ...)* noalias %.copy_fn., i8* %.task_t., %struct.anon* noalias %__context) #9 {
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-stmt-json.m757 // CHECK-NEXT: "name": "__context",