Home
last modified time | relevance | path

Searched defs:fnType (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp280 const FunctionType *fnType) { in arrangeFreeFunctionLikeCall()
368 const FunctionType *fnType) { in arrangeFreeFunctionCall()
H A DCIRGenModule.cpp1302 GlobalDecl gd, const CIRGenFunctionInfo *fnInfo, cir::FuncType fnType, in getAddrAndTypeOfCXXStructor()
1897 cir::FuncType fnType = getTypes().getFunctionType(fnInfo); in emitAliasForGlobal() local
H A DCIRGenExpr.cpp1223 const auto *fnType = cast<FunctionType>(pointeeTy); in emitCall() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp727 auto fnType = fn.getFunctionType(); in verifyCallCommInSymbolUses() local
1419 cir::FuncType fnType = cir::FuncType::get(argTypes, returnType, isVariadic); in parse() local
1498 cir::FuncType fnType = getFunctionType(); in print() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp271 QualType fnType = getContext().getFunctionType(getContext().VoidTy, in createAtExitStub() local
H A DCGObjC.cpp2298 llvm::FunctionType *fnType = in emitObjCValueOperation() local
2742 llvm::FunctionType *fnType = in EmitObjCAutoreleasePoolPop() local
2874 llvm::FunctionType *fnType = in EmitObjCRelease() local
H A DCGCall.cpp658 const CallArgList &args, const FunctionType *fnType, in arrangeFreeFunctionLikeCall()
700 const CallArgList &args, const FunctionType *fnType, bool chainCall) { in arrangeFreeFunctionCall()
709 const FunctionType *fnType) { in arrangeBlockFunctionCall()
H A DCGBlocks.cpp1504 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType(); in GenerateBlockFunction() local
H A DItaniumCXXABI.cpp2890 QualType fnType = in emitGlobalDtorWithCXAAtExit() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1147 cir::FuncType fnType = op.getFunctionType(); in matchAndRewrite() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp16047 QualType fnType = in BuildCallToMemberFunction() local