Searched refs:getAddrSpaceQualType (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Initialization.h | 348 Type = Context.getAddrSpaceQualType(Type, LangAS::opencl_private); in InitializeTemporary()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1175 Ctx.getAddrSpaceQualType(Ctx.VoidTy, LangAS::opencl_generic)); in EmitBlockCallExpr() 1446 selfTy = getContext().getPointerType(getContext().getAddrSpaceQualType( in GenerateBlockFunction()
|
| H A D | ItaniumCXXABI.cpp | 1680 QualType Q = Context.getAddrSpaceQualType(Context.VoidPtrTy, AS); in buildStructorSignature() 1716 QualType Q = Context.getAddrSpaceQualType(Context.VoidPtrTy, AS); in addImplicitStructorParams() 1765 QualType Q = getContext().getAddrSpaceQualType(getContext().VoidPtrTy, AS); in getImplicitConstructorArgs()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 2982 PointeeTy = CGM.getContext().getAddrSpaceQualType(PointeeTy, in translateParameter()
|
| H A D | CGCall.cpp | 92 RecTy = Context.getAddrSpaceQualType(RecTy, MD->getMethodQualifiers().getAddressSpace()); in DeriveThisType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2167 PointeeType = S.getASTContext().getAddrSpaceQualType( in deduceOpenCLPointeeAddrSpace() 6848 return Context.getAddrSpaceQualType(T, ASIdx); in BuildAddressSpaceAttr() 6977 Type = S.Context.getAddrSpaceQualType(Type, ASIdx); in HandleAddressSpaceTypeAttribute() 7487 Pointee = S.Context.getAddrSpaceQualType( in handleMSPointerTypeQualifierAttr() 7518 Pointee = S.Context.getAddrSpaceQualType( in HandleWebAssemblyFuncrefAttr()
|
| H A D | SemaDeclCXX.cpp | 7736 DeclType = Context.getAddrSpaceQualType( in CheckExplicitlyDefaultedSpecialMember() 14888 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitCopyAssignment() 15242 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitMoveAssignment() 15636 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitCopyConstructor() 15778 ArgType = Context.getAddrSpaceQualType(ClassType, AS); in DeclareImplicitMoveConstructor()
|
| H A D | SemaExpr.cpp | 3219 DestRecordType = Context.getAddrSpaceQualType( in PerformObjectMemberConversion() 3253 Context.getAddrSpaceQualType(FromRecordTypeWithoutAS, DestAS); in PerformObjectMemberConversion() 6977 PointeeType = Context.getAddrSpaceQualType(PointeeType, AS); in rewriteBuiltinFunctionDecl() 8853 S.Context.getAddrSpaceQualType(S.Context.VoidTy, ResultAddrSpace)); in checkConditionalPointerCompatibility()
|
| H A D | SemaTemplateDeduction.cpp | 4010 ArgType = S.Context.getAddrSpaceQualType( in AdjustFunctionParmAndArgTypesForDeduction()
|
| H A D | SemaDecl.cpp | 7039 OrigTy = Context.getAddrSpaceQualType(OrigTy, ImplAS); in deduceOpenCLAddressSpace() 7045 Type = Context.getAddrSpaceQualType(Type, ImplAS); in deduceOpenCLAddressSpace() 8005 QualType Type = Context.getAddrSpaceQualType( in ActOnVariableDeclarator()
|
| H A D | SemaExprCXX.cpp | 4577 NewToType = Context.getAddrSpaceQualType(NewToType, in PerformImplicitConversion()
|
| H A D | SemaChecking.cpp | 8247 Context.getAddrSpaceQualType(ValType.getUnqualifiedType(), AS)); in BuildAtomicExpr() 8423 Pointee = Context.getAddrSpaceQualType(Pointee, LangAS::wasm_funcref); in BuiltinWasmRefNullFunc()
|
| H A D | SemaOverload.cpp | 8642 return S.Context.getAddrSpaceQualType(T, Arg->getType().getAddressSpace()); in AdjustAddressSpaceForBuiltinOperandType()
|
| H A D | TreeTransform.h | 5024 T = SemaRef.getASTContext().getAddrSpaceQualType(T, in RebuildQualifiedType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1236 QualType getAddrSpaceQualType(QualType T, LangAS AddressSpace) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3022 QualType ASTContext::getAddrSpaceQualType(QualType T, in getAddrSpaceQualType() function in ASTContext 4536 return LangOpts.OpenCL ? getAddrSpaceQualType(Ty, LangAS::opencl_constant) in adjustStringLiteralBaseType() 11498 Type = Context.getAddrSpaceQualType( in DecodeTypeFromStr()
|