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

  /external/clang/test/Sema/
format-strings-no-fixit.c 31 const char kFormat5[] = "%-0d";
32 printf(kFormat5, 5);
58 // CHECK: const char kFormat5[] = "%-0d";
59 // CHECK: printf(kFormat5, 5);
format-strings.c 505 const char kFormat5[] = "%."; // expected-note{{format string is defined here}}
506 printf(kFormat5, 5); // expected-warning{{incomplete format specifier}}
    [all...]

Completed in 167 milliseconds