/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | TypedPointerType.h | 28 Type *PointeeTy; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaBoundsSafety.cpp | 92 QualType PointeeTy; in CheckCountedByAttrOnField() local
|
H A D | Sema.cpp | 2551 QualType PointeeTy = ExprTy->getPointeeType(); in tryExprAsCall() local
|
H A D | SemaOverload.cpp | 8464 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 D | SemaExpr.cpp | 10653 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 D | SemaInit.cpp | 7470 auto PointeeTy = Ty->getPointeeType(); in PerformQualificationConversion() local
|
H A D | SemaChecking.cpp | 8671 QualType PointeeTy; in CheckMemaccessArguments() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 97 QualType PointeeTy = CastToTy->getPointeeType(); in castRegion() local 451 QualType PointeeTy = BT->getPointeeType(); in getLValueElement() local
|
H A D | CallEvent.cpp | 105 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 D | SPIRVDuplicatesTracker.h | 224 void add(const Type *PointeeTy, unsigned AddressSpace, in add() 259 Register find(const Type *PointeeTy, unsigned AddressSpace, in find()
|
H A D | SPIRVEmitIntrinsics.cpp | 598 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 D | PointerTypeAnalysis.cpp | 33 Type *PointeeTy = nullptr; in classifyPointerType() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGPointerAuth.cpp | 569 QualType PointeeTy) { in getAsNaturalAddressOf() 612 llvm::Value *LValue::emitResignedPointer(QualType PointeeTy, in emitResignedPointer()
|
H A D | ItaniumCXXABI.cpp | 3680 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 D | CGOpenMPRuntimeGPU.cpp | 1773 QualType PointeeTy = cast<ReferenceType>(NonQualTy)->getPointeeType(); in translateParameter() local
|
H A D | CGDebugInfo.cpp | 1209 QualType PointeeTy, in CreatePointerLikeType()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 1339 Constant *llvm::ConstantFoldGetElementPtr(Type *PointeeTy, Constant *C, in ConstantFoldGetElementPtr()
|
H A D | DIBuilder.cpp | 316 DIBuilder::createPointerType(DIType *PointeeTy, uint64_t SizeInBits, in createPointerType() 327 DIDerivedType *DIBuilder::createMemberPointerType(DIType *PointeeTy, in createMemberPointerType()
|
H A D | DebugInfo.cpp | 1339 LLVMDIBuilderRef Builder, LLVMMetadataRef PointeeTy, in LLVMDIBuilderCreatePointerType()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 558 QualType PointeeTy = ArgRegion->getValueType(); in updateOutParameters() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 1215 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 D | AttributorAttributes.cpp | 7483 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 D | ASTContext.cpp | 8666 QualType PointeeTy; in getObjCEncodingForTypeImpl() local
|
H A D | ExprConstant.cpp | 9501 QualType PointeeTy = E->getType()->castAs<PointerType>()->getPointeeType(); in visitNonBuiltinCallExpr() local
|