Home
last modified time | relevance | path

Searched refs:ctfd (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
Doverloaded-operator.cpp208 void test_funcptr_call(ConvertToFunc ctf, ConvertToFuncDerived ctfd) { in test_funcptr_call() argument
214 int &i2 = ctfd(1.0f, 2.0); in test_funcptr_call()
215 float &f2 = ctfd((short int)1, 1.0f); in test_funcptr_call()
216ctfd((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()
Duser-defined-conversions.cpp63 ConvertibleToFunkyDerived ctfd) { in test_conversion() argument
68 Base b5 = ctfd; in test_conversion()
/external/llvm-project/clang/test/SemaCXX/
Duser-defined-conversions.cpp63 ConvertibleToFunkyDerived ctfd) { in test_conversion() argument
68 Base b5 = ctfd; in test_conversion()
Doverloaded-operator.cpp208 void test_funcptr_call(ConvertToFunc ctf, ConvertToFuncDerived ctfd) { in test_funcptr_call() argument
214 int &i2 = ctfd(1.0f, 2.0); in test_funcptr_call()
215 float &f2 = ctfd((short int)1, 1.0f); in test_funcptr_call()
216ctfd((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()