Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dtoolchain.h54 #define PRINTF_ATTRIBUTE(string_index, first_to_check) argument
96 #define PRINTF_ATTRIBUTE(string_index, first_to_check) \
97 __attribute__((format(printf, string_index, first_to_check)))
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/internal/
Dgtest-port.h680 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
682 first_to_check)))
684 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
685 __attribute__((__format__(__printf__, string_index, first_to_check)))
688 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument