Searched refs:__noreturn (Results 1 – 14 of 14) sorted by relevance
| /tools/perf/util/ |
| A D | usage.c | 21 static __noreturn void usage_builtin(const char *err) in usage_builtin() 29 static void (*usage_routine)(const char *err) __noreturn = usage_builtin;
|
| A D | util.h | 31 void usage(const char *err) __noreturn; 32 void die(const char *err, ...) __noreturn __printf(1, 2);
|
| /tools/testing/selftests/ |
| A D | kselftest.h | 90 #ifndef __noreturn 91 #define __noreturn __attribute__((__noreturn__)) macro 350 static inline __noreturn void ksft_exit_pass(void) in ksft_exit_pass() 356 static inline __noreturn void ksft_exit_fail(void) in ksft_exit_fail() 383 static inline __noreturn __printf(1, 2) void ksft_exit_fail_msg(const char *msg, ...) in ksft_exit_fail_msg() 398 static inline __noreturn void ksft_exit_fail_perror(const char *msg) in ksft_exit_fail_perror() 403 static inline __noreturn void ksft_exit_xfail(void) in ksft_exit_xfail() 409 static inline __noreturn void ksft_exit_xpass(void) in ksft_exit_xpass() 415 static inline __noreturn __printf(1, 2) void ksft_exit_skip(const char *msg, ...) in ksft_exit_skip()
|
| /tools/include/linux/ |
| A D | compiler-gcc.h | 35 #ifndef __noreturn 36 #define __noreturn __attribute__((noreturn)) macro
|
| A D | compiler.h | 51 #ifndef __noreturn 52 #define __noreturn __attribute__((__noreturn__)) macro
|
| /tools/testing/selftests/arm64/bti/ |
| A D | system.h | 25 void __noreturn exit(int n);
|
| A D | system.c | 11 void __noreturn exit(int n) in exit()
|
| /tools/lib/subcmd/ |
| A D | subcmd-util.h | 17 static __noreturn inline void die(const char *err, ...) in die()
|
| A D | parse-options.h | 182 extern __noreturn void usage_with_options(const char * const *usagestr, 184 extern __noreturn __attribute__((format(printf,3,4)))
|
| /tools/arch/x86/kcpuid/ |
| A D | kcpuid.c | 14 #define __noreturn __attribute__((__noreturn__)) macro 582 static void __noreturn usage(int exit_code) in usage()
|
| /tools/bpf/bpftool/ |
| A D | main.h | 95 void usage(void) __noreturn;
|
| A D | main.c | 37 static void __noreturn clean_and_exit(int i) in clean_and_exit()
|
| /tools/objtool/Documentation/ |
| A D | objtool.txt | 333 3. file.o: warning: objtool: foo+0x48c: bar() missing __noreturn in .c/.h or NORETURN() in noreturn… 336 annotated. A noreturn function must be marked __noreturn in both its
|
| /tools/perf/util/scripting-engines/ |
| A D | trace-event-python.c | 112 static void handler_call_die(const char *handler_name) __noreturn;
|
Completed in 22 milliseconds