Lines Matching refs:ownership
24 …// expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}}…
26 …// expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}}…
28 …// expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}}…
32 …memcpy(ptr, sip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-…
34 …memcpy(ptr, wip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-…
36 …memcpy(ptr, aip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-…
40 …/ expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}}…
42 …/ expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}}…
44 …/ expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}}…
48 …17); // expected-warning{{source of this 'memmove' call is a pointer to ownership-qualified type}}…
50 …17); // expected-warning{{source of this 'memmove' call is a pointer to ownership-qualified type}}…
52 …17); // expected-warning{{source of this 'memmove' call is a pointer to ownership-qualified type}}…
61 … __strong id); // expected-error{{second argument to 'va_arg' is of ARC ownership-qualified type '…