• Home
  • Raw
  • Download

Lines Matching full:compatible

31 typedef struct { // expected-error {{anonymous non-C-compatible type given name for linkage purpose…
36 void test() { // expected-note {{type is not C-compatible due to this member declaration}} in test()
44 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
45 …int x = 0; // expected-note {{type is not C-compatible due to this default member initializer}} ex…
48 typedef struct // expected-warning {{anonymous non-C-compatible type given name for linkage purpose…
49 : B { // expected-note {{type is not C-compatible due to this base class}}
53 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
54 …static_assert([]{ return true; }()); // expected-note {{type is not C-compatible due to this lambd… in __anona8dbf2bd0902()
58 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
59 …X<[]{ return 0; }()> x; // expected-note {{type is not C-compatible due to this lambda expression}} in __anona8dbf2bd0b02()
63 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
65 … a = []{ return 1; }() // expected-note {{type is not C-compatible due to this lambda expression}} in __anona8dbf2bd0d02()
70 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
71 …template<int> void f() {} // expected-note {{type is not C-compatible due to this member declarati… in f()
74 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
76 void f(); // expected-note {{type is not C-compatible due to this member declaration}}
80 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
81 friend void f() {} // expected-note {{type is not C-compatible due to this friend declaration}} in f()
84 typedef struct { // expected-warning {{anonymous non-C-compatible type given name for linkage purpo…
85 …template<typename T> friend void f() {} // expected-note {{type is not C-compatible due to this fr… in f()
182 typedef struct { // expected-warning {{anonymous non-C-compatible type}}