Searched defs:W3 (Results 1 – 3 of 3) sorted by relevance
261 struct W3 { struct262 W3(const W1 &, const Movable &M) : M(M) {} in W3() function264 Movable M;
168 Wrapper W3 = (Wrapper&&) W2; in zeroSizeArrayMemberCopyMove() local
112 template<D1<A> auto T> struct W3<T> {}; struct