Searched defs:OverloadTy (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 177 static StructType *getResRetType(Type *OverloadTy, LLVMContext &Ctx) { in getResRetType() 190 static Type *getTypeFromParameterKind(ParameterKind Kind, Type *OverloadTy) { in getTypeFromParameterKind() 232 Type *ReturnTy, Type *OverloadTy) { in getDXILOpFunctionType() 256 Type *OverloadTy, in createDXILOpCall()
|
H A D | DXILOpLowering.cpp | 78 Type *OverloadTy = DXILB.getOverloadTy(DXILOp, F.getFunctionType()); in lowerIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 664 Type *OverloadTy = Params[0]->getType(); in getDeclarationForParams() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1146 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnresolvedTemplateTy, variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 6204 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(), in rewriteBuiltinFunctionDecl() local
|