Searched refs:getAddrSpaceQualType (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1198 Ctx.getAddrSpaceQualType(Ctx.VoidTy, LangAS::opencl_generic)); in EmitBlockCallExpr() 1478 selfTy = getContext().getPointerType(getContext().getAddrSpaceQualType( in GenerateBlockFunction()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 3349 PointeeTy = CGM.getContext().getAddrSpaceQualType(PointeeTy, in translateParameter()
|
| H A D | CGCall.cpp | 86 RecTy = Context.getAddrSpaceQualType(RecTy, MD->getMethodQualifiers().getAddressSpace()); in DeriveThisType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2087 PointeeType = S.getASTContext().getAddrSpaceQualType( in deduceOpenCLPointeeAddrSpace() 6474 return Context.getAddrSpaceQualType(T, ASIdx); in BuildAddressSpaceAttr() 6574 Type = S.Context.getAddrSpaceQualType(Type, ASIdx); in HandleAddressSpaceTypeAttribute() 7078 Pointee = S.Context.getAddrSpaceQualType( in handleMSPointerTypeQualifierAttr()
|
| H A D | SemaDeclCXX.cpp | 7368 DeclType = Context.getAddrSpaceQualType(DeclType, MD->getMethodQualifiers().getAddressSpace()); in CheckExplicitlyDefaultedSpecialMember() 14135 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitCopyAssignment() 14473 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitMoveAssignment() 14850 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitCopyConstructor() 14990 ArgType = Context.getAddrSpaceQualType(ClassType, AS); in DeclareImplicitMoveConstructor()
|
| H A D | SemaExpr.cpp | 2957 DestRecordType = Context.getAddrSpaceQualType( in PerformObjectMemberConversion() 2991 Context.getAddrSpaceQualType(FromRecordTypeWithoutAS, DestAS); in PerformObjectMemberConversion() 6240 PointeeType = Context.getAddrSpaceQualType(PointeeType, AS); in rewriteBuiltinFunctionDecl() 7958 S.Context.getAddrSpaceQualType(S.Context.VoidTy, ResultAddrSpace)); in checkConditionalPointerCompatibility()
|
| H A D | SemaTemplateDeduction.cpp | 3883 ArgType = S.Context.getAddrSpaceQualType(ArgType, LangAS::opencl_generic); in AdjustFunctionParmAndArgTypesForDeduction()
|
| H A D | SemaExprCXX.cpp | 4374 NewToType = Context.getAddrSpaceQualType(NewToType, in PerformImplicitConversion()
|
| H A D | SemaDecl.cpp | 6441 OrigTy = Context.getAddrSpaceQualType(OrigTy, ImplAS); in deduceOpenCLAddressSpace() 6447 Type = Context.getAddrSpaceQualType(Type, ImplAS); in deduceOpenCLAddressSpace()
|
| H A D | SemaOverload.cpp | 8058 return S.Context.getAddrSpaceQualType(T, Arg->getType().getAddressSpace()); in AdjustAddressSpaceForBuiltinOperandType()
|
| H A D | SemaChecking.cpp | 5503 Context.getAddrSpaceQualType(ValType.getUnqualifiedType(), AS)); in BuildAtomicExpr()
|
| H A D | TreeTransform.h | 4760 T = SemaRef.getASTContext().getAddrSpaceQualType(T, in RebuildQualifiedType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1186 QualType getAddrSpaceQualType(QualType T, LangAS AddressSpace) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2957 QualType ASTContext::getAddrSpaceQualType(QualType T, in getAddrSpaceQualType() function in ASTContext 4428 return LangOpts.OpenCL ? getAddrSpaceQualType(Ty, LangAS::opencl_constant) in adjustStringLiteralBaseType() 10599 Type = Context.getAddrSpaceQualType( in DecodeTypeFromStr()
|