Symbol: noreturn
usr/src/boot/efi/include/Base.h
100
#define NORETURN __declspec(noreturn)
usr/src/boot/efi/include/Base.h
93
#define NORETURN __attribute__((noreturn))
usr/src/boot/sys/sys/cdefs.h
289
#define _Noreturn [[noreturn]]
usr/src/cmd/pcieadm/pcieadm.c
345
static noreturn boolean_t
usr/src/cmd/pwd/pwd.c
71
static noreturn void
usr/src/cmd/zic/private.h
556
# if __has_c_attribute(noreturn)
usr/src/cmd/zic/private.h
557
# define ATTRIBUTE_NORETURN [[noreturn]]
usr/src/cmd/zic/private.h
564
# define ATTRIBUTE_NORETURN __attribute__((noreturn))
usr/src/compat/bhyve/sys/cdefs.h
64
#define _Noreturn [[noreturn]]
usr/src/grub/grub-0.97/stage2/shared.h
1069
__attribute__ ((noreturn));
usr/src/grub/grub-0.97/stage2/shared.h
776
__attribute__ ((noreturn));
usr/src/grub/grub-0.97/stage2/shared.h
784
void stop (void) __attribute__ ((noreturn));
usr/src/grub/grub-0.97/stage2/shared.h
787
void grub_reboot (void) __attribute__ ((noreturn));
usr/src/grub/grub-0.97/stage2/shared.h
791
void grub_halt (int no_apm) __attribute__ ((noreturn));
usr/src/grub/grub-0.97/stage2/shared.h
813
__attribute__ ((noreturn));
usr/src/grub/grub-0.97/stage2/shared.h
816
__attribute__ ((noreturn));
usr/src/grub/grub-0.97/stage2/shared.h
819
void linux_boot (void) __attribute__ ((noreturn));
usr/src/grub/grub-0.97/stage2/shared.h
822
void big_linux_boot (void) __attribute__ ((noreturn));
usr/src/grub/grub-0.97/stage2/shared.h
825
void multi_boot (int start, int mb_info) __attribute__ ((noreturn));
usr/src/tools/smatch/src/validation/function-redecl2.c
11
__attribute__ ((noreturn)) void func1(int a);
usr/src/tools/smatch/src/validation/function-redecl2.c
18
void func2(int a) __attribute__ ((noreturn));
usr/src/tools/smatch/src/validation/function-redecl2.c
20
__attribute__ ((noreturn))
usr/src/tools/smatch/src/validation/preprocessor/has-attribute.c
19
&& __has_attribute(noreturn) \
usr/src/uts/common/fs/zfs/lua/llimits.h
103
#define l_noret void __attribute__((noreturn))
usr/src/uts/common/fs/zfs/lua/llimits.h
105
#define l_noret void __declspec(noreturn)