Searched defs:fp3 (Results 1 – 10 of 10) sorted by relevance
80 float *fp3 = ipp; // expected-error{{lvalue of type 'int_ptr_ptr' (aka 'int **')}} in f30() local
8 void (*fp3)(int) = lambda; in test_conversion() local
71 float* (*fp3)(int) = &X1::f2; in test_X1() local
19 int &(*fp3)(int) = foo; in test_foo() local
182 int (*fp3)(char) = [](auto c) -> int { return c; }; in test() local214 int (&&fp3)(int) = [](auto a) { return a; }; // expected-error{{no viable conversion}}\ in test() local641 void (*fp3)(char) = fp2(L, ts...); in fooV() local
298 auto fp3 = make_unpremul_effect( in test_for_preserving_PM_conversions() local
189 float *fp3 = (float *)gIn3; in TestFunc_Float_Float_Float_Float() local
253 void (*fp3)() = DcheckEmptyFunction1; in TEST() local
628 void (*fp3)() = DcheckEmptyFunction1; in TEST_F() local
128 #define _MM_SHUFFLE(fp3, fp2, fp1, fp0) \ argument