Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaTemplate/
Dtemp_arg_template_cxx1z.cpp69 template<template<int> typename T> struct TInt {}; struct
80 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
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/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/llvm-project/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
/external/llvm-project/clang/test/Sema/
Darray-init.c19 typedef int TInt = 1; // expected-error{{illegal initializer (only variables can be initialized)}} in func() typedef
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-pro-type-member-init.cpp55 Template<int> TInt; in instantiate() local