Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
DPR10177.cpp6 template<typename T, typename U, U> using alias_ref = T; typedef
22 (void)alias_ref<int, int&, U<0>::a>(); // expected-note {{here}} in f()
30 (void)alias_ref<int, int&, U<3>::a>(); in not_instantiated()
37 (void)alias_ref<int, int&, U<N>::a>(); // expected-note {{here}} in fi()
/external/clang/test/SemaCXX/
DPR10177.cpp6 template<typename T, typename U, U> using alias_ref = T; typedef
22 (void)alias_ref<int, int&, U<0>::a>(); // expected-note {{here}} in f()
30 (void)alias_ref<int, int&, U<N>::a>(); // expected-note {{here}} in fi()