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

  /external/clang/test/PCH/
pragma-diag-section.cpp 14 struct TS1 {
36 TS1<int> ts1; local
37 ts1.m();
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 47 template <typename T> constexpr struct TS1 {}; // expected-error {{struct cannot be marked constexpr}}
  /external/clang/test/Parser/
recovery.cpp 171 template<class T> struct TS1 {
176 case TS1<T>::A:: break; // expected-error{{expected unqualified-id}}

Completed in 386 milliseconds