Searched refs:OS_NORETURN (Results 1 – 16 of 16) sorted by relevance
| /xnu-11215.1.10/san/memory/ |
| H A D | kasan-helper.c | 58 void OS_NORETURN __asan_report_load##n(uptr p) { kasan_crash_report(p, n, TYPE_LOAD, 0); } \ 59 void OS_NORETURN __asan_report_store##n(uptr p) { kasan_crash_report(p, n, TYPE_STORE, 0); } \ 60 void OS_NORETURN UNSUPPORTED_API(__asan_report_exp_load##n, uptr a, int32_t b); \ 61 void OS_NORETURN UNSUPPORTED_API(__asan_report_exp_store##n, uptr a, int32_t b); 69 void OS_NORETURN 74 void OS_NORETURN 84 void OS_NORETURN UNSUPPORTED_API(__asan_exp_##type##sz, uptr a, int32_t b); 90 void OS_NORETURN UNSUPPORTED_API(__asan_exp_##type##sz, uptr a, int32_t b); 215 void OS_NORETURN UNSUPPORTED_API(__asan_init_v5, void); 216 void OS_NORETURN UNSUPPORTED_API(__asan_register_globals, uptr a, uptr b); [all …]
|
| H A D | kasan-fakestack.c | 319 #define FAKESTACK_NORETURN OS_NORETURN 364 static void OS_NORETURN
|
| H A D | kasan_internal.h | 199 void NOINLINE OS_NORETURN kasan_crash_report(uptr, uptr, access_t, violation_t);
|
| H A D | kasan-report.c | 131 void NOINLINE OS_NORETURN
|
| H A D | kasan-tbi.c | 182 void OS_NORETURN
|
| H A D | kasan-test.c | 49 void _longjmp(jmp_buf env, int val) OS_NORETURN;
|
| /xnu-11215.1.10/EXTERNAL_HEADERS/image4/shim/ |
| H A D | base.h | 44 #define OS_NORETURN __attribute__((__noreturn__)) macro 81 #define OS_NORETURN macro
|
| /xnu-11215.1.10/libkern/os/ |
| H A D | base.h | 45 #define OS_NORETURN __attribute__((__noreturn__)) macro 82 #define OS_NORETURN macro
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | exclaves.c | 136 OS_NORETURN OS_NOINLINE 1556 OS_NORETURN OS_NOINLINE
|
| H A D | thread_group.c | 1269 OS_NORETURN
|
| H A D | recount.c | 62 #define PRECISE_TIME_FATAL_FUNC OS_NORETURN
|
| H A D | sched_prim.c | 7802 static void OS_NORETURN sched_update_powered_cores_continue(void *param __unused, wait_result_t wr … 7906 static void OS_NORETURN
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_cs.c | 745 OS_NORETURN
|
| H A D | kern_memorystatus.c | 4038 OS_NORETURN
|
| H A D | kern_event.c | 7940 OS_NORETURN OS_NOINLINE
|
| /xnu-11215.1.10/osfmk/vm/ |
| H A D | vm_pageout.c | 3959 OS_NORETURN 4154 OS_NORETURN 4577 OS_NORETURN 4606 OS_NORETURN
|