OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFormat3
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
format-strings-no-fixit.c
23
const char
kFormat3
[] = "%0s";
24
printf(
kFormat3
, "a");
50
// CHECK: const char
kFormat3
[] = "%0s";
51
// CHECK: printf(
kFormat3
, "a");
format-strings-scanf.c
62
const char
kFormat3
[] = "%hu"; // expected-note{{format string is defined here}}}
63
scanf(
kFormat3
, &i); // expected-warning {{format specifies type 'unsigned short *' but the argument}}
Completed in 2675 milliseconds