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/flutter/engine/flutter/fml/ |
D | compiler_specific.h | 73 #define FML_PRINTF_FORMAT(format_param, dots_param) \ argument 74 __attribute__((format(printf, format_param, dots_param))) 76 #define FML_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
|