Searched refs:alias_ref (Results 1 – 1 of 1) sorted by relevance
6 template<typename T, typename U, U> using alias_ref = T; typedef22 (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()