Home
last modified time | relevance | path

Searched refs:TInt (Results 1 – 3 of 3) sorted by relevance

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