Searched refs:dots_param (Results 1 – 3 of 3) sorted by relevance
/third_party/gn/src/base/ |
D | compiler_specific.h | 35 #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/ |
D | compiler-specific.h | 27 #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/ |
D | cef_compiler_specific.h | 188 #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
|