Searched refs:kFormat10 (Results 1 – 3 of 3) sorted by relevance
525 const char kFormat10[] = "\0%d"; // expected-note{{format string is defined here}} in pr9751() local526 printf(kFormat10, 4); // expected-warning{{format string contains '\0' within the string body}} in pr9751()
536 const char kFormat10[] = "\0%d"; // expected-note{{format string is defined here}} in pr9751() local537 printf(kFormat10, 4); // expected-warning{{format string contains '\0' within the string body}} in pr9751()
41 kFormat10 = 10, enumerator