Home
last modified time | relevance | path

Searched refs:synthesized (Results 1 – 25 of 161) sorted by relevance

1234567

/external/llvm-project/clang/test/SemaObjC/
Datomic-property-synthesis-rules.m11 warning: Atomic property 'x' has a synthesized setter and a
13 warning: Atomic property 'x' has a synthesized getter and a
111 // expected-note {{setter and getter must both be synthesized}}
113 // expected-note {{setter and getter must both be synthesized}}
144 … // expected-note {{setter and getter must both be synthesized}}
146 … // expected-note {{setter and getter must both be synthesized}}
207 … // expected-note {{setter and getter must both be synthesized}}
209 … // expected-note {{setter and getter must both be synthesized}}
218 … // expected-note {{setter and getter must both be synthesized}}
220 … // expected-note {{setter and getter must both be synthesized}}
[all …]
Ddefault-synthesize-1.m11 …// expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
12 …// expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
21 …// expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
22 …// expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
41 …/ expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
42 …// expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
121 …// expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
151 …// expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
Darc-property.m21 @synthesize myString; // expected-note {{property synthesized here}}
23 @synthesize myString2 = myString2; // expected-note {{property synthesized here}}
27 @synthesize myString5 = StrongIvar5; // expected-note {{property synthesized here}}
44 @synthesize x; // expected-note {{property synthesized here}}
45 @synthesize y; // expected-note {{property synthesized here}}
Ddefault-synthesize-2.m34 // default synthesized; thus causing user error.
50 @implementation Test3 // expected-warning {{autosynthesized property 'uid' will use synthesized ins…
51 // Oops, forgot to write @synthesize! will be default synthesized
69 return self->_var; // compiles because 'var' is synthesized by default
110 // With default synthesis, '_object' is be the synthesized ivar not the global
Diboutlet.m10 …w; // expected-warning {{readonly IBOutlet property 'myView' when auto-synthesized may not work co…
12 …; // expected-warning {{readonly IBOutlet property 'myView1' when auto-synthesized may not work co…
14 …; // expected-warning {{readonly IBOutlet property 'myView2' when auto-synthesized may not work co…
28 …-warning {{readonly IBOutlet property 'autoReadOnlyReadOnly' when auto-synthesized may not work co…
Darc-property-lifetime.m16 @synthesize x; // expected-note {{property synthesized here}}
17 @synthesize y; // expected-note {{property synthesized here}}
33 @synthesize x; // expected-note {{property synthesized here}}
34 @synthesize y; // expected-note {{property synthesized here}}
50 @synthesize x; // expected-note {{property synthesized here}}
51 @synthesize y; // expected-note {{property synthesized here}}
82 @synthesize y; // expected-note {{property synthesized here}}
97 @synthesize y; // expected-note {{property synthesized here}}
Dproperty-ambiguous-synthesis.m27 @synthesize foo=_MyFooIvar; // expected-note {{property synthesized here}}
35 @synthesize foo=_MyFooIvar; // expected-note {{property synthesized here}}
43 @synthesize foo=_MyFooIvar; // expected-note {{property synthesized here}}
Dmrc-weak.m30 @synthesize wa = _wa; // expected-note {{property synthesized here}}
32 @synthesize wc = _wc; // expected-note {{property synthesized here}}
35 @synthesize ub = _ub; // expected-note {{property synthesized here}}
39 @synthesize sb = _sb; // expected-note {{property synthesized here}}
/external/clang/test/SemaObjC/
Datomoic-property-synnthesis-rules.m11 warning: Atomic property 'x' has a synthesized setter and a
13 warning: Atomic property 'x' has a synthesized getter and a
111 // expected-note {{setter and getter must both be synthesized}}
113 // expected-note {{setter and getter must both be synthesized}}
144 … // expected-note {{setter and getter must both be synthesized}}
146 … // expected-note {{setter and getter must both be synthesized}}
207 … // expected-note {{setter and getter must both be synthesized}}
209 … // expected-note {{setter and getter must both be synthesized}}
218 … // expected-note {{setter and getter must both be synthesized}}
220 … // expected-note {{setter and getter must both be synthesized}}
[all …]
Darc-property.m21 @synthesize myString; // expected-note {{property synthesized here}}
23 @synthesize myString2 = myString2; // expected-note {{property synthesized here}}
27 @synthesize myString5 = StrongIvar5; // expected-note {{property synthesized here}}
44 @synthesize x; // expected-note {{property synthesized here}}
45 @synthesize y; // expected-note {{property synthesized here}}
Ddefault-synthesize-1.m11 …// expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
12 …// expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
21 …// expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
22 …// expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
41 …/ expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
42 …// expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
121 …// expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
Ddefault-synthesize-2.m34 // default synthesized; thus causing user error.
50 @implementation Test3 // expected-warning {{autosynthesized property 'uid' will use synthesized ins…
51 // Oops, forgot to write @synthesize! will be default synthesized
69 return self->_var; // compiles because 'var' is synthesized by default
110 // With default synthesis, '_object' is be the synthesized ivar not the global
Diboutlet.m10 …w; // expected-warning {{readonly IBOutlet property 'myView' when auto-synthesized may not work co…
12 …; // expected-warning {{readonly IBOutlet property 'myView1' when auto-synthesized may not work co…
14 …; // expected-warning {{readonly IBOutlet property 'myView2' when auto-synthesized may not work co…
28 …-warning {{readonly IBOutlet property 'autoReadOnlyReadOnly' when auto-synthesized may not work co…
Darc-property-lifetime.m16 @synthesize x; // expected-note {{property synthesized here}}
17 @synthesize y; // expected-note {{property synthesized here}}
33 @synthesize x; // expected-note {{property synthesized here}}
34 @synthesize y; // expected-note {{property synthesized here}}
50 @synthesize x; // expected-note {{property synthesized here}}
51 @synthesize y; // expected-note {{property synthesized here}}
82 @synthesize y; // expected-note {{property synthesized here}}
97 @synthesize y; // expected-note {{property synthesized here}}
Dproperty-ambiguous-synthesis.m27 @synthesize foo=_MyFooIvar; // expected-note {{property synthesized here}}
35 @synthesize foo=_MyFooIvar; // expected-note {{property synthesized here}}
43 @synthesize foo=_MyFooIvar; // expected-note {{property synthesized here}}
Dmrc-weak.m30 @synthesize wa = _wa; // expected-note {{property synthesized here}}
32 @synthesize wc = _wc; // expected-note {{property synthesized here}}
35 @synthesize ub = _ub; // expected-note {{property synthesized here}}
39 @synthesize sb = _sb; // expected-note {{property synthesized here}}
/external/llvm-project/clang/test/Analysis/
Dobjc-properties.m20 …@property (assign, nonatomic) MyClass* A; // explicitly synthesized, not implemented, non-default …
22 @property (assign) MyClass* X; // automatically synthesized, not implemented
24 @property (assign, nonatomic) MyClass* Y; // automatically synthesized, implemented
26 @property (assign, nonatomic) MyClass* Z; // non-synthesized ivar, implemented setter
27 …@property (readonly) id nonSynth; // non-synthesized, explicitly implemented to return ivar with …
DDeallocMissingRelease.m90 …ected-warning {{The '_ivar' ivar in 'MyPropertyClass1' was copied by a synthesized property but no…
103 …ted-warning {{The '_ivar' ivar in 'MyPropertyClass2' was retained by a synthesized property but no…
119 …ted-warning {{The '_ivar' ivar in 'MyPropertyClass3' was retained by a synthesized property but no…
142 … {{The '_blockPropertyIvar' ivar in 'MyPropertyClass4' was copied by a synthesized property but no…
175 …'_ivar' ivar in 'MyPropertyClassWithReturnInDealloc' was retained by a synthesized property but no…
203 … ivar in 'MyPropertyClassWithReleaseInOtherInstance' was retained by a synthesized property but no…
221 …in 'MyPropertyClassWithNeitherReturnNorSuperDealloc' was retained by a synthesized property but no…
263 …The '_ivar2' ivar in 'ClassWithControlFlowInRelease' was retained by a synthesized property but no…
299 …warning {{The '_ivar' ivar in 'ClassWithNildOutIvar' was retained by a synthesized property but no…
320 …warning {{The '_ivar' ivar in 'ClassWithUpdatedIvar' was retained by a synthesized property but no…
[all …]
DPR2978.m83 …[_Z release]; // expected-warning{{The '_Z' ivar in 'MyClass' was synthesized for an assign, readw…
93 …[_S release]; // expected-warning {{The '_S' ivar in 'MyClass' was synthesized for a weak property…
97 …[_Q release]; // expected-warning {{The '_Q' ivar in 'MyClass' was synthesized for a weak property…
110 …// expected-warning@-1{{The '_Y' ivar in 'MyClass' was retained by a synthesized property but not …
111 …// expected-warning@-2{{The '_W' ivar in 'MyClass' was retained by a synthesized property but not …
/external/llvm-project/clang/test/Analysis/objc/
Ddirect-ivar-assignment-in-annotated-functions.m33 …@property (assign, nonatomic) MyClass* A; // explicitly synthesized, not implemented, non-default …
35 @property (assign) MyClass* X; // automatically synthesized, not implemented
37 @property (assign, nonatomic) MyClass* Y; // automatically synthesized, implemented
39 @property (assign, nonatomic) MyClass* Z; // non-synthesized ivar, implemented setter
40 …@property (readonly) id nonSynth; // non-synthesized, explicitly implemented to return ivar with …
/external/clang/test/Analysis/objc/
Ddirect-ivar-assignment-in-annotated-functions.m29 …@property (assign, nonatomic) MyClass* A; // explicitely synthesized, not implemented, non-default…
31 @property (assign) MyClass* X; // automatically synthesized, not implemented
33 @property (assign, nonatomic) MyClass* Y; // automatically synthesized, implemented
35 @property (assign, nonatomic) MyClass* Z; // non-synthesized ivar, implemented setter
36 …@property (readonly) id nonSynth; // non-synthesized, explicitly implemented to return ivar with …
/external/clang/test/Analysis/
Dobjc-properties.m20 …@property (assign, nonatomic) MyClass* A; // explicitely synthesized, not implemented, non-default…
22 @property (assign) MyClass* X; // automatically synthesized, not implemented
24 @property (assign, nonatomic) MyClass* Y; // automatically synthesized, implemented
26 @property (assign, nonatomic) MyClass* Z; // non-synthesized ivar, implemented setter
27 …@property (readonly) id nonSynth; // non-synthesized, explicitly implemented to return ivar with …
DPR2978.m83 …[_Z release]; // expected-warning{{The '_Z' ivar in 'MyClass' was synthesized for an assign, readw…
93 …[_S release]; // expected-warning {{The '_S' ivar in 'MyClass' was synthesized for a weak property…
97 …[_Q release]; // expected-warning {{The '_Q' ivar in 'MyClass' was synthesized for a weak property…
110 …// expected-warning@-1{{The '_Y' ivar in 'MyClass' was retained by a synthesized property but not …
111 …// expected-warning@-2{{The '_W' ivar in 'MyClass' was retained by a synthesized property but not …
DDeallocMissingRelease.m89 …ected-warning {{The '_ivar' ivar in 'MyPropertyClass1' was copied by a synthesized property but no…
102 …ted-warning {{The '_ivar' ivar in 'MyPropertyClass2' was retained by a synthesized property but no…
118 …ted-warning {{The '_ivar' ivar in 'MyPropertyClass3' was retained by a synthesized property but no…
141 … {{The '_blockPropertyIvar' ivar in 'MyPropertyClass4' was copied by a synthesized property but no…
174 …'_ivar' ivar in 'MyPropertyClassWithReturnInDealloc' was retained by a synthesized property but no…
202 … ivar in 'MyPropertyClassWithReleaseInOtherInstance' was retained by a synthesized property but no…
220 …in 'MyPropertyClassWithNeitherReturnNorSuperDealloc' was retained by a synthesized property but no…
262 …The '_ivar2' ivar in 'ClassWithControlFlowInRelease' was retained by a synthesized property but no…
298 …warning {{The '_ivar' ivar in 'ClassWithNildOutIvar' was retained by a synthesized property but no…
319 …warning {{The '_ivar' ivar in 'ClassWithUpdatedIvar' was retained by a synthesized property but no…
[all …]
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DCOFF_x86_64.s39 # (1) Check that callq argument points to synthesized stub addr.
44 # (2) Check that synthesized stub entry points to call target.
54 # (1) Check that the movq argument points to synthesized stub addr.
59 # (2) Check that synthesized stub entry points to datao target.

1234567