Searched refs:declared (Results 1 – 25 of 788) sorted by relevance
12345678910>>...32
/external/v8/tools/clang/blink_gc_plugin/tests/ |
D | trace_collections.txt | 5 ./trace_collections.h:17:5: note: [blink-gc] Field 'm_wtfVector' requiring finalization declared he… 8 ./trace_collections.h:20:5: note: [blink-gc] Field 'm_wtfDeque' requiring finalization declared her… 14 ./trace_collections.h:16:5: note: [blink-gc] Untraced field 'm_heapVector' declared here: 17 ./trace_collections.h:17:5: note: [blink-gc] Untraced field 'm_wtfVector' declared here: 20 ./trace_collections.h:19:5: note: [blink-gc] Untraced field 'm_heapDeque' declared here: 23 ./trace_collections.h:20:5: note: [blink-gc] Untraced field 'm_wtfDeque' declared here: 26 ./trace_collections.h:22:5: note: [blink-gc] Untraced field 'm_heapSet' declared here: 29 ./trace_collections.h:23:5: note: [blink-gc] Untraced field 'm_wtfSet' declared here: 32 ./trace_collections.h:25:5: note: [blink-gc] Untraced field 'm_heapListSet' declared here: 35 ./trace_collections.h:26:5: note: [blink-gc] Untraced field 'm_wtfListSet' declared here: [all …]
|
D | fields_illegal_tracing.txt | 5 …illegal_tracing.h:37:5: note: [blink-gc] RefPtr field 'm_obj2' to a GC managed class declared here: 8 …racing.h:39:5: note: [blink-gc] std::unique_ptr field 'm_obj4' to a GC managed class declared here: 11 ….h:41:5: warning: [blink-gc] Iterator field 'm_iterator2' to a GC managed collection declared here: 14 ….h:42:5: warning: [blink-gc] Iterator field 'm_iterator3' to a GC managed collection declared here: 20 …illegal_tracing.h:50:5: note: [blink-gc] RefPtr field 'm_obj2' to a GC managed class declared here: 23 …racing.h:52:5: note: [blink-gc] std::unique_ptr field 'm_obj4' to a GC managed class declared here: 26 ….h:53:5: warning: [blink-gc] Iterator field 'm_iterator3' to a GC managed collection declared here: 29 ….h:54:5: warning: [blink-gc] Iterator field 'm_iterator4' to a GC managed collection declared here: 32 ….h:56:5: warning: [blink-gc] Iterator field 'm_iterator6' to a GC managed collection declared here: 38 ./fields_illegal_tracing.h:37:5: note: [blink-gc] Untraceable field 'm_obj2' declared here: [all …]
|
D | persistent_field_in_gc_managed_class.txt | 5 …_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: 29 …c_managed_class.h:27:5: note: [blink-gc] Field 'm_weakPersistent' defining a GC root declared here: 35 …naged_class.h:27:5: note: [blink-gc] Field 'm_weakPersistent' requiring finalization declared here:
|
/external/clang/test/SemaOpenCL/ |
D | invalid-kernel-parameters.cl | 16 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}} 30 …image2d_t imageField; // expected-note{{field of illegal type '__read_only image2d_t' declared her… 35 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}} 37 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}} 42 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}} 44 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}} 49 typedef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared her… 54 int* ptrField; // expected-note 3 {{field of illegal pointer type 'int *' declared here}} [all …]
|
D | storageclass.cl | 10 …static int S1 = 5; // expected-error{{variables in function scope cannot be declared stat… 11 …static constant int S2 = 5; // expected-error{{variables in function scope cannot be declared stat… 17 …global int L4; // expected-error{{function scope variable cannot be declared in global address s… 20 static void kernel bar() { // expected-error{{kernel functions cannot be declared static}} 24 …constant int L1 = 0; // expected-error{{non-kernel function variable cannot be declared in constan… 25 …local int L2; // expected-error{{non-kernel function variable cannot be declared in local a… 27 …constant int L1 = 0; // expected-error{{non-kernel function variable cannot be declared in constan… 28 …local int L2; // expected-error{{non-kernel function variable cannot be declared in local a… 30 …global int L3; // expected-error{{function scope variable cannot be declared in global address spa…
|
/external/clang/test/SemaObjC/ |
D | undef-protocol-methods-1.m | 4 - (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}}
|
D | circular-container.m | 46 NSMutableArray *_array; // expected-note {{'_array' declared here}} 47 NSMutableDictionary *_dictionary; // expected-note {{'_dictionary' declared here}} 48 NSMutableSet *_set; // expected-note {{'_set' declared here}} 49 NSCountedSet *_countedSet; // expected-note {{'_countedSet' declared here}} 50 NSMutableOrderedSet *_orderedSet; // expected-note {{'_orderedSet' declared here}} 64 - (void)checkNSMutableArray:(NSMutableArray *)a { // expected-note {{'a' declared here}} 68 - (void)checkNSMutableDictionary:(NSMutableDictionary *)d { // expected-note {{'d' declared here}} 72 - (void)checkNSMutableSet:(NSMutableSet *)s { // expected-note {{'s' declared here}} 76 - (void)checkNSCountedSet:(NSCountedSet *)s { // expected-note {{'s' declared here}} 80 - (void)checkNSMutableOrderedSet:(NSMutableOrderedSet *)s { // expected-note {{'s' declared here}} [all …]
|
D | default-synthesize-3.m | 7 …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}} 47 @property (readonly) char isNotFree; // expected-note {{property declared here}} 93 @property (readonly) id prop; // expected-note {{property declared here}} 94 @property (readonly) id prop1; // expected-note {{property declared here}} 95 @property (readonly) id prop2; // expected-note {{property declared here}} [all …]
|
D | ivar-lookup.m | 60 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}}
|
D | arc-property-decl-attrs.m | 40 …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}} 59 …) __weak id y; // expected-error {{unsafe_unretained property 'y' may not also be declared __weak}} [all …]
|
D | property-category-4.m | 10 @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…
|
D | arc-property-lifetime.m | 10 @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 …]
|
D | method-undefined-warn-1.m | 6 - (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}}
|
D | unused-backing-ivar-warning.m | 7 @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}}
|
D | format-cstrings-warning.m | 14 …bute__((format(__NSString__, 1, 2))); // expected-note 2 {{method 'initWithFormat:' declared here}} 18 …bute__((format(__NSString__, 1, 2))); // expected-note {{method 'stringWithFormat:' declared here}} 19 …ormat(__NSString__, 1, 2))); // expected-note {{method 'localizedStringWithFormat:' declared here}} 20 …__NSString__, 1, 0))); // expected-note {{method 'MyRandomMethod:locale:arguments:' declared here}} 53 …format(CFString, 3, 0))); // expected-note {{'CFStringCreateWithFormatAndArguments' declared here}} 59 …__((format(CFString, 3, 0))); // expected-note {{'CFStringAppendFormatAndArguments' declared here}} 69 …mat, ...) __attribute__((format(__NSString__, 1, 2))); // expected-note {{'MyNSLog' declared here}} 70 …te__((format(__CFString__, 1, 2))); // expected-note {{'MyCFStringCreateWithFormat' declared here}} 71 …at, ...) __attribute__((format(__NSString__, 2, 3))); // expected-note {{'XMyNSLog' declared here}}
|
D | objc-container-subscripting.m | 7 …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}}
|
D | property-inherited.m | 4 // 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}}
|
D | parameterized_classes.m | 11 @protocol NSObject // expected-note{{'NSObject' declared here}} 14 @protocol NSCopying // expected-note{{'NSCopying' declared here}} 29 @interface PC1<T, U : NSObject*> : NSObject // expected-note{{'PC1' declared here}} 30 // expected-note@-1{{type parameter 'T' declared here}} 31 // expected-note@-2{{type parameter 'U' declared here}} 32 // expected-note@-3{{type parameter 'U' declared here}} 44 @interface PC4<T, U, V> : NSObject // expected-note 2{{'PC4' declared here}} 77 …U : NSObject *>, PC11<T : NSObject *, U : id>; // expected-note{{type parameter 'T' declared here}} 84 // declared with the same type parameters. 92 @interface PC12<T : NSObject *> : NSObject // expected-note{{type parameter 'T' declared here}} [all …]
|
D | protocols-suppress-conformance.m | 7 - (void) theBestOfTimes; // expected-note {{method 'theBestOfTimes' declared here}} 8 @property (readonly) id theWorstOfTimes; // expected-note {{property declared here}} 16 @property (readonly) id theWorstOfTimes; // expected-note {{property declared here}} 40 // it is declared in ClassA. This is okay, since 54 - (void) foulIsFair; // expected-note {{method 'foulIsFair' declared here}} 82 - (void)rlyeh; // expected-note 2 {{method 'rlyeh' declared here}} 83 - (void)innsmouth; // expected-note 2 {{method 'innsmouth' declared here}} 89 - (void)innsmouth; // expected-note {{method 'innsmouth' declared here}} 96 - (void)innsmouth; // expected-note 2 {{method 'innsmouth' declared here}} 186 - (void)methodA; // expected-note {{method 'methodA' declared here}}
|
/external/v8/tools/clang/plugins/tests/ |
D | base_refcounted.txt | 2 …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/selinux/secilc/docs/ |
D | cil_user_statements.md | 43 Associates a previously declared [`user`](cil_user_statements.md#user) identifier with a previously… 63 <td align="left"><p>A previously declared SELinux <code>user</code> or <code>userattribute</code> i… 67 <td align="left"><p>A previously declared <code>role</code> or <code>roleattribute</code> identifie… 121 Allows the association of one or more previously declared [`user`](cil_user_statements.md#user) or … 141 <td align="left"><p>A single previously declared <code>userattribute</code> identifier.</p></td> 145 <td align="left"><p>Zero or more previously declared <code>user</code> or <code>userattribute</code… 146 …t there must be at least one <code>user_id</code> or <code>expr</code> parameter declared.</p></td> 179 Associates a previously declared [`user`](cil_user_statements.md#user) identifier with a previously… 199 <td align="left"><p>A previously declared SELinux <code>user</code> identifier.</p></td> 203 <td align="left"><p>A previously declared <code>level</code> identifier. This may consist of a sing… [all …]
|
/external/swiftshader/third_party/LLVM/test/DebugInfo/ |
D | printdbginfo2.ll | 2 ; grep {%b is variable b of type x declared at x.c:7} %t1 3 ; grep {%2 is variable b of type x declared at x.c:7} %t1 4 ; grep {@c.1442 is variable c of type int declared at x.c:4} %t1 14 ; CHECK:; %b is variable b of type foo declared at x.c:7 16 ; CHECK:; %a is variable a of type declared at x.c:8 23 ; CHECK:; %0 is variable b of type foo declared at x.c:7 27 ; CHECK:; %1 is variable a of type declared at x.c:8 30 ; CHECK:; %tmp is variable b of type foo declared at x.c:7 34 ; CHECK:; @main.c is variable c of type int declared at x.c:6
|
/external/clang/test/FixIt/ |
D | typo.m | 7 @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/ |
D | atautorelease-check.m | 103 // '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}}
|
/external/clang/test/ASTMerge/ |
D | interface.m | 5 // 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'
|
12345678910>>...32