Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dfunction-redecl2.c11 __attribute__ ((noreturn)) void func1(int a);
18 void func2(int a) __attribute__ ((noreturn));
20 __attribute__ ((noreturn))
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h776 __attribute__ ((noreturn));
784 void stop (void) __attribute__ ((noreturn));
787 void grub_reboot (void) __attribute__ ((noreturn));
791 void grub_halt (int no_apm) __attribute__ ((noreturn));
813 __attribute__ ((noreturn));
816 __attribute__ ((noreturn));
819 void linux_boot (void) __attribute__ ((noreturn));
822 void big_linux_boot (void) __attribute__ ((noreturn));
825 void multi_boot (int start, int mb_info) __attribute__ ((noreturn));
1069 __attribute__ ((noreturn));
/illumos-gate/usr/src/head/
H A Dstdnoreturn.h30 #define noreturn _Noreturn macro
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllimits.h103 #define l_noret void __attribute__((noreturn))
105 #define l_noret void __declspec(noreturn)
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dhas-attribute.c19 && __has_attribute(noreturn) \
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dstdnoreturn_h.cfg23 define | noreturn | | stdnoreturn.h | -ALL +C11
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dcdefs.h64 #define _Noreturn [[noreturn]]
/illumos-gate/usr/src/boot/efi/include/
H A DBase.h93 #define NORETURN __attribute__((noreturn))
100 #define NORETURN __declspec(noreturn)
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h289 #define _Noreturn [[noreturn]]
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog8397 (cmain): Remove ``noreturn'' attribute.