Searched refs:ParamTys (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp32 std::vector<Type *> ParamTys; local
34 ParamTys.push_back(I->getType());
35 M.getOrInsertFunction(Name, FunctionType::get(RetTy, ParamTys, false));
72 std::vector<Type *> ParamTys; local
74 ParamTys.push_back((*I)->getType());
76 FunctionType::get(RetTy, ParamTys, false));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c255 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { argument
256 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys,
257 Wosize_val(ParamTys), 0);
262 value ParamTys) {
263 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys,
264 Wosize_val(ParamTys), 1);
261 llvm_var_arg_function_type(LLVMTypeRef RetTy, value ParamTys) argument
/external/clang/lib/Sema/
H A DSemaOverload.cpp5946 /// operator. ResultTy and ParamTys are the result and parameter types
5953 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys, argument
5969 Candidate.BuiltinTypes.ParamTypes[ArgIdx] = ParamTys[ArgIdx];
5989 assert(ParamTys[ArgIdx] == Context.BoolTy &&
5995 = TryCopyInitialization(*this, Args[ArgIdx], ParamTys[ArgIdx],
/external/clang/include/clang/Sema/
H A DSema.h1863 void AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys,

Completed in 118 milliseconds