Lines Matching refs:kFormat8
517 const char kFormat8[] = "%1$d %d"; // expected-note{{format string is defined here}}518 printf(kFormat8, 4, 4); // expected-warning{{cannot mix positional and non-positional arguments in format string}}