• Home
  • Raw
  • Download

Lines Matching full:here

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}}
28 // as a note here any longer.
30 … // expected-note{{field of illegal type '__read_only image2d_t' declared here}} expected-error{{t…
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 …edef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared here}}
54 int* ptrField; // expected-note 3 {{field of illegal pointer type 'int *' declared here}}
55 } inner; // expected-note 3 {{within field of type 'struct InnerNestedPointer' declared here}}
60 … NestedPointerComplex // expected-note{{within field of type 'NestedPointerComplex' declared here}}
68 int* innerPtrField; // expected-note{{field of illegal pointer type 'int *' declared here}}
69 } inner; // expected-note{{within field of type 'struct InnerNestedPointerComplex' declared here}}
77 typedef struct NestedBool // expected-note 2 {{within field of type 'NestedBool' declared here}}
82 bool boolField; // expected-note 2 {{field of illegal type 'bool' declared here}}
83 } inner; // expected-note 2 {{within field of type 'struct InnerNestedBool' declared here}}
95 bool boolField; // expected-note{{field of illegal type 'bool' declared here}}
98 typedef struct NestedBool2 // expected-note{{within field of type 'NestedBool2' declared here}}
101 …ected-note{{within field of type 'NestedBool2Inner' (aka 'struct NestedBool2Inner') declared here}}
127 struct AlsoUser // expected-note{{within field of type 'AlsoUser' declared here}}
132 …t NestedPointer aaaa; // expected-note{{within field of type 'struct NestedPointer' declared here}}