Searched refs:class_ref (Results 1 – 2 of 2) 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()
179 class_ref = function.__closure__[0].cell_contents180 self.assertIs(class_ref, List)