Searched defs:SameType (Results 1 – 2 of 2) sorted by relevance
10 using SameType = decltype(y); // expected-note {{here}} typedef11 using SameType = decltype(z); // expected-error {{different types}} typedef21 using SameType = decltype(y); typedef22 using SameType = decltype(z); // ok typedef
173 static constexpr TypePattern SameType{AnyType, KindCode::same}; global() variable [all...]