HomeSort by relevance Sort by last modified time
    Searched refs:kFormat12 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Sema/
format-strings.c 499 const char kFormat12[] = "%*d"; // expected-note{{format string is defined here}}
500 printf(kFormat12, 4.4); // expected-warning{{field width should have type 'int', but argument has type 'double'}}
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h 42 kFormat12 = 12,

Completed in 112 milliseconds