Searched refs:const_ref (Results 1 – 5 of 5) sorted by relevance
53 { X<int> const_ref(); };57 …0 << a.const_ref(); // expected-error{{invalid operands to binary expression ('int' and 'X<int>')}}
1253 const int& const_ref = ByRef(n); in TEST() local1254 EXPECT_EQ(&n, &const_ref); in TEST()1266 const int& const_ref = ByRef(n); in TEST() local1267 EXPECT_EQ(&n, &const_ref); in TEST()
1194 const int& const_ref = ByRef(n); in TEST() local1195 EXPECT_EQ(&n, &const_ref); in TEST()1207 const int& const_ref = ByRef(n); in TEST() local1208 EXPECT_EQ(&n, &const_ref); in TEST()
904 A const_ref(const A&);917 B(char (*)[7]) : a(const_ref(a)) {} in B()933 A a7 = const_ref(a7);949 A a7 = const_ref(a7);966 A a7 = const_ref(a7);
1456 auto const_ref = ConstRef(p); in TEST_F() local1457 EXPECT_EQ(&p, &internal::Unwrap(const_ref)); in TEST_F()1458 EXPECT_EQ(&p, &internal::Unwrap(std::move(const_ref))); in TEST_F()