Home
last modified time | relevance | path

Searched refs:PNG_USE_RESULT (Results 1 – 4 of 4) sorted by relevance

/external/libpng/
Dpngconf.h366 # if !defined(PNG_USE_RESULT) && __has_attribute(__warn_unused_result__)
367 # define PNG_USE_RESULT __attribute__((__warn_unused_result__)) macro
391 # ifndef PNG_USE_RESULT
392 # define PNG_USE_RESULT __attribute__((__warn_unused_result__)) macro
421 # ifndef PNG_USE_RESULT
422 # define PNG_USE_RESULT /* not supported */ macro
454 #ifndef PNG_USE_RESULT
455 # define PNG_USE_RESULT /* The result of this function must be checked */ macro
DCHANGES2461 Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and
/external/chromium_org/third_party/libpng/
Dpngconf.h1545 # ifndef PNG_USE_RESULT
1546 # define PNG_USE_RESULT __attribute__((__warn_unused_result__)) macro
1580 #ifndef PNG_USE_RESULT
1581 # define PNG_USE_RESULT /* The result of this function must be checked */ macro
/external/qemu/distrib/libpng-1.2.46/
Dpngconf.h1553 # ifndef PNG_USE_RESULT
1554 # define PNG_USE_RESULT __attribute__((__warn_unused_result__)) macro
1588 #ifndef PNG_USE_RESULT
1589 # define PNG_USE_RESULT /* The result of this function must be checked */ macro