Searched defs:TS2 (Results 1 – 5 of 5) sorted by relevance
29 struct TS2 { struct43 TS2<int> ts2; in f() argument
99 template <typename T> struct TS2 { }; struct
98 struct TS2 { struct99 static int x;
217 template<class T> class TS2 { // expected-warning {{'nonvirtualdtor::TS2<int>' has virtual functions but non-virtual destructor}} class
1015 StringRef TS2 = "template <> struct TS<double> { TS(const double&) {} }; "; in TEST() local