Searched refs:first_to_check (Results 1 – 2 of 2) sorted by relevance
54 #define PRINTF_ATTRIBUTE(string_index, first_to_check) argument96 #define PRINTF_ATTRIBUTE(string_index, first_to_check) \97 __attribute__((format(printf, string_index, first_to_check)))
680 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument682 first_to_check)))684 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument685 __attribute__((__format__(__printf__, string_index, first_to_check)))688 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument