HomeSort by relevance Sort by last modified time
    Searched refs:kFormat2 (Results 1 - 3 of 3) 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 53 const char kFormat2[] = "%["; // expected-note{{format string is defined here}}}
54 scanf(kFormat2, str); // expected-warning{{no closing ']' for '%[' in scanf format string}}
format-strings.c 431 const char kFormat2[] = "%18$s\n"; // expected-note{{format string is defined here}}
432 printf(kFormat2, 1, "foo"); // expected-warning{{data argument position '18' exceeds the number of data arguments (2)}}

Completed in 17 milliseconds