Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dformat-strings-no-fixit.c27 const char kFormat4[] = "%hhs"; in pr9751() local
28 printf(kFormat4, "a"); in pr9751()
H A Dformat-strings-scanf.c82 const char kFormat4[] = "%lp"; // expected-note{{format string is defined here}}} in pr9751() local
83 …scanf(kFormat4, &i); // expected-warning {{length modifier 'l' results in undefined behavior or no… in pr9751()
H A Dformat-strings.c569 const char kFormat4[] = "%y"; // expected-note{{format string is defined here}} in pr9751() local
570 printf(kFormat4, 5); // expected-warning{{invalid conversion specifier 'y'}} in pr9751()