Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Ddebug.h98 #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/abseil-cpp/absl/base/
Dattributes.h89 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
90 __attribute__((__format__(__printf__, string_index, first_to_check)))
91 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument
92 __attribute__((__format__(__scanf__, string_index, first_to_check)))
94 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
95 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) argument
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dattributes.h87 #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/
Dhedley.hpp1195 …JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(ms_printf, string_i… argument
1197 …SON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(gnu_printf, string_i…
1215 …SON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(__printf__, string_i…
1217 …fine JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __declspec(vaformat(printf,string_idx,fi…
1219 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check)
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h667 # 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/googletest/googletest/include/gtest/internal/
Dgtest-port.h678 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
680 first_to_check)))
682 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
683 __attribute__((__format__(__printf__, string_index, first_to_check)))
686 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/third_party/cef/tools/distrib/gtest/
Dgtest.h932 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
934 first_to_check)))
936 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
937 __attribute__((__format__(__printf__, string_index, first_to_check)))
940 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/third_party/json/single_include/nlohmann/
Djson.hpp1304 …JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(ms_printf, string_i… argument
1306 …SON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(gnu_printf, string_i…
1324 …SON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __attribute__((__format__(__printf__, string_i…
1326 …fine JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check) __declspec(vaformat(printf,string_idx,fi…
1328 #define JSON_HEDLEY_PRINTF_FORMAT(string_idx,first_to_check)