Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DTemplateArgumentVisitor.h67 RetTy VisitTemplateArgument(REF(TemplateArgument), ParamTys...) { in VisitTemplateArgument() argument
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DIntrinsicLowering.cpp37 std::vector<Type *> ParamTys; in ReplaceCallWith() local
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c478 LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type()
484 LLVMTypeRef llvm_var_arg_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_var_arg_function_type()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetTransformInfo.h123 SmallVector<Type *, 4> ParamTys; variable
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaType.cpp5417 SmallVector<QualType, 16> ParamTys; in GetFullTypeForDeclarator() local
DSemaOverload.cpp7925 void Sema::AddBuiltinCandidate(QualType *ParamTys, ArrayRef<Expr *> Args, in AddBuiltinCandidate()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3502 SmallVector<Type *> ParamTys; in getVectorIntrinsicCost() local