Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h759 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
760 __attribute__((format(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
762 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
763 __attribute__((format(printf, string_index, first_to_check)))
765 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument