Searched defs:ParamTys (Results 1 – 10 of 10) sorted by relevance
32 std::vector<Type *> ParamTys; in EnsureFunctionExists() local72 std::vector<Type *> ParamTys; in ReplaceCallWith() local
38 std::vector<Type *> ParamTys; in ReplaceCallWith() local
134 ArrayRef<Type *> ParamTys) { in getIntrinsicCost()496 SmallVector<Type *, 8> ParamTys; in getIntrinsicCost() local
775 ArrayRef<Type *> ParamTys) override { in getIntrinsicCost()
806 ArrayRef<Type *> ParamTys, const User *U) { in getIntrinsicCost()854 SmallVector<Type *, 8> ParamTys; in getIntrinsicCost() local
171 ArrayRef<Type *> ParamTys) { in getIntrinsicCost()
312 ArrayRef<Type *> ParamTys, const User *U) { in getIntrinsicCost()
360 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type()367 value ParamTys) { in llvm_var_arg_function_type()
4202 SmallVector<QualType, 16> ParamTys; in GetFullTypeForDeclarator() local
6761 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys, in AddBuiltinCandidate()