Home
last modified time | relevance | path

Searched refs:noreturn (Results 1 – 25 of 133) sorted by relevance

123456

/OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/
H A Dip27-reset.c35 #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 Dnested_exception.h65 [[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 Dnested_exception.h65 [[noreturn]]
97 [[noreturn]]
106 [[noreturn]]
116 [[noreturn]]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/libssp-nonshared/
H A Dstack_chk.c32 extern void __attribute__((noreturn)) __stack_chk_fail(void);
35 __attribute__((noreturn))
/OK3568_Linux_fs/u-boot/arch/arc/include/asm/
H A Du-boot-arc.h12 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 Du-boot-x86.h72 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 Dsuffix.hpp643 # 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 Dvsprintf.h82 __attribute__ ((format (__printf__, 1, 2), noreturn));
95 void panic_str(const char *str) __attribute__ ((noreturn));
H A Dcommon.h97 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 Dexception44 [[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 Dexception44 [[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 Doplib_64.h88 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 Dproc-fns.h47 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 Dboot.h305 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 Dfips140_lab_util.c52 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 Dstdnoreturn.h31 #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 Dstdnoreturn.h31 #define noreturn _Noreturn macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dplatform.h64 void cpu_reset(void) __attribute__((noreturn));
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsetjmp.h13 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm946es/
H A Dcpu.c58 __attribute__((noreturn)) void reset_cpu(ulong addr __attribute__((unused))) in reset_cpu()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_spl_load.c18 __attribute__((noreturn)) void (*uboot)(void); in nand_boot()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/sa1100/
H A Dcpu.c57 __attribute__((noreturn)) void reset_cpu(ulong addr __attribute__((unused))) in reset_cpu()
/OK3568_Linux_fs/u-boot/lib/
H A Dpanic.c17 static void panic_finish(void) __attribute__ ((noreturn));
/OK3568_Linux_fs/u-boot/arch/microblaze/cpu/
H A Dspl.c36 __attribute__ ((noreturn)); in jump_to_image_linux()
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs.h20 void die(char *fmt, ...) __attribute__((noreturn));

123456