Searched refs:ctfd (Results 1 – 4 of 4) sorted by relevance
208 void test_funcptr_call(ConvertToFunc ctf, ConvertToFuncDerived ctfd) { in test_funcptr_call() argument214 int &i2 = ctfd(1.0f, 2.0); in test_funcptr_call()215 float &f2 = ctfd((short int)1, 1.0f); in test_funcptr_call()216 …ctfd((long int)17, 2.0); // expected-error{{call to object of type 'ConvertToFuncDerived' is ambig… in test_funcptr_call()217 ctfd(); in test_funcptr_call()
63 ConvertibleToFunkyDerived ctfd) { in test_conversion() argument68 Base b5 = ctfd; in test_conversion()