| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLBuiltinTypeDeclBuilder.cpp | 814 AST.getAddrSpaceQualType(ElemTy, LangAS::hlsl_device); in addHandleAccessFunction() 842 AST.getAddrSpaceQualType(ElemTy, LangAS::hlsl_device); in addAppendMethod() 860 AST.getAddrSpaceQualType(ElemTy, LangAS::hlsl_device); in addConsumeMethod()
|
| H A D | SemaWasm.cpp | 87 Pointee = Context.getAddrSpaceQualType(Pointee, LangAS::wasm_funcref); in BuiltinWasmRefNullFunc()
|
| H A D | SemaHLSL.cpp | 569 AST.getAddrSpaceQualType(VD->getType(), LangAS::hlsl_constant); in createHostLayoutStructForBuffer() 2762 SemaRef.Context.getAddrSpaceQualType(ContainedTy, LangAS::hlsl_device); in CheckBuiltinFunctionCall() 3556 Type = SemaRef.getASTContext().getAddrSpaceQualType(Type, ImplAS); in deduceAddressSpace() 3574 Type = SemaRef.getASTContext().getAddrSpaceQualType(Type, ImplAS); in deduceAddressSpace() 3595 QualType NewTy = getASTContext().getAddrSpaceQualType( in ActOnVariableDeclarator()
|
| H A D | SemaType.cpp | 1803 PointeeType = S.getASTContext().getAddrSpaceQualType( in deduceOpenCLPointeeAddrSpace() 6449 return Context.getAddrSpaceQualType(T, ASIdx); in BuildAddressSpaceAttr() 6587 Type = S.Context.getAddrSpaceQualType(Type, ASIdx); in HandleAddressSpaceTypeAttribute() 7098 Pointee = S.Context.getAddrSpaceQualType( in handleMSPointerTypeQualifierAttr() 7129 Pointee = S.Context.getAddrSpaceQualType( in HandleWebAssemblyFuncrefAttr()
|
| H A D | SemaDeclCXX.cpp | 7788 DeclType = Context.getAddrSpaceQualType( in CheckExplicitlyDefaultedSpecialMember() 15050 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitCopyAssignment() 15406 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitMoveAssignment() 15804 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitCopyConstructor() 15948 ArgType = Context.getAddrSpaceQualType(ClassType, AS); in DeclareImplicitMoveConstructor()
|
| H A D | SemaExpr.cpp | 3006 DestRecordType = Context.getAddrSpaceQualType( in PerformObjectMemberConversion() 3040 Context.getAddrSpaceQualType(FromRecordTypeWithoutAS, DestAS); in PerformObjectMemberConversion() 6329 PointeeType = Context.getAddrSpaceQualType(PointeeType, AS); in rewriteBuiltinFunctionDecl() 8168 S.Context.getAddrSpaceQualType(S.Context.VoidTy, ResultAddrSpace)); in checkConditionalPointerCompatibility()
|
| H A D | SemaDecl.cpp | 6956 OrigTy = Context.getAddrSpaceQualType(OrigTy, ImplAS); in deduceOpenCLAddressSpace() 6962 Type = Context.getAddrSpaceQualType(Type, ImplAS); in deduceOpenCLAddressSpace() 8013 QualType Type = Context.getAddrSpaceQualType( in ActOnVariableDeclarator()
|
| H A D | SemaTemplateDeduction.cpp | 4279 ArgType = S.Context.getAddrSpaceQualType( in AdjustFunctionParmAndArgTypesForDeduction()
|
| H A D | SemaExprCXX.cpp | 4958 NewToType = Context.getAddrSpaceQualType(NewToType, in PerformImplicitConversion()
|
| H A D | SemaChecking.cpp | 1494 RT = S.Context.getAddrSpaceQualType(RT, LangAS::opencl_private); in builtinAllocaAddrSpace() 4391 Context.getAddrSpaceQualType(ValType.getUnqualifiedType(), AS)); in BuildAtomicExpr()
|
| H A D | SemaOverload.cpp | 9112 return S.Context.getAddrSpaceQualType(T, Arg->getType().getAddressSpace()); in AdjustAddressSpaceForBuiltinOperandType()
|
| H A D | TreeTransform.h | 5331 T = SemaRef.getASTContext().getAddrSpaceQualType(T, in RebuildQualifiedType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Initialization.h | 348 Type = Context.getAddrSpaceQualType(Type, LangAS::opencl_private); in InitializeTemporary()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCall.cpp | 218 recTy = getASTContext().getAddrSpaceQualType( in deriveThisType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1196 Ctx.getAddrSpaceQualType(Ctx.VoidTy, LangAS::opencl_generic)); in EmitBlockCallExpr() 1490 selfTy = getContext().getPointerType(getContext().getAddrSpaceQualType( in GenerateBlockFunction()
|
| H A D | ItaniumCXXABI.cpp | 1860 QualType Q = Context.getAddrSpaceQualType(Context.VoidPtrTy, AS); in buildStructorSignature() 1896 QualType Q = Context.getAddrSpaceQualType(Context.VoidPtrTy, AS); in addImplicitStructorParams() 1945 QualType Q = getContext().getAddrSpaceQualType(getContext().VoidPtrTy, AS); in getImplicitConstructorArgs()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1775 PointeeTy = CGM.getContext().getAddrSpaceQualType(PointeeTy, in translateParameter()
|
| H A D | CGExprAgg.cpp | 626 QualType GVArrayQTy = CGM.getContext().getAddrSpaceQualType( in EmitArrayInit()
|
| H A D | CGCall.cpp | 135 RecTy = Context.getAddrSpaceQualType( in DeriveThisType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1383 QualType getAddrSpaceQualType(QualType T, LangAS AddressSpace) const;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3264 QualType ASTContext::getAddrSpaceQualType(QualType T, in getAddrSpaceQualType() function in ASTContext 5177 return LangOpts.OpenCL ? getAddrSpaceQualType(Ty, LangAS::opencl_constant) in adjustStringLiteralBaseType() 12606 Type = Context.getAddrSpaceQualType( in DecodeTypeFromStr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8839 …ontext20getAddrSpaceQualTypeENS_8QualTypeEj", "clang::ASTContext::getAddrSpaceQualType(clang::Qual…
|