Lines Matching full:but
23 …l); // expected-warning{{format specifies type '__int64' (aka 'long long') but the argument has ty… in signed_test()
25 … bigval); // expected-warning{{format specifies type '__int32' (aka 'int') but the argument has ty… in signed_test()
26 … bigval); // expected-warning{{format specifies type '__int32' (aka 'int') but the argument has ty… in signed_test()
31 …rning{{format specifies type 'unsigned __int64' (aka 'unsigned long long') but the argument has ty… in unsigned_test()
33 …ted-warning{{format specifies type 'unsigned __int32' (aka 'unsigned int') but the argument has ty… in unsigned_test()
34 …ted-warning{{format specifies type 'unsigned __int32' (aka 'unsigned int') but the argument has ty… in unsigned_test()
52 …printf("%wc", bad); // expected-warning{{format specifies type 'wint_t' (aka 'int') but the argume… in w_test()
53 …/ expected-warning{{format specifies type 'wchar_t' (aka 'unsigned short') but the argument has ty… in w_test()
54 …/ expected-warning{{format specifies type 'wchar_t' (aka 'unsigned short') but the argument has ty… in w_test()
55 …pected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has ty… in w_test()
56 …pected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has ty… in w_test()
57 …pected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has ty… in w_test()
58 …pected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has ty… in w_test()
59 …pected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has ty… in w_test()
60 …pected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has ty… in w_test()
61 …pected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has ty… in w_test()
62 …pected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has ty… in w_test()
63 …pected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has ty… in w_test()
69 …printf("%hc", bad); // expected-warning{{format specifies type 'int' but the argument has type 'do… in h_test()
70 …printf("%hC", bad); // expected-warning{{format specifies type 'int' but the argument has type 'do… in h_test()
71 …printf("%hs", bad); // expected-warning{{format specifies type 'char *' but the argument has type … in h_test()
72 …printf("%hS", bad); // expected-warning{{format specifies type 'char *' but the argument has type … in h_test()
73 …scanf("%hc", &bad); // expected-warning{{format specifies type 'char *' but the argument has type … in h_test()
74 …scanf("%hC", &bad); // expected-warning{{format specifies type 'char *' but the argument has type … in h_test()
75 …scanf("%hs", &bad); // expected-warning{{format specifies type 'char *' but the argument has type … in h_test()
76 …scanf("%hS", &bad); // expected-warning{{format specifies type 'char *' but the argument has type … in h_test()