Searched refs:fnType (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h215 const FunctionNoProtoType *fnType) const;
H A DCGCall.cpp566 const FunctionType *fnType,
578 if (const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(fnType)) {
592 cast<FunctionNoProtoType>(fnType))) {
600 return CGT.arrangeLLVMFunctionInfo(GetReturnType(fnType->getReturnType()),
602 argTypes, fnType->getExtInfo(), paramInfos,
612 const FunctionType *fnType,
614 return arrangeFreeFunctionLikeCall(*this, CGM, args, fnType,
622 const FunctionType *fnType) {
623 return arrangeFreeFunctionLikeCall(*this, CGM, args, fnType, 1,
563 arrangeFreeFunctionLikeCall(CodeGenTypes &CGT, CodeGenModule &CGM, const CallArgList &args, const FunctionType *fnType, unsigned numExtraRequiredArgs, bool chainCall) argument
611 arrangeFreeFunctionCall(const CallArgList &args, const FunctionType *fnType, bool chainCall) argument
621 arrangeBlockFunctionCall(const CallArgList &args, const FunctionType *fnType) argument
H A DCGObjC.cpp2104 llvm::FunctionType *fnType = local
2106 fn = CGF.CGM.CreateRuntimeFunction(fnType, fnName);
2519 llvm::FunctionType *fnType = local
2521 fn = CGM.CreateRuntimeFunction(fnType, "objc_autoreleasePoolPop");
2653 llvm::FunctionType *fnType = local
2655 fn = CGM.CreateRuntimeFunction(fnType, "objc_release");
H A DCGBlocks.cpp1565 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType(); local
1567 CGM.getTypes().arrangeBlockFunctionDeclaration(fnType, args);
1587 StartFunction(blockDecl, fnType->getReturnType(), fn, fnInfo, args,
H A DTargetInfo.cpp402 const FunctionNoProtoType *fnType) const {
2316 const FunctionNoProtoType *fnType) const override {
2323 if (fnType->getCallConv() == CC_C) {
2337 return TargetCodeGenInfo::isNoProtoCallVariadic(args, fnType);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13798 QualType fnType =
13801 const FunctionProtoType *proto = fnType->castAs<FunctionProtoType>();
13820 << fnType.getUnqualifiedType()

Completed in 218 milliseconds