Searched refs:fp4 (Results 1 – 7 of 7) 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
55 %fp4 = sitofp i32 %add4 to float56 %call4 = tail call float @llvm.powi.f32(float %fp4,i32 %add1) nounwind readnone
19 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
72 float* (*fp4)(int) = &X1::f2<>; in test_X1() local
166 def FP4 : X86Reg<"fp4", 0>;