Searched refs:paramTy (Results 1 – 5 of 5) sorted by relevance
60 auto paramTy = param.getType().cast<ShapedType>(); in checkHasDynamicBatchDims() local61 if (!paramTy.hasStaticShape()) in checkHasDynamicBatchDims()62 dynTypes.push_back(paramTy); in checkHasDynamicBatchDims()
1632 for (auto paramTy : FnTy->params()) { in coerceArguments() local1634 if (paramTy != FnArgs[ArgIdx]->getType()) in coerceArguments()1636 Builder.CreateBitOrPointerCast(FnArgs[ArgIdx], paramTy)); in coerceArguments()
2553 QualType paramTy = in ProcessPropertyDecl() local2560 QualType modifiedTy = paramTy; in ProcessPropertyDecl()2563 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()2573 paramTy, in ProcessPropertyDecl()
1732 QualType paramTy; // ignored in CheckMessageArgumentTypes() local1733 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
10228 QualType paramTy = proto->getParamType(i); in mergeFunctionTypes() local10232 if (const auto *Enum = paramTy->getAs<EnumType>()) { in mergeFunctionTypes()10233 paramTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes()10234 if (paramTy.isNull()) in mergeFunctionTypes()10238 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()10239 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy) in mergeFunctionTypes()