Home
last modified time | relevance | path

Searched defs:NestedAny (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/test/SemaTemplate/
Dtemp_arg_nontype_cxx1z.cpp271 template<int N> struct NestedAny<0, N> { typedef int Int; }; // expected-note 3{{match}} argument
272 template<short N> struct NestedAny<0, N> { typedef int Short; }; // expected-note 3{{match}} struct