Home
last modified time | relevance | path

Searched defs:PointeeTy (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypedPointerType.h28 Type *PointeeTy; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBoundsSafety.cpp92 QualType PointeeTy; in CheckCountedByAttrOnField() local
H A DSema.cpp2551 QualType PointeeTy = ExprTy->getPointeeType(); in tryExprAsCall() local
H A DSemaOverload.cpp8464 QualType PointeeTy; in AddPointerWithMoreQualifiedTypeVariants() local
8535 QualType PointeeTy = PointerTy->getPointeeType(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
9016 QualType PointeeTy = ParamTy->getPointeeType(); in addUnaryStarPointerOverloads() local
9228 QualType PointeeTy = PtrTy->getPointeeType(); in addBinaryPlusOrMinusPointerOverloads() local
H A DSemaExpr.cpp10653 QualType PointeeTy = ResType->getPointeeType(); in checkArithmeticIncompletePointerType() local
10676 QualType PointeeTy = ResType->getPointeeType(); in checkArithmeticOpPointerOperand() local
18407 QualType PointeeTy = PT->getPointeeType(); in captureInBlock() local
H A DSemaInit.cpp7470 auto PointeeTy = Ty->getPointeeType(); in PerformQualificationConversion() local
H A DSemaChecking.cpp8671 QualType PointeeTy; in CheckMemaccessArguments() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp97 QualType PointeeTy = CastToTy->getPointeeType(); in castRegion() local
451 QualType PointeeTy = BT->getPointeeType(); in getLValueElement() local
H A DCallEvent.cpp105 QualType PointeeTy = PT->getPointeeType(); in isVoidPointerToNonConst() local
209 QualType PointeeTy = Ty->getPointeeType(); in isPointerToConst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h224 void add(const Type *PointeeTy, unsigned AddressSpace, in add()
259 Register find(const Type *PointeeTy, unsigned AddressSpace, in find()
H A DSPIRVEmitIntrinsics.cpp598 Type *PointeeTy = GR->findDeducedElementType(PointerOperand); in getAtomicElemTy() local
638 Type *PointeeTy = GR->findDeducedElementType(Ref->getPointerOperand()); in deduceOperandElementType() local
647 Type *PointeeTy = GR->findDeducedElementType(Ref->getPointerOperand()); in deduceOperandElementType() local
657 Type *PointeeTy = GR->findDeducedElementType(Ref->getPointerOperand()); in deduceOperandElementType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp33 Type *PointeeTy = nullptr; in classifyPointerType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp569 QualType PointeeTy) { in getAsNaturalAddressOf()
612 llvm::Value *LValue::emitResignedPointer(QualType PointeeTy, in emitResignedPointer()
H A DItaniumCXXABI.cpp3680 QualType PointeeTy = PointerTy->getPointeeType(); in TypeInfoIsInStandardLibrary() local
4482 void ItaniumRTTIBuilder::BuildPointerTypeInfo(QualType PointeeTy) { in BuildPointerTypeInfo()
4504 QualType PointeeTy = Ty->getPointeeType(); in BuildPointerToMemberTypeInfo() local
H A DCGOpenMPRuntimeGPU.cpp1773 QualType PointeeTy = cast<ReferenceType>(NonQualTy)->getPointeeType(); in translateParameter() local
H A DCGDebugInfo.cpp1209 QualType PointeeTy, in CreatePointerLikeType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1339 Constant *llvm::ConstantFoldGetElementPtr(Type *PointeeTy, Constant *C, in ConstantFoldGetElementPtr()
H A DDIBuilder.cpp316 DIBuilder::createPointerType(DIType *PointeeTy, uint64_t SizeInBits, in createPointerType()
327 DIDerivedType *DIBuilder::createMemberPointerType(DIType *PointeeTy, in createMemberPointerType()
H A DDebugInfo.cpp1339 LLVMDIBuilderRef Builder, LLVMMetadataRef PointeeTy, in LLVMDIBuilderCreatePointerType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp558 QualType PointeeTy = ArgRegion->getValueType(); in updateOutParameters() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1215 QualType PointeeTy; in RewriteTypeIntoString() local
2940 QualType PointeeTy = PT->getPointeeType(); in RewriteObjCDictionaryLiteralExpr() local
4507 QualType PointeeTy; in convertObjCTypeToCStyleType() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7483 Type *PointeeTy = PrivArrayType->getElementType(); in createInitialization() local
7510 Type *PointeeTy = PrivStructType->getElementType(u); in createReplacementValues() local
7518 Type *PointeeTy = PrivArrayType->getElementType(); in createReplacementValues() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8666 QualType PointeeTy; in getObjCEncodingForTypeImpl() local
H A DExprConstant.cpp9501 QualType PointeeTy = E->getType()->castAs<PointerType>()->getPointeeType(); in visitNonBuiltinCallExpr() local