Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h671 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
672 __attribute__((__format__(__MINGW_PRINTF_FORMAT, string_index, \
675 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
676 __attribute__((__format__(__printf__, string_index, first_to_check)))
679 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp342 char string_index(int n) { in string_index() function