HomeSort by relevance Sort by last modified time
    Searched full:synthesize (Results 1 - 25 of 828) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenObjC/
newproperty-nested-synthesis-1.m 56 @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...]
objc2-ivar-assign.m 28 @synthesize property=_property;
29 @synthesize propertyI;
30 @synthesize propertyTI=_propertyTI;
31 @synthesize propertyTPI=_propertyTPI;
32 @synthesize propertyID = _propertyID;
protocol-property-synth.m 30 @synthesize delegate = _Subdelegate;
31 @synthesize another;
32 @synthesize myanother;
gc-weak-attribute.m 15 @synthesize representedObject;
16 @synthesize wObject;
17 @synthesize wRandom;
18 @synthesize wAnother;
  /external/clang/test/SemaObjC/
property-2.m 52 @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...]
provisional-ivar-lookup.m 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-default-synthesize-properties -verify -Wno-objc-root-class %s
15 @synthesize foo = _foo;
16 @synthesize foo1;
34 @synthesize foo2 = _foo2;
35 @synthesize foo3;
37 @synthesize PROP=PROP;
arc-readonly-property-ivar.m 14 @synthesize ReadOnlyPropertyNoBackingIvar;
15 @synthesize ReadOnlyProperty = _ReadOnlyProperty;
16 @synthesize ReadOnlyPropertyX = _ReadOnlyPropertyX;
ivar-sem-check-2.m 18 @synthesize value; // expected-note {{previous use is here}}
19 @synthesize value1=value; // expected-error {{synthesized properties 'value1' and 'value' both claim instance variable 'value'}}
20 @synthesize prop=value2; // expected-error {{property 'prop' attempting to use instance variable 'value2' declared in super class 'Super'}}
property-category-2.m 2 // Test that a property can be synthesize in a category
19 @synthesize anotherFloat; // expected-error {{@synthesize not allowed in a category's implementation}}
property-ns-returns-not-retained-attr.m 15 @synthesize newName;
17 @synthesize newName1;
20 @synthesize newName2;
property-and-class-extension.m 4 When processing @synthesize, treat ivars in a class extension the same as ivars in the class @interface,
6 In particular, when searching for an ivar to back an @synthesize, do look at ivars in the class's own class
34 @synthesize Property; // expected-error {{property 'Property' attempting to use instance variable 'Property' declared in super class 'Super'}}
35 @synthesize Property1; // OK
no-gc-weak-test.m 12 @synthesize delegate = _delegate;
27 @synthesize selectionRect = _selectionRect;
  /external/clang/test/ASTMerge/Inputs/
property1.m 27 @synthesize Prop1 = ivar1;
28 @synthesize Prop2 = ivar3;
30 @synthesize Prop4;
property2.m 29 @synthesize Prop2 = ivar2;
30 @synthesize Prop1 = ivar1;
31 @synthesize Prop3 = ivar3;
32 @synthesize Prop4 = Prop4;
  /external/clang/test/ARCMT/
remove-dealloc-method.m.result 15 @synthesize x;
16 @synthesize y;
17 @synthesize w;
18 @synthesize z;
remove-dealloc-method.m 15 @synthesize x;
16 @synthesize y;
17 @synthesize w;
18 @synthesize z;
remove-dealloc-zerouts.m 14 @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;
remove-dealloc-zerouts.m.result 14 @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;
  /external/clang/test/Driver/
no-objc-default-synthesize-properties.m 1 // RUN: %clang -fsyntax-only -fno-objc-default-synthesize-properties -fobjc-default-synthesize-properties %s 2>&1 | FileCheck %s
9 // CHECK: warning: argument unused during compilation: '-fno-objc-default-synthesize-properties'
10 // CHECK: warning: argument unused during compilation: '-fobjc-default-synthesize-properties'
  /external/clang/test/Parser/
objc-synthesized-recover.m 13 @synthesize value, - value2; // expected-error{{expected a property name}}
14 @synthesize value2;
  /external/clang/test/Rewriter/
objc-modern-property-attributes.mm 28 @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/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell.mm 11 @synthesize matrix = matrix_;
12 @synthesize target = target_;
13 @synthesize action = action_;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell.mm 11 @synthesize matrix = matrix_;
12 @synthesize target = target_;
13 @synthesize action = action_;
  /external/clang/test/PCH/
objcxx-ivar-class.h 15 @synthesize position;
  /external/clang/test/Analysis/
PR2978.m 35 @synthesize X = _X;
36 @synthesize Y = _Y; // expected-warning{{The '_Y' instance variable was retained by a synthesized property but wasn't released in 'dealloc'}}
37 @synthesize Z = _Z; // expected-warning{{The '_Z' instance variable was not retained by a synthesized property but was released in 'dealloc'}}
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 property but wasn't released in 'dealloc'}}

Completed in 764 milliseconds

1 2 3 4 5 6 7 8 91011>>