Home
last modified time | relevance | path

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

/third_party/gn/src/base/
Dcompiler_specific.h35 #define PRINTF_FORMAT(format_param, dots_param) \ argument
36 __attribute__((format(printf, format_param, dots_param)))
38 #define PRINTF_FORMAT(format_param, dots_param) argument
/third_party/node/deps/v8/src/base/
Dcompiler-specific.h27 #define PRINTF_FORMAT(format_param, dots_param) \ argument
28 __attribute__((format(printf, format_param, dots_param)))
30 #define PRINTF_FORMAT(format_param, dots_param) argument
/third_party/cef/include/base/
Dcef_compiler_specific.h188 #define PRINTF_FORMAT(format_param, dots_param) \ argument
189 __attribute__((format(printf, format_param, dots_param)))
191 #define PRINTF_FORMAT(format_param, dots_param) argument
197 #define WPRINTF_FORMAT(format_param, dots_param) argument