Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dformat-strings-no-fixit.c31 const char kFormat5[] = "%-0d"; in pr9751() local
32 printf(kFormat5, 5); in pr9751()
Dformat-strings.c505 const char kFormat5[] = "%."; // expected-note{{format string is defined here}} in pr9751() local
506 printf(kFormat5, 5); // expected-warning{{incomplete format specifier}} in pr9751()