Lines Matching defs:TInt
83 template<template<int> typename T> struct TInt {}; // #TInt
94 TInt<Auto> ia;
95 TInt<AutoPtr> iap; // expected-error@#TInt {{non-type template parameter '' with type 'auto *' has incompatible initializer of type 'int'}}
97 TInt<DecltypeAuto> ida;
98 TInt<Int> ii;
99 TInt<IntPtr> iip; // expected-error@#TInt {{conversion from 'int' to 'int *' is not allowed in a converted constant expression}}
137 TInt<SubstFailure> isf; // FIXME: this should be ill-formed