Searched refs:PNG_NORETURN (Results 1 – 11 of 11) sorted by relevance
/external/libpng/ |
D | pngconf.h | 347 # if !defined(PNG_NORETURN) && __has_attribute(__noreturn__) 348 # define PNG_NORETURN __attribute__((__noreturn__)) macro 372 # ifndef PNG_NORETURN 373 # define PNG_NORETURN __attribute__((__noreturn__)) macro 402 # ifndef PNG_NORETURN 403 # define PNG_NORETURN __declspec(noreturn) macro 435 #ifndef PNG_NORETURN 436 # define PNG_NORETURN /* This function does not return */ macro
|
D | pngerror.c | 24 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) 712 PNG_NORETURN) 758 png_longjmp,(png_const_structrp png_ptr, int val),PNG_NORETURN) 886 PNG_NORETURN)
|
D | png.h | 964 PNG_NORETURN); 1775 png_const_charp error_message), PNG_NORETURN); 1779 png_const_charp error_message), PNG_NORETURN); 1783 PNG_EXPORTA(104, void, png_err, (png_const_structrp png_ptr), PNG_NORETURN);
|
D | pngpriv.h | 1725 png_const_charp name),PNG_NORETURN); 2062 png_const_charp error_message),PNG_NORETURN);
|
D | CHANGES | 2469 Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and
|
/external/pdfium/third_party/libpng16/ |
D | pngconf.h | 347 # if !defined(PNG_NORETURN) && __has_attribute(__noreturn__) 348 # define PNG_NORETURN __attribute__((__noreturn__)) macro 372 # ifndef PNG_NORETURN 373 # define PNG_NORETURN __attribute__((__noreturn__)) macro 402 # ifndef PNG_NORETURN 403 # define PNG_NORETURN __declspec(noreturn) macro 435 #ifndef PNG_NORETURN 436 # define PNG_NORETURN /* This function does not return */ macro
|
D | pngerror.c | 24 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) 712 PNG_NORETURN) 758 png_longjmp,(png_const_structrp png_ptr, int val),PNG_NORETURN) 886 PNG_NORETURN)
|
D | png.h | 964 PNG_NORETURN); 1775 png_const_charp error_message), PNG_NORETURN); 1779 png_const_charp error_message), PNG_NORETURN); 1783 PNG_EXPORTA(104, void, png_err, (png_const_structrp png_ptr), PNG_NORETURN);
|
D | pngpriv.h | 1725 png_const_charp name),PNG_NORETURN); 2062 png_const_charp error_message),PNG_NORETURN);
|
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 438 PNG_FUNCTION(void, display_exit, (display *d), static PNG_NORETURN) 462 static PNG_NORETURN) 1105 static PNG_NORETURN void
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 1128 PNG_NORETURN static void 1183 PNG_NORETURN static void
|