Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dformat-strings.c523 const char kFormat17[] = "%hu"; // expected-note{{format string is defined here}}} in pr9751() local
524 …printf(kFormat17, (int[]){0}); // expected-warning{{format specifies type 'unsigned short' but the… in pr9751()