Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dformat-strings.c494 const char kFormat11[] = "%*d"; // expected-note{{format string is defined here}} in pr9751() local
495 …printf(kFormat11); // expected-warning{{'*' specified field width is missing a matching 'int' argu… in pr9751()