Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-using.cpp266 typedef Variadic<Variadic<int, bool, Q<T{0 < 0}.b> >, S<(0 < 0), Variadic<Q<b[0 < 0]> > > > Variadic_t; typedef
270 typedef Variadic<Variadic<int, bool, Q<T{0 < 0}.b> >, S<(0 < 0), Variadic<Q<b[0 < 0]> > > > Variadic_t, *Variadic_p; typedef
/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp460 template <typename... Args> struct Variadic_t { }; struct