Searched refs:TS3 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/PCH/
H A Dchain-cxx.cpp44 struct TS3 { struct
49 const int TS3<T>::value;
51 const int TS3<T>::value2 = 1;
53 struct instantiate : TS3<int> {};
107 // Instantiate TS3's members.
108 static const int ts3m1 = TS3<int>::value;
109 extern int arr[TS3<int>::value2];
143 static const int ts3m2 = TS3<int>::value;
144 int arr[TS3<int>::value2];

Completed in 388 milliseconds