Home | History | Annotate | Download | only in bzip2

Lines Matching defs:NORETURN

92 #      define NORETURN __attribute__ ((noreturn))
94 # define NORETURN /**/
133 # define NORETURN /**/
213 static void panic ( const Char* ) NORETURN;
214 static void ioError ( void ) NORETURN;
215 static void outOfMemory ( void ) NORETURN;
216 static void configError ( void ) NORETURN;
217 static void crcError ( void ) NORETURN;
218 static void cleanUpAndFail ( Int32 ) NORETURN;
219 static void compressedStreamEOF ( void ) NORETURN;