Searched refs:NoMut1 (Results 1 – 1 of 1) sorted by relevance
103 struct NoMut1 { int a, b; }; argument104 struct NoMut2 { NoMut1 m; };105 struct NoMut3 : NoMut1 {106 constexpr NoMut3(int a, int b) : NoMut1{a, b} {} in NoMut3()117 constexpr NoMut1 nm1 = {1, 2}; in mutable_subobjects()