| /freebsd-14.2/contrib/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 | CGOpenMPRuntime.cpp | 2836 KmpRoutineEntryPtrQTy = C.getPointerType( in emitKmpRoutineEntryT() 2886 Type = C.getPointerType(Type); in createPrivatesRecordDecl() 2888 Type = C.getPointerType(Type); in createPrivatesRecordDecl() 3157 C.getPointerType(C.getPointerType(E->getType())) in emitTaskPrivateMappingFunction() 3168 C.getPointerType(C.getPointerType(E->getType())) in emitTaskPrivateMappingFunction() 3179 C.getPointerType(C.getPointerType(E->getType())) in emitTaskPrivateMappingFunction() 3190 Ty = C.getPointerType(Ty); in emitTaskPrivateMappingFunction() 3192 Ty = C.getPointerType(Ty); in emitTaskPrivateMappingFunction() 3195 C.getPointerType(C.getPointerType(Ty)).withConst().withRestrict(), in emitTaskPrivateMappingFunction() 9059 C.getPointerType(Int64Ty), Loc); in emitUserDefinedMapper() [all …]
|
| H A D | CGOpenMPRuntimeGPU.cpp | 137 Type = C.getPointerType(Type.getNonReferenceType()); in buildRecordForGlobalizedVars() 1265 Ctx.getPointerType(Ctx.VoidPtrTy)); in emitParallelCall() 1593 QualType PrivatePtrType = C.getPointerType(Private->getType()); 2986 ArgType = CGM.getContext().getPointerType(PointeeTy); in translateParameter() 3132 .getPointerType(CGF.getContext().VoidPtrTy) in createParallelDataSharingWrapper() 3143 CGF.getContext().getPointerType(CGF.getContext().getSizeType()), in createParallelDataSharingWrapper() 3153 CGF.getContext().getPointerType(CGF.getContext().getSizeType()), in createParallelDataSharingWrapper() 3164 Src, CGF.ConvertTypeForMem(CGFContext.getPointerType(ElemTy)), in createParallelDataSharingWrapper() 3168 CGFContext.getPointerType(ElemTy), in createParallelDataSharingWrapper()
|
| H A D | CGStmtOpenMP.cpp | 161 CGF.getContext().getPointerType(OrigVDTy))), in emitPreInitStmt() 353 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()), in GenerateOpenMPCapturedVars() 379 Ctx.getPointerType(DstType), Loc); in castValueFromUintptr() 391 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType() 4811 Ty = CGF.getContext().getPointerType(Ty); in EmitOMPTaskBasedDirective() 4813 Ty = CGF.getContext().getPointerType(Ty); in EmitOMPTaskBasedDirective() 4815 CGF.getContext().getPointerType(Ty), ".local.ptr.addr"); in EmitOMPTaskBasedDirective() 4855 VDType = CGF.getContext().getPointerType(VDType); in EmitOMPTaskBasedDirective() 4903 CGF.getContext().getPointerType( in EmitOMPTaskBasedDirective() 5185 CGF.getContext().getPointerType( in processInReduction() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 537 T = Context->getPointerType(T); in convertToUnqualifiedObjCType() 1274 selfTy = Context->getPointerType(selfTy); in RewriteObjCMethodDecl() 2689 castType = Context->getPointerType(castType); in RewriteObjCBoxedExpr() 2810 castType = Context->getPointerType(castType); in RewriteObjCArrayLiteralExpr() 2943 T = Context->getPointerType(PointeeTy); in RewriteObjCDictionaryLiteralExpr() 2962 castType = Context->getPointerType(castType); in RewriteObjCDictionaryLiteralExpr() 4120 QT = Context->getPointerType(QT); in SynthesizeBlockFunc() 4214 QT = Context->getPointerType(QT); in SynthesizeBlockImpl() 4514 T = Context->getPointerType(T); in convertObjCTypeToCStyleType() 5312 QT = Context->getPointerType(QT); in SynthBlockInitExpr() [all …]
|
| H A D | RewriteObjC.cpp | 420 T = Context->getPointerType(BPT->getPointeeType()); in convertBlockPointerToFunctionPointer() 443 T = Context->getPointerType(T); in convertToUnqualifiedObjCType() 1107 selfTy = Context->getPointerType(selfTy); in RewriteObjCMethodDecl() 2024 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl() 2611 castType = Context->getPointerType(castType); in SynthMsgSendStretCallExpr() 2957 castType = Context->getPointerType(castType); in SynthMessageExpr() 3330 QT = Context->getPointerType(QT); in SynthesizeBlockFunc() 3424 QT = Context->getPointerType(QT); in SynthesizeBlockImpl() 4403 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() 4450 QT = Context->getPointerType(QT); in SynthBlockInitExpr() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 311 return ast_ctx.getPointerType(ast_ctx.CharTy); in BuildType() 350 return ast_ctx.getPointerType(target_type); in BuildType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | InterpreterUtils.cpp | 25 Ty = Ctx.getPointerType(Ty); in CStyleCastPtrExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 171 T = LCtx->getAnalysisDeclContext()->getASTContext().getPointerType(ExType); in conjureSymbolVal() 326 QualType PT = getContext().getPointerType(QualType(T, 0)); in getCXXThis() 661 if (shouldBeModeledWithNoOp(Context, Context.getPointerType(CastTy), in Visit() 662 Context.getPointerType(OriginalTy))) in Visit()
|
| H A D | ExprEngineC.cpp | 435 resultType = getContext().getPointerType(resultType); in VisitCast() 476 resultType = getContext().getPointerType(resultType); in VisitCast() 526 resultType = getContext().getPointerType(resultType); in VisitCast() 617 Ty = getContext().getPointerType(Ty); in VisitDeclStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 613 Res = C.getPointerType(C.CharTy); in getRepresentativeType() 616 Res = C.getPointerType(C.getWideCharType()); in getRepresentativeType() 631 Res = C.getPointerType(Res); in getRepresentativeType()
|
| H A D | ASTContext.cpp | 1395 VoidPtrTy = getPointerType(getCanonicalType( in InitBuiltinTypes() 1398 VoidPtrTy = getPointerType(VoidTy); in InitBuiltinTypes() 1667 T = getPointerType(RT->getPointeeType()); in getDeclAlign() 3086 return getPointerType(ResultType); in getObjCGCQualType() 3354 Decayed = getPointerType(T); in getDecayedType() 5986 Result = getPointerType(QualType(Ty, 0)); in getCanonicalParamType() 7430 getPointerType(VoidPtrTy), in getBlockDescriptorExtendedType() 7431 getPointerType(VoidPtrTy) in getBlockDescriptorExtendedType() 8698 QualType T = getPointerType(ObjCBuiltinSelTy); in getObjCSelDecl() 10679 return getPointerType(ResultType); in mergeTypes() [all …]
|
| H A D | ASTDumper.cpp | 335 Dumper.Visit(*this, /*Ty=*/Context.getPointerType(Context.CharTy)); in dump()
|
| H A D | PrintfFormatString.cpp | 634 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getScalarArgType() 643 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getScalarArgType()
|
| H A D | QualTypeNames.cpp | 386 QT = Ctx.getPointerType(QT); in getFullyQualifiedType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 139 CanConvert = CompareTypes(S.Context.getPointerType(FromQTy), ToQTy, S, in tryToFixConversion()
|
| H A D | SemaExprCXX.cpp | 1177 return ASTCtx.getPointerType(ClassType); in adjustCVQualifiersForCXXThisWithinLambda() 1216 return ASTCtx.getPointerType(ClassType); in adjustCVQualifiersForCXXThisWithinLambda() 1223 return ASTCtx.getPointerType(ClassType); in adjustCVQualifiersForCXXThisWithinLambda() 1244 ThisTy = Context.getPointerType(ClassTy); in getCurrentThisType() 2138 QualType ResultType = Context.getPointerType(AllocType); in BuildCXXNew() 3095 QualType VoidPtr = Context.getPointerType(Context.VoidTy); in DeclareGlobalNewDelete() 3829 QualType Unqual = Context.getPointerType( in ActOnCXXDelete() 4412 FromType = Context.getPointerType(FromType); in PerformImplicitConversion() 4584 NewToType = Context.getPointerType(NewToType); in PerformImplicitConversion() 6133 UseType = Context.getPointerType(UseType); in CheckPointerToMemberOperands() [all …]
|
| H A D | SemaExprObjC.cpp | 578 Context.getPointerType(ConstCharType), in BuildObjCBoxedExpr() 704 Context.getPointerType(ConstCharType), in BuildObjCBoxedExpr() 825 Context.getPointerType(IdT), in BuildObjCArrayLiteral() 853 << Context.getPointerType(IdT.withConst()); in BuildObjCArrayLiteral() 987 Context.getPointerType(IdT), in BuildObjCDictionaryLiteral() 995 Context.getPointerType(IdT), in BuildObjCDictionaryLiteral() 1024 << Context.getPointerType(IdT.withConst()); in BuildObjCDictionaryLiteral() 1058 << Context.getPointerType(IdT.withConst()); in BuildObjCDictionaryLiteral()
|
| H A D | SemaRISCVVectorLookup.cpp | 148 QT = Context.getPointerType(QT); in RVVType2Qual()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NumberObjectConversionChecker.cpp | 137 ObjT = ACtx.getPointerType( in run()
|
| H A D | ErrnoModeling.cpp | 110 ACtx.getPointerType(ACtx.IntTy); in getErrnoFunc()
|
| H A D | SmartPtrModeling.cpp | 195 return C.getASTContext().getPointerType(InnerValueType.getCanonicalType()); in getInnerPointerType() 210 return C.getASTContext().getPointerType(ValueType.getCanonicalType()); in getPointerTypeFromTemplateArg()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTResultSynthesizer.cpp | 352 ptr_qual_type = Ctx.getPointerType(expr_qual_type); in SynthesizeBodyResult()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SValBuilder.h | 368 ? Context.getPointerType(type->getPointeeType()) in makeNullWithType()
|