Searched refs:fp3 (Results 1 – 8 of 8) sorted by relevance
182 int (*fp3)(char) = [](auto c) -> int { return c; }; in test() local189 fp3('\n'); in test()190 fp3('a'); in test()214 int (&&fp3)(int) = [](auto a) { return a; }; // expected-error{{no viable conversion}}\ in test() local641 void (*fp3)(char) = fp2(L, ts...); in fooV() local642 fp3('a'); in fooV()
18 int &(*fp3)(int) = foo; in test_foo() local
8 void (*fp3)(int) = lambda; in test_conversion() local
47 %fp3 = sitofp i32 %add3 to float48 %call3 = tail call float @llvm.powi.f32(float %fp3,i32 %add1) nounwind readnone
80 float *fp3 = ipp; // expected-error{{lvalue of type 'int_ptr_ptr' (aka 'int **')}} in f30() local
71 float* (*fp3)(int) = &X1::f2; in test_X1() local
19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
165 def FP3 : X86Reg<"fp3", 0>;