Lines Matching full:expression
38 // expected-warning {{argument to 'sizeof' in 'memset' call is the same expression as the destination}}
40 // expected-warning {{argument to 'sizeof' in 'memset' call is the same expression as the destination}}
42 // expected-warning {{argument to 'sizeof' in 'memset' call is the same expression as the destination}}
48 // expected-warning {{argument to 'sizeof' in 'memset' call is the same expression as the destination}}
51 // expected-warning {{argument to 'sizeof' in 'memcpy' call is the same expression as the destination}}
53 // expected-warning {{argument to 'sizeof' in 'memcpy' call is the same expression as the source}}
56 // expected-warning {{argument to 'sizeof' in 'memmove' call is the same expression as the destination}}
58 // expected-warning {{argument to 'sizeof' in 'memcmp' call is the same expression as the destination}}
135 // expected-warning {{argument to 'sizeof' in 'strncmp' call is the same expression as the destination}}
137 // expected-warning {{argument to 'sizeof' in 'strncasecmp' call is the same expression as the destination}}
142 // expected-warning {{argument to 'sizeof' in 'strncpy' call is the same expression as the source}}
144 // expected-warning {{argument to 'sizeof' in 'strndup' call is the same expression as the source}}