Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dbase.h182 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument
184 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
186 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \
187 __attribute__((__format__(__printf__, string_index, first_to_check)))
190 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check)
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h883 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
885 first_to_check)))
887 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
888 __attribute__((__format__(__printf__, string_index, first_to_check)))
891 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument