Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:argument

20     expected-warning{{size argument in 'memset' call is a comparison}} \
22 expected-note {{explicitly cast the argument}}
26 expected-warning{{size argument in 'memmove' call is a comparison}} \
28 expected-note {{explicitly cast the argument}}
32 expected-warning{{size argument in 'memcpy' call is a comparison}} \
34 expected-note {{explicitly cast the argument}}
38 expected-warning{{size argument in 'memcmp' call is a comparison}} \
40 expected-note {{explicitly cast the argument}}
44 expected-warning{{size argument in 'strncmp' call is a comparison}} \
46 expected-note {{explicitly cast the argument}}
50 expected-warning{{size argument in 'strncasecmp' call is a comparison}} \
52 expected-note {{explicitly cast the argument}}
56 expected-warning{{size argument in 'strncpy' call is a comparison}} \
58 expected-note {{explicitly cast the argument}}
62 expected-warning{{size argument in 'strncat' call is a comparison}} \
64 expected-note {{explicitly cast the argument}}
68 expected-warning{{size argument in 'strndup' call is a comparison}} \
70 expected-note {{explicitly cast the argument}}
74 expected-warning{{size argument in 'strlcpy' call is a comparison}} \
76 expected-note {{explicitly cast the argument}}
80 expected-warning{{size argument in 'strlcat' call is a comparison}} \
82 expected-note {{explicitly cast the argument}}