Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DVE.cpp62 const FunctionNoProtoType *fnType) const override { in isNoProtoCallVariadic()
H A DX86.cpp1448 const FunctionNoProtoType *fnType) const override { in isNoProtoCallVariadic()
1455 if (fnType->getCallConv() == CC_C) { in isNoProtoCallVariadic()
1469 return TargetCodeGenInfo::isNoProtoCallVariadic(args, fnType); in isNoProtoCallVariadic()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp88 const FunctionNoProtoType *fnType) const { in isNoProtoCallVariadic()
H A DTargetInfo.h266 const FunctionNoProtoType *fnType) const;
H A DCGDeclCXX.cpp270 QualType fnType = getContext().getFunctionType(getContext().VoidTy, in createAtExitStub() local
272 return CGM.getFunctionPointer(fn, fnType); in createAtExitStub()
H A DCGCall.cpp593 const FunctionType *fnType, in arrangeFreeFunctionLikeCall() argument
605 if (const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(fnType)) { in arrangeFreeFunctionLikeCall()
619 cast<FunctionNoProtoType>(fnType))) { in arrangeFreeFunctionLikeCall()
628 return CGT.arrangeLLVMFunctionInfo(GetReturnType(fnType->getReturnType()), in arrangeFreeFunctionLikeCall()
629 opts, argTypes, fnType->getExtInfo(), in arrangeFreeFunctionLikeCall()
639 const FunctionType *fnType, in arrangeFreeFunctionCall() argument
641 return arrangeFreeFunctionLikeCall(*this, CGM, args, fnType, in arrangeFreeFunctionCall()
649 const FunctionType *fnType) { in arrangeBlockFunctionCall() argument
650 return arrangeFreeFunctionLikeCall(*this, CGM, args, fnType, 1, in arrangeBlockFunctionCall()
H A DCGObjC.cpp2253 llvm::FunctionType *fnType = in emitObjCValueOperation() local
2255 fn = CGF.CGM.CreateRuntimeFunction(fnType, fnName); in emitObjCValueOperation()
2696 llvm::FunctionType *fnType = in EmitObjCAutoreleasePoolPop() local
2698 fn = CGM.CreateRuntimeFunction(fnType, "objc_autoreleasePoolPop"); in EmitObjCAutoreleasePoolPop()
2828 llvm::FunctionType *fnType = in EmitObjCRelease() local
2830 fn = CGM.CreateRuntimeFunction(fnType, "objc_release"); in EmitObjCRelease()
H A DCGBlocks.cpp1472 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType(); in GenerateBlockFunction() local
1474 CGM.getTypes().arrangeBlockFunctionDeclaration(fnType, args); in GenerateBlockFunction()
1494 StartFunction(blockDecl, fnType->getReturnType(), fn, fnInfo, args, in GenerateBlockFunction()
H A DItaniumCXXABI.cpp2862 QualType fnType = in emitGlobalDtorWithCXAAtExit() local
2865 dtorCallee = CGF.CGM.getFunctionPointer(dtorCallee, fnType); in emitGlobalDtorWithCXAAtExit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp15229 QualType fnType = in BuildCallToMemberFunction() local
15232 const FunctionProtoType *proto = fnType->castAs<FunctionProtoType>(); in BuildCallToMemberFunction()
15251 << fnType.getUnqualifiedType() in BuildCallToMemberFunction()