Home
last modified time | relevance | path

Searched refs:paramTy (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/Utils/
H A DCoversionUtils.h60 auto paramTy = param.getType().cast<ShapedType>(); in checkHasDynamicBatchDims() local
61 if (!paramTy.hasStaticShape()) in checkHasDynamicBatchDims()
62 dynTypes.push_back(paramTy); in checkHasDynamicBatchDims()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1632 for (auto paramTy : FnTy->params()) { in coerceArguments() local
1634 if (paramTy != FnArgs[ArgIdx]->getType()) in coerceArguments()
1636 Builder.CreateBitOrPointerCast(FnArgs[ArgIdx], paramTy)); in coerceArguments()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp2553 QualType paramTy = in ProcessPropertyDecl() local
2560 QualType modifiedTy = paramTy; in ProcessPropertyDecl()
2563 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
2573 paramTy, in ProcessPropertyDecl()
H A DSemaExprObjC.cpp1732 QualType paramTy; // ignored in CheckMessageArgumentTypes() local
1733 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp10228 QualType paramTy = proto->getParamType(i); in mergeFunctionTypes() local
10232 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()