Searched defs:fp4 (Results 1 – 5 of 5) sorted by relevance
20 double (*fp4)(double) = dfoo; // expected-error {{'dfoo' is unavailable: NO LONGER}} in test_foo() local32 double (*fp4)(double) = dfoo; in unavail() local
11 void (*fp4)(int) = lambda2; // expected-error{{no viable conversion}} in test_conversion() local
72 float* (*fp4)(int) = &X1::f2<>; in test_X1() local
20 void (*fp4)(...) = foo; // expected-error{{'foo' is unavailable}} in test_foo() local
183 char (*fp4)(int) = [](auto d) { return d; }; //expected-error{{no viable conversion}}\ in test() local