Searched refs:TS2 (Results 1 – 5 of 5) sorted by relevance
37 template <typename T> struct TS2;38 typedef TS2<int> TS2int;99 template <typename T> struct TS2 { }; struct
29 struct TS2 { struct43 TS2<int> ts2; in f() argument
98 struct TS2 { struct101 template <> int TS2<int>::x; // expected-warning{{unused variable 'x'}}
218 template<class T> class TS2 { // expected-warning {{'nonvirtualdtor::TS2<int>' has virtual function… class222 TS2<int> foo; // expected-note {{instantiation}}
1014 StringRef TS2 = "template <> struct TS<double> { TS(const double&) {} }; "; in TEST() local1017 auto Cat = [&](StringRef S) { return (TS + TS2 + T + S).str(); }; in TEST()