Lines Matching refs:declared
9 // expected-error@+4{{kernel parameter cannot be declared as a pointer to a pointer}}
10 // expected-error@+4{{kernel parameter cannot be declared as a pointer to a pointer}}
11 // expected-error@+4{{kernel parameter cannot be declared as a pointer to a pointer}}
46 …_TYPE__ size_t; // expected-note{{'__private size_t' (aka '__private unsigned int') declared here}}
47 // expected-note@-1{{'size_t' (aka 'unsigned int') declared here}}
48 …IFF_TYPE__ ptrdiff_t; // expected-note{{'__private ptrdiff_t' (aka '__private int') declared here}}
49 …NTPTR_TYPE__ intptr_t; // expected-note{{'__private intptr_t' (aka '__private int') declared here}}
50 …_ uintptr_t; // expected-note{{'__private uintptr_t' (aka '__private unsigned int') declared here}}
61 struct SizeTStruct { // expected-note{{within field of type 'SizeTStruct' declared here}}
62 size_ty s; // expected-note{{field of illegal type 'size_ty' (aka 'unsigned int') declared here}}
66 union SizeTUnion { // expected-note{{within field of type 'SizeTUnion' declared here}}
67 size_t s; // expected-note{{field of illegal type 'size_t' (aka 'unsigned int') declared here}}
72 typedef size_t s_ty; // expected-note{{'s_ty' (aka 'unsigned int') declared here}}
73 typedef s_ty ss_ty; // expected-note{{'__private ss_ty' (aka '__private unsigned int') declared her…
81 typedef struct ContainsBool // expected-note{{within field of type 'ContainsBool' declared here}}
83 bool x; // expected-note{{field of illegal type 'bool' declared here}}
90 typedef struct FooImage2D // expected-note{{within field of type 'FooImage2D' declared here}}
95 …image2d_t imageField; // expected-note{{field of illegal type '__read_only image2d_t' declared her…
100 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}}
102 …d; // expected-note-re{{field of illegal pointer type '__{{private|generic}} int *' declared here}}
107 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}}
109 …d; // expected-note-re{{field of illegal pointer type '__{{private|generic}} int *' declared here}}
114 typedef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared her…
119 …// expected-note-re 3 {{field of illegal pointer type '__{{private|generic}} int *' declared here}}
120 } inner; // expected-note 3 {{within field of type 'struct InnerNestedPointer' declared here}}
125 struct NestedPointerComplex // expected-note{{within field of type 'NestedPointerComplex' declared …
133 …d; // expected-note-re{{field of illegal pointer type '__{{private|generic}} int *' declared here}}
134 } inner; // expected-note{{within field of type 'struct InnerNestedPointerComplex' declared here}}
142 typedef struct NestedBool // expected-note 2 {{within field of type 'NestedBool' declared here}}
147 bool boolField; // expected-note 2 {{field of illegal type 'bool' declared here}}
148 } inner; // expected-note 2 {{within field of type 'struct InnerNestedBool' declared here}}
160 bool boolField; // expected-note{{field of illegal type 'bool' declared here}}
163 typedef struct NestedBool2 // expected-note{{within field of type 'NestedBool2' declared here}}
166 …ected-note{{within field of type 'NestedBool2Inner' (aka 'struct NestedBool2Inner') declared here}}
192 struct AlsoUser // expected-note{{within field of type 'AlsoUser' declared here}}
197 …struct NestedPointer aaaa; // expected-note{{within field of type 'struct NestedPointer' declared …
202 struct ArrayOfPtr // expected-note{{within field of type 'ArrayOfPtr' declared here}}
204 …3]; // expected-note-re 2{{field of illegal type '__{{private|generic}} float *[3]' declared here}}
208 struct ArrayOfStruct // expected-note{{within field of type 'ArrayOfStruct' declared here}}
210 …struct ArrayOfPtr arr[3]; // expected-note{{within field of type 'struct ArrayOfPtr[3]' declared h…