Lines Matching refs:__attribute__
45 # define av_always_inline __attribute__((always_inline)) inline
62 # define av_warn_unused_result __attribute__((warn_unused_result))
68 # define av_noinline __attribute__((noinline))
76 # define av_pure __attribute__((pure))
82 # define av_const __attribute__((const))
88 # define av_cold __attribute__((cold))
94 # define av_flatten __attribute__((flatten))
100 # define attribute_deprecated __attribute__((deprecated))
131 # define av_unused __attribute__((unused))
142 # define av_used __attribute__((used))
148 # define av_alias __attribute__((may_alias))
161 # define av_printf_format(fmtpos, attrpos) __attribute__((__format__(__printf__, fmtpos, attrpos)))
168 # define av_noreturn __attribute__((noreturn))