Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dtools_common.h112 #define VPX_NO_RETURN __attribute__((noreturn)) macro
114 #define VPX_NO_RETURN
120 void die(const char *fmt, ...) VPX_NO_RETURN;
121 void fatal(const char *fmt, ...) VPX_NO_RETURN;
124 void die_codec(vpx_codec_ctx_t *ctx, const char *s) VPX_NO_RETURN;
127 void usage_exit(void) VPX_NO_RETURN;
129 #undef VPX_NO_RETURN