HomeSort by relevance Sort by last modified time
    Searched defs:TS2 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
warn-unused-filescoped.cpp 52 struct TS2 {
55 template <> int TS2<int>::x; // expected-warning{{unused}}
destructor.cpp 169 template<class T> class TS2 { // expected-warning {{'nonvirtualdtor::TS2<int>' has virtual functions but non-virtual destructor}}
173 TS2<int> foo; // expected-note {{instantiation}}
  /external/clang/test/PCH/
chain-cxx.cpp 32 template <typename T> struct TS2;
33 typedef TS2<int> TS2int;
94 template <typename T> struct TS2 { };
131 TS2int ts2; local

Completed in 153 milliseconds