Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dtools_common.h109 #define VPX_NO_RETURN __attribute__((noreturn)) macro
111 #define VPX_NO_RETURN
117 void die(const char *fmt, ...) VPX_NO_RETURN;
118 void fatal(const char *fmt, ...) VPX_NO_RETURN;
121 void die_codec(vpx_codec_ctx_t *ctx, const char *s) VPX_NO_RETURN;
124 void usage_exit(void) VPX_NO_RETURN;
126 #undef VPX_NO_RETURN