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

/ndk/tests/build/issue20862-libpng-O0/jni/
H A Dpngconf.h344 # ifndef PNG_NORETURN
345 # define PNG_NORETURN __attribute__((__noreturn__)) macro
370 # ifndef PNG_NORETURN
371 # define PNG_NORETURN __declspec(noreturn) macro
393 #ifndef PNG_NORETURN
394 # define PNG_NORETURN /* This function does not return */ macro

Completed in 175 milliseconds