Home
last modified time | relevance | path

Searched refs:NORETURN (Results 1 - 12 of 12) sorted by relevance

/kernel/liteos_a/kernel/include/
H A Dlos_toolchain.h83 #ifndef NORETURN
84 #define NORETURN __declspec(noreturn) macro
122 #ifndef NORETURN
123 #define NORETURN __attribute__ ((__noreturn__)) macro
161 #ifndef NORETURN
162 #define NORETURN __attribute__ ((__noreturn__)) macro
/kernel/linux/linux-5.10/scripts/dtc/
H A Dutil.h21 #define NORETURN __attribute__((noreturn)) macro
24 #define NORETURN macro
32 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die()
184 void NORETURN util_version(void);
198 void NORETURN util_usage(const char *errmsg, const char *synopsis,
H A Dutil.c409 void NORETURN util_version(void) in util_version()
415 void NORETURN util_usage(const char *errmsg, const char *synopsis, in util_usage()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dutil.h21 #define NORETURN __attribute__((noreturn)) macro
24 #define NORETURN macro
32 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die()
186 void NORETURN util_version(void);
200 void NORETURN util_usage(const char *errmsg, const char *synopsis,
H A Dutil.c420 void NORETURN util_version(void) in util_version()
426 void NORETURN util_usage(const char *errmsg, const char *synopsis, in util_usage()
/kernel/liteos_m/utils/
H A Dlos_compiler.h73 #ifndef NORETURN
74 #define NORETURN __attribute__ ((__noreturn__)) macro
108 #ifndef NORETURN
109 #define NORETURN __declspec(noreturn) macro
145 #ifndef NORETURN
146 #define NORETURN __attribute__ ((__noreturn__)) macro
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dsubcmd-util.h9 #define NORETURN __attribute__((__noreturn__)) macro
18 static NORETURN inline void die(const char *err, ...) in die()
H A Dparse-options.h9 #ifndef NORETURN
10 #define NORETURN __attribute__((__noreturn__)) macro
185 extern NORETURN void usage_with_options(const char * const *usagestr,
187 extern NORETURN __attribute__((format(printf,3,4)))
/kernel/liteos_m/arch/include/
H A Dlos_context.h87 LITE_OS_SEC_TEXT_MINOR NORETURN VOID ArchSysExit(VOID);
/kernel/liteos_a/arch/arm/include/
H A Dlos_exc.h189 NORETURN VOID LOS_Panic(const CHAR *fmt, ...);
/kernel/liteos_m/kernel/include/
H A Dlos_task.h563 extern NORETURN VOID LOS_Reboot(VOID);
564 extern NORETURN VOID LOS_Panic(const CHAR *fmt, ...);
/kernel/linux/linux-6.6/tools/objtool/
H A Dcheck.c195 #define NORETURN(func) __stringify(func), in __dead_end_function() macro
199 #undef NORETURN in __dead_end_function() macro

Completed in 12 milliseconds