OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFormat8
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
format-strings.c
483
const char
kFormat8
[] = "%1$d %d"; // expected-note{{format string is defined here}}
484
printf(
kFormat8
, 4, 4); // expected-warning{{cannot mix positional and non-positional arguments in format string}}
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h
40
kFormat8
= 8,
Completed in 112 milliseconds