Home
last modified time | relevance | path

Searched refs:FQTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprComplex.cpp651 QualType FQTy = CGF.getContext().getFunctionType(Op.Ty, ArgsQTys, EPI); in EmitComplexBinOpLibCall() local
653 Args, cast<FunctionType>(FQTy.getTypePtr()), false); in EmitComplexBinOpLibCall()
658 CGCallee Callee = CGCallee::forDirect(Func, FQTy->getAs<FunctionProtoType>()); in EmitComplexBinOpLibCall()