Searched refs:TInt (Results 1 – 8 of 8) sorted by relevance
69 template<template<int> typename T> struct TInt {}; struct80 TInt<Auto> ia;81 TInt<AutoPtr> iap; // FIXME: ill-formed (?)82 TInt<DecltypeAuto> ida;83 TInt<Int> ii;84 TInt<IntPtr> iip; // expected-error {{different template parameters}}118 TInt<SubstFailure> isf; // FIXME: this should be ill-formed
6 typedef int TInt; typedef9 template class A<TInt>; // expected-warning {{duplicate explicit instantiation of 'A<int>' ignored …
3 typedef int TInt; typedef11 typeof(TInt) anInt; in test()12 short TInt eee; // expected-error{{expected ';' at end of declaration}} in test()
19 typedef int TInt = 1; // expected-error{{illegal initializer (only variables can be initialized)}} in func() typedef
55 Template<int> TInt; in instantiate() local