OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFormat5
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
format-strings-no-fixit.c
31
const char
kFormat5
[] = "%-0d";
32
printf(
kFormat5
, 5);
58
// CHECK: const char
kFormat5
[] = "%-0d";
59
// CHECK: printf(
kFormat5
, 5);
format-strings.c
471
const char
kFormat5
[] = "%."; // expected-note{{format string is defined here}}
472
printf(
kFormat5
, 5); // expected-warning{{incomplete format specifier}}
Completed in 776 milliseconds