OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFormat14
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
format-strings.c
542
const char
kFormat14
[] = "%0s"; // expected-note{{format string is defined here}}
543
printf(
kFormat14
, "a"); // expected-warning{{flag '0' results in undefined behavior with 's' conversion specifier}}
[
all
...]
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h
44
kFormat14
= 14
Completed in 88 milliseconds