Searched refs:ShortRef (Results 1 – 2 of 2) sorted by relevance
63 struct ShortRef { // expected-note{{candidate function (the implicit copy assignment operator)}} struct79 void g(ShortRef sr, LongRef lr, E2Ref e2_ref, XpmfRef pmf_ref) { in g()121 void test_with_ptrs(VolatileIntPtr vip, ConstIntPtr cip, ShortRef sr, in test_with_ptrs()151 void test_assign_restrictions(ShortRef& sr) { in test_assign_restrictions()
145 TEST_P(SADTest, ShortRef) { in TEST_P() argument