Home
last modified time | relevance | path

Searched defs:ParamTys (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp32 std::vector<Type *> ParamTys; in EnsureFunctionExists() local
72 std::vector<Type *> ParamTys; in ReplaceCallWith() local
H A DJumpInstrTables.cpp205 std::vector<Type *> ParamTys(FunTy->getNumParams()); in transformType() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp378 SmallVector<Type *, 8> ParamTys(FTy->param_begin(), FTy->param_end()); in getCallCost() local
431 SmallVector<Type *, 8> ParamTys; in getIntrinsicCost() local
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c315 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type()
322 value ParamTys) { in llvm_var_arg_function_type()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2901 SmallVector<QualType, 16> ParamTys; in GetFullTypeForDeclarator() local
H A DSemaOverload.cpp6563 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys, in AddBuiltinCandidate()