Lines Matching full:has

23 …cted-warning{{format specifies type '__int64' (aka 'long long') but the argument has type 'short'}}  in signed_test()
25 …pected-warning{{format specifies type '__int32' (aka 'int') but the argument has type 'long long'}} in signed_test()
26 …pected-warning{{format specifies type '__int32' (aka 'int') but the argument has type 'long long'}} in signed_test()
31 …cifies type 'unsigned __int64' (aka 'unsigned long long') but the argument has type 'unsigned shor… in unsigned_test()
33 …at specifies type 'unsigned __int32' (aka 'unsigned int') but the argument has type 'unsigned long… in unsigned_test()
34 …at specifies type 'unsigned __int32' (aka 'unsigned int') but the argument has type 'unsigned long… in unsigned_test()
52 …warning{{format specifies type 'wint_t' (aka 'unsigned short') but the argument has type 'double'}} in w_test()
53 …arning{{format specifies type 'wchar_t' (aka 'unsigned short') but the argument has type 'double'}} in w_test()
54 …arning{{format specifies type 'wchar_t' (aka 'unsigned short') but the argument has type 'double'}} in w_test()
55 …ng{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double'}} in w_test()
56 …ng{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double'}} in w_test()
57 …ng{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double'}} in w_test()
58 …{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double *'}} in w_test()
59 …{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double *'}} in w_test()
60 …{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double *'}} in w_test()
61 …{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double *'}} in w_test()
62 …{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double *'}} in w_test()
63 …{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double *'}} 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()