Home
last modified time | relevance | path

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

/freebsd/lib/libc/include/
H A Dblock_abi.h33 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ argument
34 retTy(^name)(argTys, ## __VA_ARGS__)
42 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ argument
47 retTy (*invoke)(void *, ...);\
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Interfaces/
H A DCIRTypeInterfaces.td27 /*retTy=*/"bool",
38 /*retTy=*/"bool",
49 /*retTy=*/"unsigned",
70 /*retTy=*/"unsigned",
81 /*retTy=*/"unsigned",
92 /*retTy=*/"const llvm::fltSemantics &",
112 /*retTy=*/"bool",
H A DCIRLoopOpInterface.td30 /*retTy=*/"mlir::Region &",
36 /*retTy=*/"mlir::Region &",
42 /*retTy=*/"mlir::Region *",
51 /*retTy=*/"mlir::Region &",
60 /*retTy=*/"llvm::SmallVector<mlir::Region *>",
72 /*retTy=*/"mlir::WalkResult",
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmtOpenACC.cpp31 llvm::SmallVector<mlir::Type> retTy; in emitOpenACCOpAssociatedStmt() local
33 auto op = builder.create<Op>(start, retTy, operands); in emitOpenACCOpAssociatedStmt()
73 llvm::SmallVector<mlir::Type> retTy; in emitOpenACCOpCombinedConstruct() local
76 auto computeOp = builder.create<Op>(start, retTy, operands); in emitOpenACCOpCombinedConstruct()
88 auto loopOp = builder.create<LoopOp>(start, retTy, operands); in emitOpenACCOpCombinedConstruct()
119 llvm::SmallVector<mlir::Type> retTy; in emitOpenACCOp() local
121 auto op = builder.create<Op>(start, retTy, operands); in emitOpenACCOp()
H A DCIRGenStmtOpenACCLoop.cpp59 llvm::SmallVector<mlir::Type> retTy; in emitOpenACCLoopConstruct() local
61 auto op = builder.create<LoopOp>(start, retTy, operands); in emitOpenACCLoopConstruct()
H A DCIRGenCall.cpp486 QualType retTy = funcInfo.getReturnType(); in emitCall() local
608 mlir::Type retCIRTy = convertType(retTy); in emitCall()
610 return getUndefRValue(retTy); in emitCall()
611 switch (getEvaluationKind(retTy)) { in emitCall()
616 destPtr = createMemTemp(retTy, callLoc, getCounterAggTmpAsString()); in emitCall()
642 return getUndefRValue(retTy); in emitCall()
H A DCIRGenFunction.cpp458 QualType retTy = buildFunctionArgList(gd, args); in generateCode() local
463 startFunction(gd, retTy, fn, funcType, args, loc, bodyRange.getBegin()); in generateCode()
657 QualType retTy = fd->getReturnType(); in buildFunctionArgList() local
679 return retTy; in buildFunctionArgList()
H A DCIRGenExprAggregate.cpp310 QualType retTy = e->getType(); in withReturnValueSlot() local
314 retTy.isDestructedType() == QualType::DK_nontrivial_c_struct; in withReturnValueSlot()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2087 auto retTy = OMD->getReturnType(); in GenerateDirectMethodPrologue() local
2089 if (!retTy->isVoidType()) { in GenerateDirectMethodPrologue()
2090 CGF.EmitNullInitialization(CGF.ReturnValue, retTy); in GenerateDirectMethodPrologue()
2294 auto retTy = OMD->getReturnType(); in GenerateDirectMethodPrologue() local
2296 if (!retTy->isVoidType()) { in GenerateDirectMethodPrologue()
2297 CGF.EmitNullInitialization(CGF.ReturnValue, retTy); in GenerateDirectMethodPrologue()
H A DCGObjC.cpp1208 llvm::Type *retTy = ConvertType(getterMethod->getReturnType()); in generateObjCGetterBody() local
1209 uint64_t retTySize = CGM.getDataLayout().getTypeSizeInBits(retTy); in generateObjCGetterBody()
H A DCGObjCMac.cpp3977 auto retTy = OMD->getReturnType(); in GenerateDirectMethodPrologue() local
3979 if (!retTy->isVoidType()) { in GenerateDirectMethodPrologue()
3980 CGF.EmitNullInitialization(CGF.ReturnValue, retTy); in GenerateDirectMethodPrologue()