Searched refs:Abce (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/SemaTemplate/ |
D | temp_arg_nontype_cxx1z.cpp | 97 using Abce = A<int B::*, bce>; // expected-error {{not supported}} typedef 99 …static_assert(!is_same<Ab, Abce>, ""); // expected-error {{undeclared}} expected-error {{must be a… 101 …static_assert(!is_same<Abce, Abde>, ""); // expected-error 2{{undeclared}} expected-error {{must b… 102 …static_assert(is_same<Abce, A<int B::*, (int B::*)(int C::*)&E::e>, ""); // expected-error {{undec…
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | temp_arg_nontype_cxx1z.cpp | 100 using Abce = A<int B::*, bce>; // expected-error {{not supported}} typedef 102 …static_assert(!is_same<Ab, Abce>, ""); // expected-error {{undeclared}} expected-error {{must be a… 104 …static_assert(!is_same<Abce, Abde>, ""); // expected-error 2{{undeclared}} expected-error {{must b… 105 …static_assert(is_same<Abce, A<int B::*, (int B::*)(int C::*)&E::e>>, ""); // expected-error {{unde…
|