Lines Matching refs:note
46 typedef __SIZE_TYPE__ size_t; // expected-note{{'__private size_t' (aka '__private unsigned int') d…
47 // expected-note@-1{{'size_t' (aka 'unsigned int') declared here}}
48 typedef __PTRDIFF_TYPE__ ptrdiff_t; // expected-note{{'__private ptrdiff_t' (aka '__private int') d…
49 typedef __INTPTR_TYPE__ intptr_t; // expected-note{{'__private intptr_t' (aka '__private int') decl…
50 typedef __UINTPTR_TYPE__ uintptr_t; // expected-note{{'__private uintptr_t' (aka '__private unsigne…
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}}
93 // as a note here any longer.
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 …int* ptrField; // expected-note-re{{field of illegal pointer type '__{{private|generic}} int *' de…
107 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}}
109 …int* ptrField; // expected-note-re{{field of illegal pointer type '__{{private|generic}} int *' de…
114 typedef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared her…
119 …int* ptrField; // expected-note-re 3 {{field of illegal pointer type '__{{private|generic}} int *'…
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 …int* innerPtrField; // expected-note-re{{field of illegal pointer type '__{{private|generic}} int …
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}}
157 // Check for note with a struct not defined inside the struct
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 …NestedBool2Inner inner; // expected-note{{within field of type 'NestedBool2Inner' (aka 'struct Nes…
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 …float *arr[3]; // expected-note-re 2{{field of illegal type '__{{private|generic}} float *[3]' dec…
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…