Searched refs:__context (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | unwind.h | 203 _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 D | thread_win32.cpp | 143 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 D | private_typeinfo.cpp | 511 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 D | private_typeinfo.h | 241 const __class_type_info *__context;
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | spmdization_guarding.ll | 388 !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 D | spmdization.ll | 2195 …ivates., void (i8*, ...)* noalias %.copy_fn., i8* %.task_t., %struct.anon* noalias %__context) #9 {
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-stmt-json.m | 757 // CHECK-NEXT: "name": "__context",
|