Home
last modified time | relevance | path

Searched refs:synthesize (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/external/clang/test/SemaObjC/
Dproperty-2.m52 @synthesize PropertyAtomic_char;
53 @synthesize PropertyAtomic_short;
54 @synthesize PropertyAtomic_int;
55 @synthesize PropertyAtomic_long;
56 @synthesize PropertyAtomic_longlong;
57 @synthesize PropertyAtomic_float;
58 @synthesize PropertyAtomic_double;
59 @synthesize PropertyAtomic_id;
60 @synthesize PropertyAtomicRetained_id;
61 @synthesize PropertyAtomicRetainedCopied_id;
[all …]
Dmrc-weak.m30 @synthesize wa = _wa; // expected-note {{property synthesized here}}
31 @synthesize wb = _wb;
32 @synthesize wc = _wc; // expected-note {{property synthesized here}}
33 @synthesize wd = _wd;
34 @synthesize ua = _ua;
35 @synthesize ub = _ub; // expected-note {{property synthesized here}}
36 @synthesize uc = _uc;
37 @synthesize ud = _ud;
38 @synthesize sa = _sa;
39 @synthesize sb = _sb; // expected-note {{property synthesized here}}
[all …]
Darc-property.m21 @synthesize myString; // expected-note {{property synthesized here}}
22 @synthesize myString1 = StrongIvar; // OK
23 @synthesize myString2 = myString2; // expected-note {{property synthesized here}}
25 @synthesize myString3; // OK
26 @synthesize myString4; // OK
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}}
46 @synthesize z; // suppressed
56 @synthesize test2;
Darc-property-lifetime.m16 @synthesize x; // expected-note {{property synthesized here}}
17 @synthesize y; // expected-note {{property synthesized here}}
18 @synthesize z; // suppressed
33 @synthesize x; // expected-note {{property synthesized here}}
34 @synthesize y; // expected-note {{property synthesized here}}
35 @synthesize z; // suppressed
50 @synthesize x; // expected-note {{property synthesized here}}
51 @synthesize y; // expected-note {{property synthesized here}}
52 @synthesize z; // suppressed
81 @synthesize x;
[all …]
Dproperty-12.m35 @synthesize X;
40 @synthesize X;
45 @synthesize X;
50 @synthesize X;
55 @synthesize X;
60 @synthesize X;
65 @synthesize X;
Dunused-backing-ivar-warning.m42 @synthesize ok = okIvar;
47 @synthesize t = tIvar;
69 @synthesize supportsTimeRangeFilterWithoutEndDate=_supportsTimeRangeFilterWithoutEndDate;
102 @synthesize operation;
117 @synthesize p;
118 @synthesize q;
119 @synthesize r;
133 @synthesize p1=_p1;
134 @synthesize p2=_p2;
163 @synthesize myProperty;
[all …]
Ddefault-synthesize-3.m32 @synthesize DeepSynthProperty;
66 @property (readwrite) char isFoo; // expected-warning {{auto property synthesis will not synthesize
67 @property char Property1; // expected-warning {{auto property synthesis will not synthesize propert…
69 …char isNotFree; // expected-warning {{auto property synthesis will not synthesize property 'isNotF…
76 @synthesize Property2 = Property1; // expected-note {{property synthesized here}}
107 …write) id prop; // expected-warning {{auto property synthesis will not synthesize property 'prop'}}
108 …rite) id prop1; // expected-warning {{auto property synthesis will not synthesize property 'prop1'…
109 …rite) id prop2; // expected-warning {{auto property synthesis will not synthesize property 'prop2'…
129 @synthesize six;
154 @synthesize failureCount = _failureCount;
[all …]
Derror-property-gc-attr.m22 @synthesize pweak=IVAR; // expected-error {{existing instance variable 'IVAR' for __weak property …
23 @synthesize NOT=II; // expected-error {{existing instance variable 'II' for strong property 'NOT' m…
24 @synthesize WID;
25 @synthesize ID;
26 @synthesize AWEAK; // expected-error {{existing instance variable 'AWEAK' for strong property 'AWEA…
27 @synthesize WI;
Dprovisional-ivar-lookup.m15 @synthesize foo = _foo;
16 @synthesize foo1;
34 @synthesize foo2 = _foo2;
35 @synthesize foo3;
37 @synthesize PROP=PROP;
/external/clang/test/CodeGenObjC/
Dnewproperty-nested-synthesis-1.m56 @synthesize PropertyAtomic_char;
57 @synthesize PropertyAtomic_short;
58 @synthesize PropertyAtomic_int;
59 @synthesize PropertyAtomic_long;
60 @synthesize PropertyAtomic_longlong;
61 @synthesize PropertyAtomic_float;
62 @synthesize PropertyAtomic_double;
63 @synthesize PropertyAtomic_id;
64 @synthesize PropertyAtomicRetained_id;
65 @synthesize PropertyAtomicRetainedCopied_id;
[all …]
Dobjc2-ivar-assign.m28 @synthesize property=_property;
29 @synthesize propertyI;
30 @synthesize propertyTI=_propertyTI;
31 @synthesize propertyTPI=_propertyTPI;
32 @synthesize propertyID = _propertyID;
Dmisc-atomic-property.m34 @synthesize bools_p=x;
35 @synthesize bools_minus_one_p=y;
54 @synthesize dword_p=dw;
70 @synthesize fl_p = fl;
71 @synthesize d_p = d;
72 @synthesize ld_p = ld;
Dgc-weak-attribute.m15 @synthesize representedObject;
16 @synthesize wObject;
17 @synthesize wRandom;
18 @synthesize wAnother;
/external/clang/test/Rewriter/
Dobjc-modern-property-attributes.mm28 @synthesize q; // attributes should be "Ti,Vq"
30 @synthesize completionBlock=__completion; // "T@?,C,V__completion"
31 @synthesize Yblock = YVAR; // "T@\"PropertyClass\",&,VYVAR"
32 @synthesize readonlyAttr;
33 @synthesize readonlyCopyAttr;
34 @synthesize readonlyRetainAttr;
35 @synthesize readonlyNonatomicAttr;
36 @synthesize ID; // "T@,C,VID"
/external/clang/test/Analysis/
DPR2978.m35 @synthesize X = _X;
36 @synthesize Y = _Y; // expected-warning{{The '_Y' instance variable was retained by a synthesized p…
37 @synthesize Z = _Z; // expected-warning{{The '_Z' instance variable was not retained by a synthesiz…
38 @synthesize K = _K;
39 @synthesize N = _N;
40 @synthesize M = _M;
41 @synthesize V = _V;
42 @synthesize W = _W; // expected-warning{{The '_W' instance variable was retained by a synthesized p…
/external/clang/test/ARCMT/
Dremove-dealloc-zerouts.m.result14 @synthesize x;
15 @synthesize y;
16 @synthesize w;
17 @synthesize q;
33 [self setA:0]; // This is user-defined setter overriding synthesize, don't touch it.
36 @synthesize a;
Dremove-dealloc-zerouts.m14 @synthesize x;
15 @synthesize y;
16 @synthesize w;
17 @synthesize q;
38 [self setA:0]; // This is user-defined setter overriding synthesize, don't touch it.
41 @synthesize a;
Dremove-dealloc-method.m.result15 @synthesize x;
16 @synthesize y;
17 @synthesize w;
18 @synthesize z;
Dremove-dealloc-method.m15 @synthesize x;
16 @synthesize y;
17 @synthesize w;
18 @synthesize z;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRRecognizerSharedState.m35 @synthesize following;
36 @synthesize _fsp;
37 @synthesize errorRecovery;
38 @synthesize lastErrorIndex;
39 @synthesize failed;
40 @synthesize syntaxErrors;
41 @synthesize backtracking;
42 @synthesize ruleMemo;
43 @synthesize token;
44 @synthesize type;
[all …]
/external/clang/test/Driver/
Dno-objc-default-synthesize-properties.m1 // RUN: not %clang -fsyntax-only -fno-objc-default-synthesize-properties -fobjc-default-synthesize
9 // CHECK: error: unknown argument: '-fno-objc-default-synthesize-properties'
10 // CHECK: error: unknown argument: '-fobjc-default-synthesize-properties'
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDJoinResponse.m28 @synthesize result = _result;
29 @synthesize isInitiator = _isInitiator;
30 @synthesize roomId = _roomId;
31 @synthesize clientId = _clientId;
32 @synthesize messages = _messages;
33 @synthesize webSocketURL = _webSocketURL;
34 @synthesize webSocketRestURL = _webSocketRestURL;
/external/webrtc/talk/app/webrtc/objc/
DRTCPeerConnectionInterface.mm35 @synthesize iceTransportsType = _iceTransportsType;
36 @synthesize iceServers = _iceServers;
37 @synthesize bundlePolicy = _bundlePolicy;
38 @synthesize rtcpMuxPolicy = _rtcpMuxPolicy;
39 @synthesize tcpCandidatePolicy = _tcpCandidatePolicy;
40 @synthesize audioJitterBufferMaxPackets = _audioJitterBufferMaxPackets;
41 @synthesize iceConnectionReceivingTimeout = _iceConnectionReceivingTimeout;
42 @synthesize iceBackupCandidatePairPingInterval = _iceBackupCandidatePairPingInterval;
/external/clang/test/SemaObjCXX/
Dproperty-synthesis-error.mm25 @synthesize array=_array;
70 @synthesize cppObject = _cppObject; // expected-error {{atomic property of reference type 'const TC…
71 @synthesize ncppObject = _ncppObject;
73 @synthesize tcppObject = _tcppObject;
83 @implementation SynthIncompleteRef // expected-error {{cannot synthesize property 'x' with incomple…
84 @synthesize y; // expected-error {{cannot synthesize property 'y' with incomplete type 'IncompleteS…
/external/clang/test/ASTMerge/Inputs/
Dproperty2.m29 @synthesize Prop2 = ivar2;
30 @synthesize Prop1 = ivar1;
31 @synthesize Prop3 = ivar3;
32 @synthesize Prop4 = Prop4;

12345678910>>...16