Searched refs:TInt (Results 1 – 3 of 3) sorted by relevance
3 typedef int TInt; typedef11 typeof(TInt) anInt; in test()12 short TInt eee; // expected-error{{expected ';' at end of declaration}} in test()
6 typedef int TInt; typedef9 template class A<TInt>; // expected-warning {{duplicate explicit instantiation of 'A<int>' ignored …
19 typedef int TInt = 1; // expected-error{{illegal initializer (only variables can be initialized)}} in func() typedef