Lines Matching full:given
31 typedef struct { // expected-error {{anonymous non-C-compatible type given name for linkage purpose…
42 } A; // expected-note {{type is given name 'A' for linkage purposes by this typedef declaration}}
44 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
46 } B; // expected-note {{type is given name 'B' for linkage purposes by this typedef declaration}}
48 typedef struct // expected-warning {{anonymous non-C-compatible type given name for linkage purpose…
50 } C; // expected-note {{type is given name 'C' for linkage purposes by this typedef declaration}}
53 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
55 } Lambda1; // expected-note {{type is given name 'Lambda1' for linkage purposes by this typedef dec…
58 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
61 } Lambda2; // expected-note {{type is given name 'Lambda2' for linkage purposes by this typedef dec…
63 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
67 } Lambda3; // expected-note {{type is given name 'Lambda3' for linkage purposes by this typedef dec…
70 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
72 } Template; // expected-note {{type is given name 'Template' for linkage purposes by this typedef d…
74 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
78 } Nested; // expected-note {{type is given name 'Nested' for linkage purposes by this typedef decla…
80 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
82 } Friend; // expected-note {{type is given name 'Friend' for linkage purposes by this typedef decla…
84 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
86 } FriendTemplate; // expected-note {{type is given name 'FriendTemplate' for linkage purposes by th…
115 …typedef struct { // expected-error {{unsupported: anonymous type given name for linkage purposes b…
185 } A; // expected-note {{given name 'A' for linkage purposes by this typedef}}
191 } A; // expected-note {{given name 'A' for linkage purposes by this typedef}}