Searched refs:kFormat4 (Results 1 – 3 of 3) sorted by relevance
27 const char kFormat4[] = "%hhs"; in pr9751() local28 printf(kFormat4, "a"); in pr9751()
64 const char kFormat4[] = "%lp"; // expected-note{{format string is defined here}}} in pr9751() local65 …scanf(kFormat4, &i); // expected-warning {{length modifier 'l' results in undefined behavior or no… in pr9751()
463 const char kFormat4[] = "%y"; // expected-note{{format string is defined here}} in pr9751() local464 printf(kFormat4, 5); // expected-warning{{invalid conversion specifier 'y'}} in pr9751()