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

  /external/clang/test/Sema/
format-strings-no-fixit.c 23 const char kFormat3[] = "%0s";
24 printf(kFormat3, "a");
50 // CHECK: const char kFormat3[] = "%0s";
51 // CHECK: printf(kFormat3, "a");
format-strings-scanf.c 56 const char kFormat3[] = "%hu"; // expected-note{{format string is defined here}}}
57 scanf(kFormat3, &i); // expected-warning {{format specifies type 'unsigned short *' but the argument}}
format-strings.c 435 const char kFormat3[] = "%n"; // expected-note{{format string is defined here}}
436 printf(kFormat3, "as"); // expected-warning{{use of '%n' in format string discouraged}}

Completed in 4103 milliseconds