/third_party/mbedtls/include/mbedtls/ |
D | debug.h | 98 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 99 __attribute__((__format__(gnu_printf, string_index, first_to_check))) 101 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 102 __attribute__((format(printf, string_index, first_to_check))) 105 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 108 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | attributes.h | 87 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 88 __attribute__((__format__(__printf__, string_index, first_to_check))) 89 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument 90 __attribute__((__format__(__scanf__, string_index, first_to_check))) 92 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 93 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) argument
|
/third_party/json/include/nlohmann/thirdparty/hedley/ |
D | hedley.hpp | 1296 …JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(ms_printf, string_i… argument 1298 …SON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(gnu_printf, string_i… 1317 …SON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(__printf__, string_i… 1319 …fine JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __declspec(vaformat(printf,string_idx,fi… 1321 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check)
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 667 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 669 first_to_check))) 671 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 672 __attribute__((__format__(__printf__, string_index, first_to_check))) 675 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
/third_party/node/deps/googletest/include/gtest/internal/ |
D | gtest-port.h | 777 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 778 __attribute__((format(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 780 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 781 __attribute__((format(printf, string_index, first_to_check))) 783 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 712 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 713 __attribute__((format(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 715 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 716 __attribute__((format(printf, string_index, first_to_check))) 718 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
/third_party/json/tests/abi/include/nlohmann/ |
D | json_v3_10_5.hpp | 1475 …JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(ms_printf, string_i… argument 1477 …SON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(gnu_printf, string_i… 1496 …SON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(__printf__, string_i… 1498 …fine JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __declspec(vaformat(printf,string_idx,fi… 1500 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check)
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 1612 …JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(ms_printf, string_i… argument 1614 …SON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(gnu_printf, string_i… 1633 …SON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(__printf__, string_i… 1635 …fine JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __declspec(vaformat(printf,string_idx,fi… 1637 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check)
|