Lines Matching defs:FuncPointer
104 template <typename TR, typename... TA> using FuncPointer = TR (*)(TA...);
107 struct FuncTypeAnalyzer<FuncPointer<HostTR, HostTA...>> {
175 Expr<SomeType> ApplyHostFunction(FuncPointer<HostTR, HostTA...> func,
222 using F = FuncPointer<HostT, HostT>;
223 using F2 = FuncPointer<HostT, HostT, HostT>;
353 using F = FuncPointer<std::complex<HostT>, const std::complex<HostT> &>;
354 using F2 = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
356 using F2A = FuncPointer<std::complex<HostT>, const HostT &,
358 using F2B = FuncPointer<std::complex<HostT>, const std::complex<HostT> &,
398 using F = FuncPointer<float, float>;
399 using FN = FuncPointer<float, int, float>;
415 using F = FuncPointer<__float128, __float128>;
416 using F2 = FuncPointer<__float128, __float128, __float128>;
417 using FN = FuncPointer<__float128, int, __float128>;
451 using F = FuncPointer<__complex128, __complex128>;
452 using F2 = FuncPointer<__complex128, __complex128, __complex128>;
477 using F = FuncPointer<double, double>;
478 using FN = FuncPointer<double, int, double>;
494 using F = FuncPointer<long double, long double>;
495 using FN = FuncPointer<long double, int, long double>;