Searched refs:const_ref (Results 1 – 6 of 6) sorted by relevance
53 { X<int> const_ref(); };57 …0 << a.const_ref(); // expected-error{{invalid operands to binary expression ('int' and 'X<int>')}}
290 const T& Unwrap(const ConstRefWrapper<T>& const_ref) { in Unwrap() argument291 return const_ref.get(); in Unwrap()
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()
1283 const int& const_ref = ByRef(n); in TEST() local1284 EXPECT_EQ(&n, &const_ref); in TEST()1296 const int& const_ref = ByRef(n); in TEST() local1297 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);