Home
last modified time | relevance | path

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

/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()