Searched refs:DECLNORETURN (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A DVBoxClient.h34 extern DECLNORETURN(void) vbclFatalError(char *pszMessage);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibInternal.h130 DECLNORETURN(void) suplibHardenedExit(RTEXITCODE rcExit);
H A DSUPR3HardenedMain.cpp239 DECLNORETURN(void) suplibHardenedExit(RTEXITCODE rcExit)
/vbox/include/VBox/vmm/
H A Dem.h281 VMMR3DECL(DECLNORETURN(void)) EMR3FatalError(PVMCPU pVCpu, int rc);
/vbox/include/iprt/
H A Dcdefs.h1028 /** @def DECLNORETURN
1032 * EMR3DECL(DECLNORETURN(void)) foo(void);
1036 # define DECLNORETURN(type) __declspec(noreturn) type macro
1038 # define DECLNORETURN(type) __attribute__((noreturn)) type macro
1040 # define DECLNORETURN(type) type macro
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h54 DECLNORETURN(static void) panic (char *fmt, ...)

Completed in 794 milliseconds