OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFormat6
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
format-strings-no-fixit.c
35
const char
kFormat6
[] = "%00d";
37
scanf(
kFormat6
, i);
62
// CHECK: const char
kFormat6
[] = "%00d";
64
// CHECK: scanf(
kFormat6
, i);
format-strings.c
447
const char
kFormat6
[] = "%s"; // expected-note{{format string is defined here}}
448
printf(
kFormat6
, 5); // expected-warning{{format specifies type 'char *' but the argument has type 'int'}}
Completed in 33 milliseconds