Searched refs:first_to_check (Results 1 – 1 of 1) sorted by relevance
759 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument760 __attribute__((format(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))762 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument763 __attribute__((format(printf, string_index, first_to_check)))765 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument