Lines Matching refs:kFormat13
537 const char kFormat13[] = "%.3p"; // expected-note{{format string is defined here}}539 printf(kFormat13, p); // expected-warning{{precision used with 'p' conversion specifier, resulting in undefined behavior}}