Searched refs:OS_NORETURN (Results 1 – 10 of 10) sorted by relevance
| /xnu-8792.41.9/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 | 320 #define FAKESTACK_NORETURN OS_NORETURN 365 static void OS_NORETURN
|
| H A D | kasan_internal.h | 201 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 | 179 void OS_NORETURN
|
| H A D | kasan-test.c | 49 void _longjmp(jmp_buf env, int val) OS_NORETURN;
|
| /xnu-8792.41.9/libkern/os/ |
| H A D | base.h | 45 #define OS_NORETURN __attribute__((__noreturn__)) macro 82 #define OS_NORETURN macro
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_cs.c | 739 OS_NORETURN
|
| H A D | kern_event.c | 7306 OS_NORETURN OS_NOINLINE
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | recount.c | 63 #define PRECISE_TIME_FATAL_FUNC OS_NORETURN
|