Searched defs:PNG_USE_RESULT (Results 1 - 3 of 3) sorted by relevance

/external/libpng/
H A 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
/external/chromium_org/third_party/libpng/
H A 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/
H A 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

Completed in 168 milliseconds