Searched defs:ParamTys (Results 1 – 15 of 15) sorted by relevance
32 std::vector<Type *> ParamTys; in EnsureFunctionExists() local72 std::vector<Type *> ParamTys; in ReplaceCallWith() local
343 const std::vector<Record*> &ParamTys = ArgTypes.second; in EmitVerifier() local440 const std::vector<Record*> &ParamTys = ArgTypes.second; in EmitGenerator() local
134 ArrayRef<Type *> ParamTys) { in getIntrinsicCost()496 SmallVector<Type *, 8> ParamTys; in getIntrinsicCost() local
775 ArrayRef<Type *> ParamTys) override { in getIntrinsicCost()
145 ArrayRef<Type *> ParamTys) { in getIntrinsicCost()769 SmallVector<Type *, 8> ParamTys; in getIntrinsicCost() local
1219 ArrayRef<Type *> ParamTys) override { in getIntrinsicCost()
171 ArrayRef<Type *> ParamTys) { in getIntrinsicCost()
240 ArrayRef<Type *> ParamTys) { in getIntrinsicCost()
256 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type()263 value ParamTys) { in llvm_var_arg_function_type()
360 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type()367 value ParamTys) { in llvm_var_arg_function_type()
429 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type()436 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()