Lines Matching refs:ownership
1 …iple x86_64-apple-darwin11 -fsyntax-only -fobjc-arc -fblocks -Wexplicit-ownership-type -verify -Wn…
19 … (__strong NSString *)CFBridgingRelease(); // expected-error {{explicit ownership qualifier on cas…
22 …oreleasing PNSString) CFBridgingRelease(); // expected-error {{explicit ownership qualifier on cas…
26 …__strong NSString *)) CFBridgingRelease(); // expected-error {{explicit ownership qualifier on cas…
36 …trong test1; // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
37 …rong test2); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
38 …ng (test3)); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
50 …-warning {{method parameter of type 'NSObject<P> *__autoreleasing &' with no explicit ownership}} \
51 … expected-warning {{method parameter of type '__autoreleasing id<P> &' with no explicit ownership}}
53 …ted-warning {{method parameter of type 'NSObject *__autoreleasing *' with no explicit ownership}} \
54 … // expected-warning {{method parameter of type '__autoreleasing id *' with no explicit ownership}}
56 …eter of type '__autoreleasing T &' (aka 'void (^__autoreleasing &)()') with no explicit ownership}}