Lines Matching refs:compat
29 struct compat { struct
38 const int &compat_use_before_redecl = compat::b; argument
39 const int compat::a;
40 const int compat::b;
41 const int compat::c;
42 const int compat::d;
43 const int compat::e;
44 constexpr int compat::f;
45 constexpr inline int compat::g;
46 const int &compat_use_after_redecl1 = compat::c;
47 const int &compat_use_after_redecl2 = compat::d;
48 const int &compat_use_after_redecl3 = compat::g;