Lines Matching refs:within

61 struct SizeTStruct { // expected-note{{within field of type 'SizeTStruct' declared here}}
66 union SizeTUnion { // expected-note{{within field of type 'SizeTUnion' declared here}}
81 typedef struct ContainsBool // expected-note{{within field of type 'ContainsBool' declared here}}
90 typedef struct FooImage2D // expected-note{{within field of type 'FooImage2D' declared here}}
100 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}}
107 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}}
114 typedef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared her…
120 } inner; // expected-note 3 {{within field of type 'struct InnerNestedPointer' declared here}}
125 struct NestedPointerComplex // expected-note{{within field of type 'NestedPointerComplex' declared …
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}}
148 } inner; // expected-note 2 {{within field of type 'struct InnerNestedBool' 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}}
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…