Lines Matching refs:kFormat5
505 const char kFormat5[] = "%."; // expected-note{{format string is defined here}}506 printf(kFormat5, 5); // expected-warning{{incomplete format specifier}}