Searched defs:fp4 (Results 1 – 14 of 14) 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
22 double (*fp4)(double) = dfoo; // expected-error {{'dfoo' is unavailable: NO LONGER}} in test_foo() local34 double (*fp4)(double) = dfoo; in unavail() local
14 callback_ns_2t fp4 = nsfptr; in foo() local
16 double (*__attribute__((fastcall)) fp4)(int, float, double) = lambda; in usage() local
11 void (*fp4)(int) = lambda2; // expected-error{{no viable conversion}} in test_conversion() local
9 struct fp4 { __float128 f[4]; }; argument
14 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
19 void (*fp4)(...) = foo; // expected-error{{'foo' is unavailable}} in test_foo() local
112 constexpr const char* (*fp4)(const char*) = GL; variable
187 char (*fp4)(int) = [](auto d) { return d; }; //expected-error{{no viable conversion}}\ in test() local