Home
last modified time | relevance | path

Searched refs:declared (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/external/chromium_org/tools/clang/blink_gc_plugin/tests/
Dtrace_collections.txt4 ./trace_collections.h:16:5: note: [blink-gc] Untraced field 'm_heapVector' declared here:
7 ./trace_collections.h:17:5: note: [blink-gc] Untraced field 'm_wtfVector' declared here:
10 ./trace_collections.h:19:5: note: [blink-gc] Untraced field 'm_heapDeque' declared here:
13 ./trace_collections.h:20:5: note: [blink-gc] Untraced field 'm_wtfDeque' declared here:
16 ./trace_collections.h:22:5: note: [blink-gc] Untraced field 'm_heapSet' declared here:
19 ./trace_collections.h:23:5: note: [blink-gc] Untraced field 'm_wtfSet' declared here:
22 ./trace_collections.h:25:5: note: [blink-gc] Untraced field 'm_heapListSet' declared here:
25 ./trace_collections.h:26:5: note: [blink-gc] Untraced field 'm_wtfListSet' declared here:
28 ./trace_collections.h:28:5: note: [blink-gc] Untraced field 'm_heapLinkedSet' declared here:
31 ./trace_collections.h:29:5: note: [blink-gc] Untraced field 'm_wtfLinkedSet' declared here:
[all …]
Dpersistent_field_in_gc_managed_class.txt5 …_class.h:24:5: note: [blink-gc] Field 'm_part' with embedded GC root in 'HeapObject' declared here:
8 …_field_in_gc_managed_class.h:17:5: note: [blink-gc] Field 'm_obj' defining a GC root declared here:
14 …class.h:25:5: note: [blink-gc] Field 'm_parts' with embedded GC root in 'HeapObject' declared here:
17 …_field_in_gc_managed_class.h:17:5: note: [blink-gc] Field 'm_obj' defining a GC root declared here:
23 …field_in_gc_managed_class.h:26:5: note: [blink-gc] Field 'm_objs' defining a GC root declared here:
/external/clang/test/SemaOpenCL/
Dinvalid-kernel-parameters.cl16 typedef struct ContainsBool // expected-note{{within field of type 'ContainsBool' declared here}}
18 bool x; // expected-note{{field of illegal type 'bool' declared here}}
25 typedef struct FooImage2D // expected-note{{within field of type 'FooImage2D' declared here}}
27 image2d_t imageField; // expected-note{{field of illegal type 'image2d_t' declared here}}
32 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}}
34 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}}
39 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}}
41 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}}
46 typedef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared her…
51 int* ptrField; // expected-note 3 {{field of illegal pointer type 'int *' declared here}}
[all …]
/external/clang/test/SemaObjC/
Dundef-protocol-methods-1.m4 - (void) P1proto; // expected-note {{method 'P1proto' declared here}}
5 + (void) ClsP1Proto; // expected-note {{method 'ClsP1Proto' declared here}}
9 - (void) P2proto; // expected-note {{method 'P2proto' declared here}}
10 + (void) ClsP2Proto; // expected-note {{method 'ClsP2Proto' declared here}}
14 - (void) P3proto; // expected-note {{method 'P3proto' declared here}}
15 + (void) ClsP3Proto; // expected-note {{method 'ClsP3Proto' declared here}}
20 - (void) meth; // expected-note {{method 'meth' declared here}}
21 - (void) meth : (int) arg1; // expected-note {{method 'meth:' declared here}}
22 + (void) cls_meth : (int) arg1; // expected-note {{method 'cls_meth:' declared here}}
Divar-lookup.m60 int IVAR; // expected-error {{instance variable is already declared}}
67 int IVAR; // expected-error {{instance variable is already declared}}
73 int IVAR; // expected-error {{instance variable is already declared}}
74 int PIVAR; // expected-error {{instance variable is already declared}}
80 int IVAR; // expected-error {{instance variable is already declared}}
146 // expected-error {{instance variable is already declared}}
151 int d; // expected-error {{instance variable is already declared}}
152 NSString *e_strong; // expected-error {{instance variable is already declared}}
153 NSData *f_weak; // expected-error {{instance variable is already declared}}
154 NSData *g; // expected-error 2 {{instance variable is already declared}}
Darc-property-decl-attrs.m40 …nretained id x; // expected-error {{strong property 'x' may not also be declared __unsafe_unretain…
41 @property(strong) __weak id y; // expected-error {{strong property 'y' may not also be declared __w…
42 …oreleasing id z; // expected-error {{strong property 'z' may not also be declared __autoreleasing}}
46 …nretained id x; // expected-error {{strong property 'x' may not also be declared __unsafe_unretain…
47 @property(retain) __weak id y; // expected-error {{strong property 'y' may not also be declared __w…
48 …oreleasing id z; // expected-error {{strong property 'z' may not also be declared __autoreleasing}}
52 …nretained id x; // expected-error {{strong property 'x' may not also be declared __unsafe_unretain…
53 @property(copy) __weak id y; // expected-error {{strong property 'y' may not also be declared __wea…
54 …oreleasing id z; // expected-error {{strong property 'z' may not also be declared __autoreleasing}}
60 …id z; // expected-error {{unsafe_unretained property 'z' may not also be declared __autoreleasing}}
[all …]
Dproperty-category-4.m10 @property (readwrite, retain) id selectedObjects; // expected-note {{property declared here}}
11 @property (readwrite, retain) id d_selectedObjects; // expected-note {{property declared here}}
15 @synthesize selectedObjects = _selectedObjects; // expected-error {{property declared in category '…
16 @dynamic d_selectedObjects; // expected-error {{property declared in category 'CAT' cannot be imple…
98 @property (readonly) int p; // no warning for this property - a getter is declared in another cate…
99 @property (readonly) int p1; // expected-note {{property declared here}}
100 @property (readonly) int p2; // no warning for this property - a getter is declared in this catego…
109 @property (readonly) float anotherFloat; // expected-note {{property declared here}}
110 @property (readonly) float Float; // no warning for this property - a getter is declared in this p…
Darc-property-lifetime.m10 @property(strong) id x; // expected-note {{property declared here}}
11 @property(strong) id y; // expected-note {{property declared here}}
27 @property(retain) id x; // expected-note {{property declared here}}
28 @property(retain) id y; // expected-note {{property declared here}}
44 @property(copy) id x; // expected-note {{property declared here}}
45 @property(copy) id y; // expected-note {{property declared here}}
56 …nretained id x; // expected-error {{strong property 'x' may not also be declared __unsafe_unretain…
57 …oreleasing id z; // expected-error {{strong property 'z' may not also be declared __autoreleasing}}
61 …nretained id x; // expected-error {{strong property 'x' may not also be declared __unsafe_unretain…
62 …oreleasing id z; // expected-error {{strong property 'z' may not also be declared __autoreleasing}}
[all …]
Ddefault-synthesize-3.m7 …ected-note 2 {{class with specified objc_requires_property_definitions attribute is declared here}}
8 @property int NoAutoProp; // expected-note 2 {{property declared here}}
16 …ected-note 3 {{class with specified objc_requires_property_definitions attribute is declared here}}
17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}}
27 @property (copy) id DeepMustSynthProperty; // expected-note {{property declared here}}
46 @property (readonly) char isFoo; // expected-note {{property declared here}}
163 @property(nonatomic, readonly) id hoho; // expected-note 2 {{property declared here}}
167 @property(nonatomic, readonly) id muahahaha; // expected-note 2 {{property declared here}}
175 …erty 'muahahaha' declared in protocol 'Fooing'}} expected-warning {{auto property synthesis will n…
181 …erty 'muahahaha' declared in protocol 'Fooing'}} expected-warning {{auto property synthesis will n…
Dmethod-undefined-warn-1.m6 - (int) int_meth; // expected-note {{method 'int_meth' declared here}}
7 + (int) cls_meth; // expected-note {{method 'cls_meth' declared here}}
8 + (void) cls_meth1 : (int) arg1; // expected-note {{method 'cls_meth1:' declared here}}
22 - (int) int_meth; // expected-note {{method 'int_meth' declared here}}
23 + (int) cls_meth; // expected-note {{method 'cls_meth' declared here}}
24 + (void) cls_meth1 : (int) arg1; // expected-note {{method 'cls_meth1:' declared here}}
Dobjc-container-subscripting.m7 …tAtIndexedSubscript:(double)index; // expected-note {{parameter of type 'double' is declared here}}
8 …tIndexedSubscript:(void *)index; // expected-note {{parameter of type 'void *' is declared here}} \
9 // expected-note {{parameter of type 'id *' is declared here}}
29 - (id)objectForKeyedSubscript:(id*)key; // expected-note {{parameter of type 'id *' is declared her…
30 …ject forKeyedSubscript:(id*)key; // expected-note {{parameter of type 'void *' is declared here}} \
31 … // expected-note {{parameter of type 'id *' is declared here}}
Dproperty-inherited.m4 // rdar://6497242 Inherited overridden protocol declared objects don't work
24 @property(nonatomic, assign) id<BarDelegate> delegate2; // expected-note {{property declared here}}
39 @property(assign) NSMutableData *p_data; // expected-note {{property declared here}}
54 @property (nonatomic) void* selected; // expected-note {{property declared here}}
58 @property (nonatomic) void* selected; // expected-note {{property declared here}}
63 @property (nonatomic) void* selected1; // expected-note {{property declared here}}
Dunused-backing-ivar-warning.m7 @property (nonatomic, copy) id t; // expected-note {{property declared here}}
8 @property (nonatomic, copy) id u; // expected-note {{property declared here}}
9 @property (nonatomic, copy) id v; // expected-note {{property declared here}}
11 @property (nonatomic, copy) id x; // expected-note {{property declared here}}
12 @property (nonatomic, copy) id y; // expected-note {{property declared here}}
111 @property (assign) long q; // expected-note 2 {{property declared here}}
112 @property (assign, readonly) long r; // expected-note {{property declared here}}
129 @property (readonly) int p2; // expected-note {{property declared here}}
180 @property(strong, atomic, readonly) NSURL *cidURL1; // expected-note {{property declared here}}
/external/valgrind/main/memcheck/tests/
Dvarinfo5.stderr.exp18 declared at varinfo5so.c:38
26 declared at varinfo5so.c:40
34 a global variable declared at varinfo5so.c:42
42 a global variable declared at varinfo5so.c:44
50 declared at varinfo5so.c:49, in frame #1 of thread 1
59 declared at varinfo5so.c:69, in frame #1 of thread 1
68 declared at varinfo5so.c:72, in frame #1 of thread 1
77 declared at varinfo5so.c:67, in frame #1 of thread 1
86 a global variable declared at varinfo5so.c:87
95 a global variable declared at varinfo5so.c:88
[all …]
Dvarinfo5.stderr.exp-ppc6418 declared at varinfo5so.c:38
26 declared at varinfo5so.c:40
34 a global variable declared at varinfo5so.c:42
42 a global variable declared at varinfo5so.c:44
50 declared at varinfo5so.c:49, in frame #1 of thread 1
59 declared at varinfo5so.c:69, in frame #1 of thread 1
68 declared at varinfo5so.c:72, in frame #1 of thread 1
77 declared at varinfo5so.c:67, in frame #1 of thread 1
86 a global variable declared at varinfo5so.c:87
95 a global variable declared at varinfo5so.c:88
[all …]
Dvarinfo1.stderr.exp12 declared at varinfo1.c:35
18 declared at varinfo1.c:37
24 a global variable declared at varinfo1.c:39
30 a global variable declared at varinfo1.c:41
36 declared at varinfo1.c:46, in frame #1 of thread 1
Dvarinfo3.stderr.exp6 a global variable declared at varinfo3.c:35
13 a global variable declared at varinfo3.c:36
20 a global variable declared at varinfo3.c:37
27 a global variable declared at varinfo3.c:38
42 declared at varinfo3.c:51, in frame #2 of thread 1
57 declared at varinfo3.c:53, in frame #2 of thread 1
Dvarinfo1.stderr.exp-ppc6412 declared at varinfo1.c:35
18 declared at varinfo1.c:37
24 a global variable declared at varinfo1.c:39
30 a global variable declared at varinfo1.c:41
36 declared at varinfo1.c:46, in frame #1 of thread 1
Dvarinfo3.stderr.exp-ppc646 a global variable declared at varinfo3.c:35
13 a global variable declared at varinfo3.c:36
20 a global variable declared at varinfo3.c:37
27 a global variable declared at varinfo3.c:38
42 declared at varinfo3.c:51, in frame #2 of thread 1
57 declared at varinfo3.c:53, in frame #2 of thread 1
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
Dreserve.errwarn1 -:2: warning: uninitialized space declared in code/data section: zeroing
2 -:3: warning: uninitialized space declared in code/data section: zeroing
3 -:4: warning: uninitialized space declared in code/data section: zeroing
4 -:5: warning: uninitialized space declared in code/data section: zeroing
/external/chromium_org/tools/clang/plugins/tests/
Dbase_refcounted.txt2 …um-style] Classes that are ref-counted should have destructors that are declared protected or priv…
8 …um-style] Classes that are ref-counted should have destructors that are declared protected or priv…
17 …um-style] Classes that are ref-counted should have destructors that are declared protected or priv…
26 … Classes that are ref-counted should have explicit destructors that are declared protected or priv…
35 …um-style] Classes that are ref-counted should have destructors that are declared protected or priv…
41 ./base_refcounted.h:139:3: note: [chromium-style] Public destructor declared here
47 … Classes that are ref-counted should have explicit destructors that are declared protected or priv…
63 …um-style] Classes that are ref-counted should have destructors that are declared protected or priv…
75 …um-style] Classes that are ref-counted should have destructors that are declared protected or priv…
81 …um-style] Classes that are ref-counted should have destructors that are declared protected or priv…
/external/valgrind/main/drd/tests/
Dannotate_ignore_write2.stderr.exp5 declared at annotate_ignore_write.c:11
10 declared at annotate_ignore_write.c:10
15 declared at annotate_ignore_write.c:12
20 declared at annotate_ignore_write.c:10
/external/clang/test/ASTMerge/
Dinterface.m5 // CHECK: interface2.m:16:9: error: instance variable 'ivar2' declared with incompatible types in d…
6 // CHECK: interface1.m:16:7: note: declared here with type 'int'
11 // CHECK: interface1.m:34:1: note: class method 'foo' also declared here
13 // CHECK: interface1.m:40:17: note: declared here with type 'int'
15 // CHECK: interface1.m:46:1: note: class method 'bar:' also declared here
17 // CHECK: interface1.m:58:19: note: declared here with type 'float'
/external/clang/test/FixIt/
Dtypo.m7 @interface NSString // expected-note 2{{'NSString' declared here}}
17 @property int *sprop; // expected-note{{'sprop' declared here}}
22 int his_ivar; // expected-note 2{{'his_ivar' declared here}}
27 @property int his_prop; // expected-note{{'his_prop' declared here}}
32 int her_ivar; // expected-note 2{{'her_ivar' declared here}}
35 @property int her_prop; // expected-note{{'her_prop' declared here}}
67 @interface Collide // expected-note{{'Collide' declared here}}
70 int value; // expected-note{{'value' declared here}}
73 @property int value; // expected-note{{'value' declared here}}
91 @protocol NetworkSocket // expected-note{{'NetworkSocket' declared here}}
/external/clang/test/ARCMT/
Datautorelease-check.m103 // 'x' is declared inside the "pool scope" but used outside it, if we create
105 int x = 0; // expected-note {{declared here}}
109 …expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was declared in}}
116 struct S { int x; }; // expected-note {{declared here}}
120 …expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was declared in}}
128 enum { Bar }; // expected-note {{declared here}}
132 …expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was declared in}}
139 typedef int Bar; // expected-note {{declared here}}
143 …expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was declared in}}

12345678910>>...24