Searched defs:PNG_NORETURN (Results 1 - 4 of 4) 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
/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/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
/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

Completed in 126 milliseconds