Home
last modified time | relevance | path

Searched refs:getPointerType (Results 1 – 25 of 71) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp536 T = Context->getPointerType(T); in convertToUnqualifiedObjCType()
1273 selfTy = Context->getPointerType(selfTy); in RewriteObjCMethodDecl()
2688 castType = Context->getPointerType(castType); in RewriteObjCBoxedExpr()
2809 castType = Context->getPointerType(castType); in RewriteObjCArrayLiteralExpr()
2942 T = Context->getPointerType(PointeeTy); in RewriteObjCDictionaryLiteralExpr()
2961 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 DRewriteObjC.cpp420 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-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp311 return ast_ctx.getPointerType(ast_ctx.CharTy); in BuildType()
350 return ast_ctx.getPointerType(target_type); in BuildType()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp148 T = LCtx->getAnalysisDeclContext()->getASTContext().getPointerType(ExType); in conjureSymbolVal()
296 QualType PT = getContext().getPointerType(QualType(T, 0)); in getCXXThis()
589 if (shouldBeModeledWithNoOp(Context, Context.getPointerType(CastTy), in evalCast()
590 Context.getPointerType(OriginalTy))) in evalCast()
H A DExprEngineC.cpp440 resultType = getContext().getPointerType(resultType); in VisitCast()
479 resultType = getContext().getPointerType(resultType); in VisitCast()
530 resultType = getContext().getPointerType(resultType); in VisitCast()
621 Ty = getContext().getPointerType(Ty); in VisitDeclStmt()
H A DCallEvent.cpp841 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(Class)); in getInitialStackFrameContents()
852 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp518 Res = C.getPointerType(C.CharTy); in getRepresentativeType()
521 Res = C.getPointerType(C.getWideCharType()); in getRepresentativeType()
536 Res = C.getPointerType(Res); in getRepresentativeType()
H A DASTContext.cpp1468 VoidPtrTy = getPointerType(getCanonicalType( in InitBuiltinTypes()
1471 VoidPtrTy = getPointerType(VoidTy); in InitBuiltinTypes()
1753 T = getPointerType(RT->getPointeeType()); in getDeclAlign()
3021 return getPointerType(ResultType); in getObjCGCQualType()
3269 Decayed = getPointerType(T); in getDecayedType()
5719 Result = getPointerType(QualType(Ty, 0)); in getCanonicalParamType()
6690 getPointerType(VoidPtrTy), in getBlockDescriptorExtendedType()
6691 getPointerType(VoidPtrTy) in getBlockDescriptorExtendedType()
7949 QualType T = getPointerType(ObjCBuiltinSelTy); in getObjCSelDecl()
9801 return getPointerType(ResultType); in mergeTypes()
[all …]
H A DASTDumper.cpp289 Dumper.Visit(*this, /*Ty=*/Context.getPointerType(Context.CharTy)); in dump()
H A DPrintfFormatString.cpp631 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getScalarArgType()
640 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getScalarArgType()
H A DQualTypeNames.cpp384 QT = Ctx.getPointerType(QT); in getFullyQualifiedType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp176 Type = C.getPointerType(Type.getNonReferenceType()); in buildRecordForGlobalizedVars()
1537 Ctx.getPointerType(Ctx.VoidPtrTy)); in emitParallelCall()
1877 C.getPointerType(Private->getType())->castAs<PointerType>());
1893 C.getPointerType(Private->getType())->castAs<PointerType>());
1900 C.getPointerType(Private->getType())->castAs<PointerType>());
1908 C.getPointerType(Private->getType())->castAs<PointerType>());
3266 /*Volatile=*/false, C.getPointerType(C.VoidPtrTy), Loc); in emitReduction()
3353 ArgType = CGM.getContext().getPointerType(PointeeTy); in translateParameter()
3506 .getPointerType(CGF.getContext().getPointerType( in createParallelDataSharingWrapper()
3518 CGF.getContext().getPointerType(CGF.getContext().getSizeType()), in createParallelDataSharingWrapper()
[all …]
H A DCGOpenMPRuntime.cpp3392 KmpRoutineEntryPtrQTy = C.getPointerType( in emitKmpRoutineEntryT()
3472 Type = C.getPointerType(Type); in createPrivatesRecordDecl()
3474 Type = C.getPointerType(Type); in createPrivatesRecordDecl()
3743 C.getPointerType(C.getPointerType(E->getType())) in emitTaskPrivateMappingFunction()
3754 C.getPointerType(C.getPointerType(E->getType())) in emitTaskPrivateMappingFunction()
3765 C.getPointerType(C.getPointerType(E->getType())) in emitTaskPrivateMappingFunction()
3776 Ty = C.getPointerType(Ty); in emitTaskPrivateMappingFunction()
3778 Ty = C.getPointerType(Ty); in emitTaskPrivateMappingFunction()
3781 C.getPointerType(C.getPointerType(Ty)).withConst().withRestrict(), in emitTaskPrivateMappingFunction()
9904 C.getPointerType(Int64Ty), Loc); in emitUserDefinedMapper()
[all …]
H A DCGStmtOpenMP.cpp156 CGF.getContext().getPointerType( in emitPreInitStmt()
350 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()), in GenerateOpenMPCapturedVars()
351 Ctx.getPointerType(CurField->getType()), CurCap->getLocation()); in GenerateOpenMPCapturedVars()
376 Ctx.getPointerType(DstType), Loc); in castValueFromUintptr()
378 CGF.MakeNaturalAlignAddrLValue(CastedPtr, Ctx.getPointerType(DstType)) in castValueFromUintptr()
389 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
1657 CGF.ConvertTypeForMem(CGM.getContext().getPointerType(CVD->getType())), in getAddressOfLocalVariable()
4419 Ty = CGF.getContext().getPointerType(Ty); in EmitOMPTaskBasedDirective()
4421 Ty = CGF.getContext().getPointerType(Ty); in EmitOMPTaskBasedDirective()
4423 CGF.getContext().getPointerType(Ty), ".local.ptr.addr"); in EmitOMPTaskBasedDirective()
[all …]
H A DCGDebugInfo.cpp1155 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in collectDefaultElementTypesForBlockPointer()
1160 FType = CGM.getContext().getPointerType(Ty->getPointeeType()); in collectDefaultElementTypesForBlockPointer()
1162 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in collectDefaultElementTypesForBlockPointer()
3817 ResultTy = CGM.getContext().getPointerType( in getOrCreateFunctionType()
4165 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in EmitTypeForVarWithBlocksAttr()
4174 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in EmitTypeForVarWithBlocksAttr()
4185 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in EmitTypeForVarWithBlocksAttr()
4560 auto FnPtrType = CGM.getContext().getPointerType(FnTy->desugar()); in collectDefaultFieldsForBlockLiteralDeclare()
4566 Context.getPointerType(Block.NeedsCopyDispose in collectDefaultFieldsForBlockLiteralDeclare()
H A DCGObjC.cpp1774 getContext().getPointerType(StateTy)); in EmitObjCForCollectionStmt()
1782 getContext().getPointerType(ItemsTy)); in EmitObjCForCollectionStmt()
3688 QualType DestTy = C.getPointerType(Ty); in GenerateObjCAtomicSetterCopyHelperFunction()
3691 SrcTy = C.getPointerType(SrcTy); in GenerateObjCAtomicSetterCopyHelperFunction()
3778 QualType DestTy = C.getPointerType(Ty); in GenerateObjCAtomicGetterCopyHelperFunction()
3781 SrcTy = C.getPointerType(SrcTy); in GenerateObjCAtomicGetterCopyHelperFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp135 CanConvert = CompareTypes(S.Context.getPointerType(FromQTy), ToQTy, S, in tryToFixConversion()
H A DSemaExprObjC.cpp577 Context.getPointerType(ConstCharType), in BuildObjCBoxedExpr()
703 Context.getPointerType(ConstCharType), in BuildObjCBoxedExpr()
824 Context.getPointerType(IdT), in BuildObjCArrayLiteral()
852 << Context.getPointerType(IdT.withConst()); in BuildObjCArrayLiteral()
986 Context.getPointerType(IdT), in BuildObjCDictionaryLiteral()
994 Context.getPointerType(IdT), in BuildObjCDictionaryLiteral()
1023 << Context.getPointerType(IdT.withConst()); in BuildObjCDictionaryLiteral()
1060 << Context.getPointerType(IdT.withConst()); in BuildObjCDictionaryLiteral()
H A DSemaExprCXX.cpp1135 return ASTCtx.getPointerType(ClassType); in adjustCVQualifiersForCXXThisWithinLambda()
1176 return ASTCtx.getPointerType(ClassType); in adjustCVQualifiersForCXXThisWithinLambda()
1183 return ASTCtx.getPointerType(ClassType); in adjustCVQualifiersForCXXThisWithinLambda()
1204 ThisTy = Context.getPointerType(ClassTy); in getCurrentThisType()
1234 S.CXXThisTypeOverride = S.Context.getPointerType(T); in CXXThisScopeRAII()
2037 QualType ResultType = Context.getPointerType(AllocType); in BuildCXXNew()
3670 QualType Unqual = Context.getPointerType( in ActOnCXXDelete()
4239 FromType = Context.getPointerType(FromType); in PerformImplicitConversion()
4381 NewToType = Context.getPointerType(NewToType); in PerformImplicitConversion()
5792 UseType = Context.getPointerType(UseType); in CheckPointerToMemberOperands()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp137 ObjT = ACtx.getPointerType( in run()
H A DSmartPtrModeling.cpp197 return C.getASTContext().getPointerType(InnerValueType.getCanonicalType()); in getInnerPointerType()
212 return C.getASTContext().getPointerType(ValueType.getCanonicalType()); in getPointerTypeFromTemplateArg()
H A DCastValueChecker.cpp290 CastToTy = C.getASTContext().getPointerType(CastToTy); in addInstanceOfTransition()
H A DCStringChecker.cpp388 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy); in CheckBufferAccess()
511 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy); in CheckOverlap()
886 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy); in IsFirstBufInBound()
1188 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy); in evalCopyCommon()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp326 ptr_qual_type = Ctx.getPointerType(expr_qual_type); in SynthesizeBodyResult()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h539 return ctx.getPointerType(getValueType()); in getLocationType()
588 return Ctx.getPointerType(D->getType()); in getLocationType()

123