Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp831 std::vector<Type *> paramTy; in constructFunction() local
836 paramTy.push_back(value->getType()); in constructFunction()
843 paramTy.push_back(output->getType()); in constructFunction()
845 paramTy.push_back(PointerType::getUnqual(output->getType())); in constructFunction()
850 for (Type *i : paramTy) in constructFunction()
857 StructTy = StructType::get(M->getContext(), paramTy); in constructFunction()
858 paramTy.clear(); in constructFunction()
859 paramTy.push_back(PointerType::getUnqual(StructTy)); in constructFunction()
862 FunctionType::get(RetTy, paramTy, in constructFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp2554 QualType paramTy = in ProcessPropertyDecl() local
2561 QualType modifiedTy = paramTy; in ProcessPropertyDecl()
2564 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
2574 paramTy, in ProcessPropertyDecl()
H A DSemaExprObjC.cpp1732 QualType paramTy; // ignored in CheckMessageArgumentTypes() local
1733 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1510 for (auto paramTy : FnTy->params()) { in coerceArguments() local
1512 if (paramTy != FnArgs[ArgIdx]->getType()) in coerceArguments()
1514 Builder.CreateBitOrPointerCast(FnArgs[ArgIdx], paramTy)); in coerceArguments()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9567 QualType paramTy = proto->getParamType(i); in mergeFunctionTypes() local
9571 if (const auto *Enum = paramTy->getAs<EnumType>()) { in mergeFunctionTypes()
9572 paramTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes()
9573 if (paramTy.isNull()) in mergeFunctionTypes()
9577 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()
9578 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy) in mergeFunctionTypes()