Searched refs:retTy (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libc/include/
H A Dblock_abi.h35 #define DECLARE_BLOCK(retTy, name, argTys, ...)\
36 retTy(^name)(argTys, ## __VA_ARGS__)
44 #define DECLARE_BLOCK(retTy, name, argTys, ...)\
49 retTy (*invoke)(void *, ...);\
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1243 const DataLayout &DL, Type *retTy, const ArgListTy &Args,
1256 if (retTy->getTypeID() == Type::VoidTyID) {
1260 if (retTy->isFloatingPointTy() || (retTy->isIntegerTy() && !retTy->isIntegerTy(128))) {
1262 if (auto *ITy = dyn_cast<IntegerType>(retTy)) {
1265 assert(retTy->isFloatingPointTy() &&
1267 size = retTy->getPrimitiveSizeInBits();
1276 } else if (isa<PointerType>(retTy)) {
1278 } else if (retTy
1242 getPrototype( const DataLayout &DL, Type *retTy, const ArgListTy &Args, const SmallVectorImpl<ISD::OutputArg> &Outs, MaybeAlign retAlignment, const CallBase &CB) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1090 llvm::Type *retTy = ConvertType(getterMethod->getReturnType()); local
1091 uint64_t retTySize = CGM.getDataLayout().getTypeSizeInBits(retTy);
H A DCGObjCMac.cpp4139 auto retTy = OMD->getReturnType(); local
4141 if (!retTy->isVoidType()) {
4142 CGF.EmitNullInitialization(CGF.ReturnValue, retTy);

Completed in 99 milliseconds