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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.h107 #define VPX_NO_RETURN __attribute__((noreturn)) macro
109 #define VPX_NO_RETURN macro
115 void die(const char *fmt, ...) VPX_NO_RETURN;
116 void fatal(const char *fmt, ...) VPX_NO_RETURN;
119 void die_codec(vpx_codec_ctx_t *ctx, const char *s) VPX_NO_RETURN;
122 void usage_exit() VPX_NO_RETURN;
124 #undef VPX_NO_RETURN macro

Completed in 220 milliseconds