Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:expected

20     expected-warning{{size argument in 'memset' call is a comparison}} \
21 expected-note {{did you mean to compare}} \
22 expected-note {{explicitly cast the argument}}
26 expected-warning{{size argument in 'memmove' call is a comparison}} \
27 expected-note {{did you mean to compare}} \
28 expected-note {{explicitly cast the argument}}
32 expected-warning{{size argument in 'memcpy' call is a comparison}} \
33 expected-note {{did you mean to compare}} \
34 expected-note {{explicitly cast the argument}}
38 expected-warning{{size argument in 'memcmp' call is a comparison}} \
39 expected-note {{did you mean to compare}} \
40 expected-note {{explicitly cast the argument}}
44 expected-warning{{size argument in 'strncmp' call is a comparison}} \
45 expected-note {{did you mean to compare}} \
46 expected-note {{explicitly cast the argument}}
50 expected-warning{{size argument in 'strncasecmp' call is a comparison}} \
51 expected-note {{did you mean to compare}} \
52 expected-note {{explicitly cast the argument}}
56 expected-warning{{size argument in 'strncpy' call is a comparison}} \
57 expected-note {{did you mean to compare}} \
58 expected-note {{explicitly cast the argument}}
62 expected-warning{{size argument in 'strncat' call is a comparison}} \
63 expected-note {{did you mean to compare}} \
64 expected-note {{explicitly cast the argument}}
68 expected-warning{{size argument in 'strndup' call is a comparison}} \
69 expected-note {{did you mean to compare}} \
70 expected-note {{explicitly cast the argument}}
74 expected-warning{{size argument in 'strlcpy' call is a comparison}} \
75 expected-note {{did you mean to compare}} \
76 expected-note {{explicitly cast the argument}}
80 expected-warning{{size argument in 'strlcat' call is a comparison}} \
81 expected-note {{did you mean to compare}} \
82 expected-note {{explicitly cast the argument}}