Lines Matching refs:warning
24 …memcpy(sip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to owne…
25 // expected-note{{explicitly cast the pointer to silence this warning}}
26 …memcpy(wip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to owne…
27 // expected-note{{explicitly cast the pointer to silence this warning}}
28 …memcpy(aip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to owne…
29 // expected-note{{explicitly cast the pointer to silence this warning}}
32 …memcpy(ptr, sip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-…
33 // expected-note{{explicitly cast the pointer to silence this warning}}
34 …memcpy(ptr, wip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-…
35 // expected-note{{explicitly cast the pointer to silence this warning}}
36 …memcpy(ptr, aip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-…
37 // expected-note{{explicitly cast the pointer to silence this warning}}
40 …memmove(sip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ow…
41 // expected-note{{explicitly cast the pointer to silence this warning}}
42 …memmove(wip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ow…
43 // expected-note{{explicitly cast the pointer to silence this warning}}
44 …memmove(aip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ow…
45 // expected-note{{explicitly cast the pointer to silence this warning}}
48 …memmove(ptr, sip, 17); // expected-warning{{source of this 'memmove' call is a pointer to ownershi…
49 // expected-note{{explicitly cast the pointer to silence this warning}}
50 …memmove(ptr, wip, 17); // expected-warning{{source of this 'memmove' call is a pointer to ownershi…
51 // expected-note{{explicitly cast the pointer to silence this warning}}
52 …memmove(ptr, aip, 17); // expected-warning{{source of this 'memmove' call is a pointer to ownershi…
53 // expected-note{{explicitly cast the pointer to silence this warning}}