Searched defs:TInt (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dms-class-specialization-duplicate.cpp6 typedef int TInt; typedef
9 template class A<TInt>; // expected-warning {{duplicate explicit instantiation of 'A<int>' ignored as a Microsoft extension}}
/external/clang/test/Parser/
H A Dtypeof.c3 typedef int TInt; typedef
11 typeof(TInt) anInt;
12 short TInt eee; // expected-error{{expected ';' at end of declaration}}
/external/clang/test/Sema/
H A Darray-init.c19 typedef int TInt = 1; // expected-error{{illegal initializer (only variables can be initialized)}} typedef

Completed in 122 milliseconds