Searched refs:getFunctionType (Results 126 - 150 of 192) sorted by relevance

12345678

/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1471 llvm::FunctionType *prototype = call_inst->getFunctionType();
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp627 if (AllowVarArgs && F->getFunctionType()->isVarArg()) {
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3126 Result = getFunctionType(FPT->getReturnType(), FPT->getParamTypes(), EPI);
3138 FD->setType(getFunctionType(ResultType, FPT->getParamTypes(), EPI));
3175 return getFunctionType(
3194 return getFunctionType(RetTy, Args, Proto->getExtProtoInfo());
10452 return getFunctionType(retType, types, EPI);
10489 return getFunctionType(retType, proto->getParamTypes(), EPI);
10957 getFunctionType(OldReturnType, FPT->getParamTypes(), EPI);
11602 return getFunctionType(ResType, ArgTypes, EPI);
12834 return Ctx.getFunctionType(R, P, EPIX);
H A DType.cpp1110 return Ctx.getFunctionType(returnType, paramTypes, info);
1408 return Ctx.getFunctionType(returnType, paramTypes, info);
H A DStmtPrinter.cpp2701 const FunctionType *AFT = Node->getFunctionType();
H A DASTDiagnostic.cpp109 QT = FPT ? Context.getFunctionType(RT, Args, FPT->getExtProtoInfo())
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1049 DI->getFunctionType(FD, RetTy, Args), CurFn,
1364 Clone = llvm::Function::Create(Fn->getFunctionType(),
H A DCGObjC.cpp3731 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {});
3829 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {});
H A DCodeGenModule.cpp618 llvm::FunctionType *FTy = F->getFunctionType();
2118 T = getContext().getFunctionType(
4645 assert(F->getFunctionType() == Ty);
7365 T = getContext().getFunctionType(
7422 return Ctx.getFunctionType(
H A DCGCall.cpp3890 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType();
5475 llvm::FunctionType *OrigFT = OrigFn->getFunctionType();
5493 IRFuncTy = OrigFn->getFunctionType();
H A DCGException.cpp1454 llvm::FunctionType *rethrowFnTy = rethrowFn.getFunctionType();
H A DCGExprComplex.cpp714 QualType FQTy = CGF.getContext().getFunctionType(Op.Ty, ArgsQTys, EPI);
H A DCGBuiltin.cpp5756 auto FTy = F->getFunctionType();
5790 auto FTy = F->getFunctionType();
5895 llvm::FunctionType *FTy = F->getFunctionType();
11006 llvm::Type *DataTy = F->getFunctionType()->getParamType(1);
18078 llvm::FunctionType *FTy = F->getFunctionType();
19369 auto *FTy = F->getFunctionType();
19782 llvm::Type *ParamType = Intrinsic->getFunctionType()->getParamType(1);
19854 llvm::Type *AType = Intrinsic->getFunctionType()->getParamType(0);
19865 llvm::Type *BType = Intrinsic->getFunctionType()->getParamType(MI.NumEltsA);
19876 Intrinsic->getFunctionType()
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1489 if (Call->getFunctionType() != F->getFunctionType())
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp582 return Context->getFunctionType(result, args, fpi);
4041 const FunctionType *AFT = CE->getFunctionType();
5256 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType());
H A DRewriteObjC.cpp487 return Context->getFunctionType(result, args, fpi);
3255 const FunctionType *AFT = CE->getFunctionType();
4402 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType());
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2047 return Context.getFunctionType(NewFunc->getReturnType(),
4076 T = SemaRef.Context.getFunctionType(
4784 New->setType(SemaRef.Context.getFunctionType(
H A DSemaType.cpp3107 return Context.getFunctionType(T, ParamTypes, EPI);
5705 T = Context.getFunctionType(T, ParamTys, EPI);
5942 T = Context.getFunctionType(FnTy->getReturnType(), FnTy->getParamTypes(),
8156 QualType newtype = S.Context.getFunctionType(FnTy->getReturnType(),
H A DSemaExprCXX.cpp2873 = Context.getFunctionType(Context.VoidTy, ArgTypes, EPI);
3189 QualType FnType = Context.getFunctionType(Return, Params, EPI);
7198 Composite1 = Context.getFunctionType(FPT1->getReturnType(),
7200 Composite2 = Context.getFunctionType(FPT2->getReturnType(),
H A DSemaLookup.cpp801 FunctionList.push_back(Context.getFunctionType(
1197 QualType ExpectedType = R.getSema().Context.getFunctionType(
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1550 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, function in class:clang::ASTContext
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp588 VFTy = Variant->getFunctionType();
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1500 Call = CallInst::Create(AggFunc->getFunctionType(), AggFunc, NewCallArgs, "",
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp522 return (LLVMTypeRef)cast<InlineAsm>(Val)->getFunctionType();
2888 return wrap(unwrap<CallBase>(Instr)->getFunctionType());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp421 unsigned NumParams = CLI.CB ? CLI.CB->getFunctionType()->getNumParams() : 0;
788 MF.getFunction().getFunctionType()->getNumParams());

Completed in 907 milliseconds

12345678