| /freebsd/lib/libc/include/ |
| H A D | block_abi.h | 33 #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 D | CIRTypeInterfaces.td | 27 /*retTy=*/"bool", 38 /*retTy=*/"bool", 49 /*retTy=*/"unsigned", 70 /*retTy=*/"unsigned", 81 /*retTy=*/"unsigned", 92 /*retTy=*/"const llvm::fltSemantics &", 112 /*retTy=*/"bool",
|
| H A D | CIRLoopOpInterface.td | 30 /*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 D | CIRGenStmtOpenACC.cpp | 31 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 D | CIRGenStmtOpenACCLoop.cpp | 59 llvm::SmallVector<mlir::Type> retTy; in emitOpenACCLoopConstruct() local 61 auto op = builder.create<LoopOp>(start, retTy, operands); in emitOpenACCLoopConstruct()
|
| H A D | CIRGenCall.cpp | 486 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 D | CIRGenFunction.cpp | 458 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 D | CIRGenExprAggregate.cpp | 310 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 D | CGObjCGNU.cpp | 2087 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 D | CGObjC.cpp | 1208 llvm::Type *retTy = ConvertType(getterMethod->getReturnType()); in generateObjCGetterBody() local 1209 uint64_t retTySize = CGM.getDataLayout().getTypeSizeInBits(retTy); in generateObjCGetterBody()
|
| H A D | CGObjCMac.cpp | 3977 auto retTy = OMD->getReturnType(); in GenerateDirectMethodPrologue() local 3979 if (!retTy->isVoidType()) { in GenerateDirectMethodPrologue() 3980 CGF.EmitNullInitialization(CGF.ReturnValue, retTy); in GenerateDirectMethodPrologue()
|