| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/ |
| H A D | ip27-reset.c | 35 #define noreturn while(1); /* Silence gcc. */ macro 54 noreturn; in ip27_machine_restart() 67 noreturn; in ip27_machine_halt() 73 noreturn; in ip27_machine_power_off()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | nested_exception.h | 65 [[noreturn]] 97 [[noreturn]] 106 [[noreturn]] 116 [[noreturn]]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | nested_exception.h | 65 [[noreturn]] 97 [[noreturn]] 106 [[noreturn]] 116 [[noreturn]]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/libssp-nonshared/ |
| H A D | stack_chk.c | 32 extern void __attribute__((noreturn)) __stack_chk_fail(void); 35 __attribute__((noreturn))
|
| /OK3568_Linux_fs/u-boot/arch/arc/include/asm/ |
| H A D | u-boot-arc.h | 12 void board_init_f_r_trampoline(ulong) __attribute__ ((noreturn)); 13 void board_init_f_r(void) __attribute__ ((noreturn));
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | u-boot-x86.h | 72 void board_init_f_r_trampoline(ulong) __attribute__ ((noreturn)); 73 void board_init_f_r(void) __attribute__ ((noreturn));
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/ |
| H A D | suffix.hpp | 643 # define BOOST_NORETURN __declspec(noreturn) 647 # if __has_attribute(noreturn) 648 # define BOOST_NORETURN [[noreturn]] 651 # if __has_cpp_attribute(noreturn) 652 # define BOOST_NORETURN [[noreturn]]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | vsprintf.h | 82 __attribute__ ((format (__printf__, 1, 2), noreturn)); 95 void panic_str(const char *str) __attribute__ ((noreturn));
|
| H A D | common.h | 97 void hang (void) __attribute__ ((noreturn)); 125 void board_init_r(gd_t *, ulong) __attribute__ ((noreturn)); 505 void relocate_code(ulong, gd_t *, ulong) __attribute__ ((noreturn));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | exception | 44 [[noreturn]] void unexpected(); 49 [[noreturn]] void terminate() noexcept; 57 void rethrow_exception [[noreturn]] (exception_ptr p); 69 [[noreturn]] void rethrow_nested() const; 73 template <class T> [[noreturn]] void throw_with_nested(T&& t);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | exception | 44 [[noreturn]] void unexpected(); 49 [[noreturn]] void terminate() noexcept; 57 void rethrow_exception [[noreturn]] (exception_ptr p); 69 [[noreturn]] void rethrow_nested() const; 73 template <class T> [[noreturn]] void throw_with_nested(T&& t);
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | oplib_64.h | 88 void prom_halt(void) __attribute__ ((noreturn)); 91 void prom_halt_power_off(void) __attribute__ ((noreturn));
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | proc-fns.h | 47 void (*reset)(unsigned long addr, bool hvc) __attribute__((noreturn)); 96 extern void cpu_reset(unsigned long addr, bool hvc) __attribute__((noreturn));
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | boot.h | 305 void __attribute__((noreturn)) die(void); 311 void __attribute__((noreturn)) go_to_protected_mode(void); 314 void __attribute__((noreturn))
|
| /OK3568_Linux_fs/kernel/samples/crypto/ |
| H A D | fips140_lab_util.c | 52 static void __attribute__((noreturn)) 63 static void __attribute__((noreturn, format(printf, 1, 2))) 73 static void __attribute__((noreturn, format(printf, 1, 2))) 83 static void __attribute__((noreturn))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | stdnoreturn.h | 31 #define noreturn _Noreturn macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | stdnoreturn.h | 31 #define noreturn _Noreturn macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | platform.h | 64 void cpu_reset(void) __attribute__((noreturn));
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | setjmp.h | 13 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm946es/ |
| H A D | cpu.c | 58 __attribute__((noreturn)) void reset_cpu(ulong addr __attribute__((unused))) in reset_cpu()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_spl_load.c | 18 __attribute__((noreturn)) void (*uboot)(void); in nand_boot()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/sa1100/ |
| H A D | cpu.c | 57 __attribute__((noreturn)) void reset_cpu(ulong addr __attribute__((unused))) in reset_cpu()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | panic.c | 17 static void panic_finish(void) __attribute__ ((noreturn));
|
| /OK3568_Linux_fs/u-boot/arch/microblaze/cpu/ |
| H A D | spl.c | 36 __attribute__ ((noreturn)); in jump_to_image_linux()
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs.h | 20 void die(char *fmt, ...) __attribute__((noreturn));
|