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

  /external/clang/test/PCH/
pragma-diag-section.cpp 26 struct TS2 {
38 TS2<int> ts2; local
39 ts2.m();
chain-cxx.cpp 34 template <typename T> struct TS2;
35 typedef TS2<int> TS2int;
96 template <typename T> struct TS2 { };
133 TS2int ts2; local
  /external/clang/test/SemaCXX/
warn-unused-filescoped.cpp 53 struct TS2 {
56 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}}

Completed in 628 milliseconds