Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dformat-strings-no-fixit.c23 const char kFormat3[] = "%0s"; in pr9751() local
24 printf(kFormat3, "a"); in pr9751()
H A Dformat-strings-scanf.c80 const char kFormat3[] = "%hu"; // expected-note{{format string is defined here}}} in pr9751() local
81 …scanf(kFormat3, &i); // expected-warning {{format specifies type 'unsigned short *' but the argume… in pr9751()