Searched defs:NestedAny (Results 1 – 1 of 1) sorted by relevance
280 template<int N> struct NestedAny<0, N> { typedef int Int; }; // expected-note 3{{match}} argument 281 template<short N> struct NestedAny<0, N> { typedef int Short; }; // expected-note 3{{match}} argument