Searched refs:PNG_NORETURN (Results 1 - 12 of 12) sorted by relevance

/external/libpng/
H A Dpngconf.h369 # if !defined(PNG_NORETURN) && __has_attribute(__noreturn__)
370 # define PNG_NORETURN __attribute__((__noreturn__)) macro
394 # ifndef PNG_NORETURN
395 # define PNG_NORETURN __attribute__((__noreturn__)) macro
424 # ifndef PNG_NORETURN
425 # define PNG_NORETURN __declspec(noreturn) macro
457 #ifndef PNG_NORETURN
458 # define PNG_NORETURN /* This function does not return */ macro
H A Dpngerror.c24 png_const_charp error_message)),PNG_NORETURN);
40 PNG_NORETURN)
92 png_err,(png_const_structrp png_ptr),PNG_NORETURN)
481 PNG_NORETURN)
572 png_fixed_error,(png_const_structrp png_ptr, png_const_charp name),PNG_NORETURN)
711 PNG_NORETURN)
757 png_longjmp,(png_const_structrp png_ptr, int val),PNG_NORETURN)
881 PNG_NORETURN)
H A Dpng.h944 * function is required to be PNG_NORETURN, but this is not checked. If the
1087 PNG_NORETURN);
1939 png_const_charp error_message), PNG_NORETURN);
1943 png_const_charp error_message), PNG_NORETURN);
1947 PNG_EXPORTA(104, void, png_err, (png_const_structrp png_ptr), PNG_NORETURN);
H A Dpngpriv.h1555 png_const_charp name),PNG_NORETURN);
1892 png_const_charp error_message),PNG_NORETURN);
/external/chromium_org/third_party/libpng/
H A Dpngconf.h1548 # ifndef PNG_NORETURN
1549 # define PNG_NORETURN __attribute__((__noreturn__)) macro
1583 #ifndef PNG_NORETURN
1584 # define PNG_NORETURN /* This function does not return */ macro
H A Dpngerror.c26 png_const_charp error_message)) PNG_NORETURN;
H A Dpng.h2211 png_const_charp error_message)) PNG_NORETURN;
2215 png_const_charp error_message)) PNG_NORETURN;
2218 extern PNG_EXPORT(void,png_err) PNGARG((png_structp png_ptr)) PNG_NORETURN;
/external/qemu/distrib/libpng-1.2.46/
H A Dpngconf.h1556 # ifndef PNG_NORETURN
1557 # define PNG_NORETURN __attribute__((__noreturn__)) macro
1591 #ifndef PNG_NORETURN
1592 # define PNG_NORETURN /* This function does not return */ macro
H A Dpngerror.c26 png_const_charp error_message)) PNG_NORETURN;
H A Dpng.h2283 png_const_charp error_message)) PNG_NORETURN;
2287 png_const_charp error_message)) PNG_NORETURN;
2290 extern PNG_EXPORT(void,png_err) PNGARG((png_structp png_ptr)) PNG_NORETURN;
/external/libpng/contrib/libtests/
H A Dpngunknown.c419 PNG_FUNCTION(void, display_exit, (display *d), static PNG_NORETURN) argument
443 static PNG_NORETURN)
1056 static PNG_NORETURN void
442 PNG_FUNCTION(void, (PNGCBAPI error), (png_structp png_ptr, const char *message), static PNG_NORETURN) argument
/external/libpng/contrib/tools/
H A Dpngfix.c1123 PNG_NORETURN static void
1178 PNG_NORETURN static void

Completed in 1898 milliseconds