Searched refs:class_ref (Results 1 – 1 of 1) sorted by relevance
8 template<typename T, typename U, U> struct class_ref {}; struct24 (void)class_ref<int, int&, U<2>::a>(); // expected-note {{here}} in f()32 (void)class_ref<int, int&, U<N+2>::a>(); // expected-note {{here}} in fi()