Home
last modified time | relevance | path

Searched defs:TS2 (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dpragma-diag-section.cpp26 struct TS2 { struct
40 TS2<int> ts2; in f() argument
H A Dchain-cxx.cpp99 template <typename T> struct TS2 { }; struct
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwarn-unused-filescoped.cpp97 struct TS2 { struct
98 static int x;
H A Ddestructor.cpp182 template<class T> class TS2 { // expected-warning {{'nonvirtualdtor::TS2<int>' has virtual function… class