Home
last modified time | relevance | path

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

/external/vixl/src/
Dutils-vixl.h42 #define PRINTF_CHECK(format_index, varargs_index) \ argument
43 __attribute__((format(gnu_printf, format_index, varargs_index)))
45 #define PRINTF_CHECK(format_index, varargs_index)