Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaTemplate/
Dtemp_arg_template_cxx1z.cpp70 template<template<int*> typename T> struct TIntPtr {}; struct
86 TIntPtr<Auto> ipa;
87 TIntPtr<AutoPtr> ipap;
88 TIntPtr<DecltypeAuto> ipda;
89 TIntPtr<Int> ipi; // expected-error {{different template parameters}}
90 TIntPtr<IntPtr> ipip;
119 TIntPtr<SubstFailure> ipsf;