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

/external/harfbuzz_ng/src/
H A Dhb-private.hh94 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_idx))) macro
98 #define HB_PRINTF_FUNC(format_idx, arg_idx) macro
670 va_list ap) HB_PRINTF_FUNC(7, 0);
738 ...) HB_PRINTF_FUNC(7, 8);
762 ...) HB_PRINTF_FUNC(7, 8);

Completed in 61 milliseconds