/llvm-project/mlir/lib/Conversion/GPUToVulkan/ |
H A D | ConvertLaunchFuncToVulkanCalls.cpp |
|
/llvm-project/clang/unittests/AST/ |
H A D | SizelessTypesTest.cpp | 54 ASSERT_FALSE(Ctx.getPointerType(Ctx.SveBoolTy)->isSizelessBuiltinType()); in TEST_F() 60 ASSERT_FALSE(Ctx.getPointerType(Ctx.SveCountTy)->isSizelessBuiltinType()); in TEST_F() 91 ASSERT_FALSE(Ctx.getPointerType(Ctx.SveBoolTy)->isSizelessType()); in TEST_F() 95 ASSERT_FALSE(Ctx.getPointerType(Ctx.SveCountTy)->isSizelessType()); in TEST_F()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenCLRuntime.cpp | 43 return getPointerType(T); in convertOpenCLSpecificType() 46 llvm::PointerType *CGOpenCLRuntime::getPointerType(const Type *T) { in getPointerType() function in CGOpenCLRuntime 65 PipeTy = getPointerType(T); in getPipeType() 77 SamplerTy = getPointerType(T); in getSamplerType()
|
H A D | CGOpenCLRuntime.h | 55 llvm::PointerType *getPointerType(const Type *T);
|
H A D | CGOpenMPRuntimeGPU.cpp | 137 Type = C.getPointerType(Type.getNonReferenceType()); in buildRecordForGlobalizedVars() 1245 Ctx.getPointerType(Ctx.VoidPtrTy)); in emitParallelCall() 1781 ArgType = CGM.getContext().getPointerType(PointeeTy); in translateParameter() 1927 .getPointerType(CGF.getContext().VoidPtrTy) in createParallelDataSharingWrapper() 1938 CGF.getContext().getPointerType(CGF.getContext().getSizeType()), in createParallelDataSharingWrapper() 1948 CGF.getContext().getPointerType(CGF.getContext().getSizeType()), in createParallelDataSharingWrapper() 1959 Src, CGF.ConvertTypeForMem(CGFContext.getPointerType(ElemTy)), in createParallelDataSharingWrapper() 1963 CGFContext.getPointerType(ElemTy), in createParallelDataSharingWrapper()
|
H A D | CGOpenMPRuntime.cpp | 1078 QualType PtrTy = C.getPointerType(Ty).withRestrict(); in emitCombinerOrInitializer() 1563 CGM.getContext().getPointerType(VD->getType())); in getAddrOfDeclareTargetVar() 2831 KmpRoutineEntryPtrQTy = C.getPointerType( in createOffloadEntriesAndInfoMetadata() 2881 Type = C.getPointerType(Type); in isAllocatableDecl() 2883 Type = C.getPointerType(Type); 3144 C.getPointerType(PrivatesQTy).withConst().withRestrict(), 3152 C.getPointerType(C.getPointerType(E->getType())) 3163 C.getPointerType(C.getPointerType( in emitTaskPrivateMappingFunction() [all...] |
H A D | CGStmtOpenMP.cpp | 167 CGF.getContext().getPointerType(OrigVDTy))), in emitPreInitStmt() 406 Ctx.getPointerType(Ctx.getUIntPtrType()), in castValueFromUintptr() 407 Ctx.getPointerType(CurField->getType()), CurCap->getLocation()); 432 Ctx.getPointerType(DstType), Loc); 445 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); 1714 CGF.ConvertTypeForMem(CGM.getContext().getPointerType(CVD->getType())), 4951 CGF.getContext().getPointerType(E->getType()), ".priv.ptr.addr"); in EmitOMPTaskBasedDirective() 4959 CGF.CreateMemTemp(CGF.getContext().getPointerType(E->getType()), in EmitOMPTaskBasedDirective() 4969 CGF.CreateMemTemp(CGF.getContext().getPointerType(E->getType()), in EmitOMPTaskBasedDirective() 4978 Ty = CGF.getContext().getPointerType(T in EmitOMPTaskBasedDirective() [all...] |
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 508 T = Context->getPointerType(BPT->getPointeeType()); in convertBlockPointerToFunctionPointer() 535 T = Context->getPointerType(T); in convertToUnqualifiedObjCType() 868 QualType PtrStructIMPL = Context->getPointerType(Context->getTagDeclType(RD)); in getIvarAccessString() 889 QualType castT = Context->getPointerType(IvarT); in getIvarAccessString() 1272 selfTy = Context->getPointerType(selfTy); in RewriteObjCMethodDecl() 2106 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl() 2317 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl() 2517 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetClassFunctionDecl() 2547 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetMetaClassFunctionDecl() 2593 Context->getPointerType(DR in RewriteObjCStringLiteral() [all...] |
H A D | RewriteObjC.cpp | 418 T = Context->getPointerType(BPT->getPointeeType()); in convertBlockPointerToFunctionPointer() 441 T = Context->getPointerType(T); in convertToUnqualifiedObjCType() 1105 selfTy = Context->getPointerType(selfTy); in RewriteObjCMethodDecl() 2022 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl() 2230 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl() 2361 QualType argT = Context->getPointerType(Context->getTagDeclType(RD)); in SynthMsgSendSuperFunctionDecl() 2404 QualType argT = Context->getPointerType(Context->getTagDeclType(RD)); in SynthMsgSendSuperStretFunctionDecl() 2443 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetClassFunctionDecl() 2473 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetMetaClassFunctionDecl() 2519 Context->getPointerType(DR in RewriteObjCStringLiteral() [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenCL.cpp | 331 << Context.getPointerType(Context.OCLClkEventTy); in checkBuiltinEnqueueKernel() 343 << Context.getPointerType(Context.OCLClkEventTy); in checkBuiltinEnqueueKernel() 426 << Call->getDirectCallee() << S.Context.getPointerType(EltTy) in checkPipePacketType() 572 Call->setType(getASTContext().getPointerType( in checkBuiltinToAddr()
|
H A D | SemaWasm.cpp | 75 QualType Type = Context.getPointerType(Pointee); in BuiltinWasmRefNullFunc() 78 Context.getPointerType(Pointee)); in BuiltinWasmRefNullFunc()
|
H A D | SemaFixItUtils.cpp | 139 CanConvert = CompareTypes(S.Context.getPointerType(FromQTy), ToQTy, S, in tryToFixConversion()
|
H A D | SemaARM.cpp | 769 QualType LHSTy = getASTContext().getPointerType(EltTy); in CheckNeonBuiltinFunctionCall() 901 << PointerArg->getType() << Context.getPointerType(AddrType) in CheckARMBuiltinExclusiveCall() 906 AddrType = Context.getPointerType(AddrType); in CheckARMBuiltinExclusiveCall()
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | MisplacedConstCheck.cpp | 43 QualType NewQT = Context.getPointerType( in guessAlternateQualification()
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 316 return ast_ctx.getPointerType(ast_ctx.CharTy); in BuildType() 355 return ast_ctx.getPointerType(target_type); in BuildType()
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ExpectedTypes.cpp | 36 return Ctx.getPointerType(QualType(T->getArrayElementTypeNoTypeQual(), 0)) in toEquivClass()
|
/llvm-project/clang/lib/Interpreter/ |
H A D | InterpreterUtils.cpp | 25 Ty = Ctx.getPointerType(Ty); in CStyleCastPtrExpr()
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 167 T = LCtx->getAnalysisDeclContext()->getASTContext().getPointerType(ExType); in conjureSymbolVal() 324 QualType PT = getContext().getPointerType(QualType(T, 0)); in getCXXThis() 659 if (shouldBeModeledWithNoOp(Context, Context.getPointerType(CastTy), in Visit() 660 Context.getPointerType(OriginalTy))) in Visit() 762 // QualType pointerTy = C.getPointerType(elemTy); in VisitMemRegionVal()
|
H A D | ExprEngineC.cpp | 436 resultType = getContext().getPointerType(resultType); in VisitCast() 477 resultType = getContext().getPointerType(resultType); in VisitCast() 528 resultType = getContext().getPointerType(resultType); in VisitCast() 619 Ty = getContext().getPointerType(Ty); in VisitDeclStmt()
|
/llvm-project/clang/lib/AST/ |
H A D | FormatString.cpp | 621 Res = C.getPointerType(C.CharTy); in getRepresentativeType() 624 Res = C.getPointerType(C.getWideCharType()); in getRepresentativeType() 639 Res = C.getPointerType(Res); in getRepresentativeType()
|
H A D | ASTContext.cpp | 1488 VoidPtrTy = getPointerType(getCanonicalType( 1491 VoidPtrTy = getPointerType(VoidTy); in getTemplateOrSpecializationInfo() 1755 T = getPointerType(RT->getPointeeType()); in getDeclAlign() 3550 return getPointerType(ResultType); in getLValueReferenceType() 3572 return getPointerType(removeAddrSpaceQualType(Pointee)); in getRValueReferenceType() 3808 /// getPointerType - Return the uniqued reference to the type for a pointer to in getVariableArrayDecayedType() 3810 QualType ASTContext::getPointerType(QualType T) const { in getVariableArrayDecayedType() 3824 Canonical = getPointerType(getCanonicalType(T)); in getVariableArrayType() 3895 Decayed = getPointerType(T); in getDependentSizedArrayType() 4195 result = getPointerType(getVariableArrayDecayedTyp in getDependentVectorType() 3362 QualType ASTContext::getPointerType(QualType T) const { getPointerType() function in ASTContext [all...] |
H A D | ASTDumper.cpp | 345 Dumper.Visit(*this, /*Ty=*/Context.getPointerType(Context.CharTy)); in dump()
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NumberObjectConversionChecker.cpp | 137 ObjT = ACtx.getPointerType( in run()
|
/llvm-project/mlir/include/mlir/Dialect/SPIRV/IR/ |
H A D | SPIRVMemoryOps.td | 423 ::mlir::spirv::PointerType getPointerType() { 427 return getPointerType().getPointeeType();
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTResultSynthesizer.cpp | 344 ptr_qual_type = Ctx.getPointerType(expr_qual_type); in SynthesizeBodyResult()
|