OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kFormat2
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Sema/
format-strings-no-fixit.c
18
const char
kFormat2
[] = "%.3p";
20
printf(
kFormat2
, p);
45
// CHECK: const char
kFormat2
[] = "%.3p";
47
// CHECK: printf(
kFormat2
, p);
format-strings-scanf.c
59
const char
kFormat2
[] = "%["; // expected-note{{format string is defined here}}}
60
scanf(
kFormat2
, str); // expected-warning{{no closing ']' for '%[' in scanf format string}}
format-strings.c
497
const char
kFormat2
[] = "%18$s\n"; // expected-note{{format string is defined here}}
498
printf(
kFormat2
, 1, "foo"); // expected-warning{{data argument position '18' exceeds the number of data arguments (2)}}
[
all
...]
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h
37
kFormat2
= 2,
Completed in 489 milliseconds