Searched refs:ConvertsTo (Results 1 – 5 of 5) sorted by relevance
19 struct ConvertsTo { struct49 Base&& base4 = ConvertsTo<Base&&>(); in test_rvalue_refs()50 Base&& base5 = ConvertsTo<Derived&&>(); in test_rvalue_refs()51 int && int1 = ConvertsTo<int&&>(); in test_rvalue_refs()54 Base&& base6 = ConvertsTo<Base>(); in test_rvalue_refs()55 Base&& base7 = ConvertsTo<Derived>(); in test_rvalue_refs()153 base_rvalue_ref(ConvertsTo<Base&&>()); in test()154 base_rvalue_ref(ConvertsTo<Derived&&>()); in test()155 int_rvalue_ref(ConvertsTo<int&&>()); in test()157 base_rvalue_ref(ConvertsTo<Base>()); in test()[all …]
16 struct ConvertsTo { struct40 void test_f1(ConvertsTo<B*> toB, ConvertsTo<C*> toC, ConvertsToBoth toBoth) { argument68 void test_f4(ConvertsTo<B*> toB, ConvertsTo<C*> toC, ConvertsToBoth toBoth) {76 void test_f5(ConvertsTo<B*> toB, ConvertsTo<C*> toC, ConvertsToBoth toBoth) {
21 struct ConvertsTo { struct60 ConvertsTo<int&> ct; in main()64 ConvertsTo<int> ct; in main()68 ConvertsTo<Derived> ct; in main()
30 struct ConvertsTo { struct49 ASSERT_NOT_REFERENCE_BINDS_TEMPORARY(int&, const ConvertsTo<int&>&); argument50 ASSERT_NOT_REFERENCE_BINDS_TEMPORARY(const int&, ConvertsTo<int&>&);82 ConvertsTo<int&> ct; in compile_tests()
67 struct ConvertsTo { struct71 void test_converts_to(ConvertsTo<int> ci, ConvertsTo<int *> cip) { in test_converts_to()