/llvm-project/llvm/include/llvm/IR/ |
H A D | TypedPointerType.h | 28 Type *PointeeTy; variable
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 97 QualType PointeeTy = CastToTy->getPointeeType(); in castRegion() local 451 QualType PointeeTy = BT->getPointeeType(); getLValueElement() local [all...] |
H A D | CallEvent.cpp | 105 QualType PointeeTy = PT->getPointeeType(); isVoidPointerToNonConst() local 209 QualType PointeeTy = Ty->getPointeeType(); isPointerToConst() local
|
/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/ |
H A D | PointerTypeAnalysis.cpp | 33 Type *PointeeTy = nullptr; in classifyPointerType() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVDuplicatesTracker.h | 224 add(const Type * PointeeTy,unsigned AddressSpace,const MachineFunction * MF,Register R) add() argument 259 find(const Type * PointeeTy,unsigned AddressSpace,const MachineFunction * MF) find() argument
|
/llvm-project/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 653 QualType PointeeTy = PT->getPointeeType(); in create_OSAtomicCompareAndSwap() local
|
/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 1339 ConstantFoldGetElementPtr(Type * PointeeTy,Constant * C,std::optional<ConstantRange> InRange,ArrayRef<Value * > Idxs) ConstantFoldGetElementPtr() argument
|
H A D | DIBuilder.cpp | 316 DIBuilder::createPointerType(DIType *PointeeTy, uint64_t SizeInBits, in createPointerType() argument 327 DIDerivedType *DIBuilder::createMemberPointerType(DIType *PointeeTy, in createMemberPointerType() argument
|
H A D | DebugInfo.cpp | 1339 LLVMDIBuilderCreatePointerType(LLVMDIBuilderRef Builder,LLVMMetadataRef PointeeTy,uint64_t SizeInBits,uint32_t AlignInBits,unsigned AddressSpace,const char * Name,size_t NameLen) LLVMDIBuilderCreatePointerType() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 3446 QualType PointeeTy = PointerTy->getPointeeType(); TypeInfoIsInStandardLibrary() local 4248 BuildPointerTypeInfo(QualType PointeeTy) BuildPointerTypeInfo() argument 4270 QualType PointeeTy = Ty->getPointeeType(); BuildPointerToMemberTypeInfo() local [all...] |
H A D | CGOpenMPRuntimeGPU.cpp | 1772 QualType PointeeTy = cast<ReferenceType>(NonQualTy)->getPointeeType(); translateParameter() local
|
H A D | CGDebugInfo.cpp | 1209 CreatePointerLikeType(llvm::dwarf::Tag Tag,const Type * Ty,QualType PointeeTy,llvm::DIFile * Unit) CreatePointerLikeType() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 558 QualType PointeeTy = ArgRegion->getValueType(); in updateOutParameters() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 2940 convertToUnqualifiedObjCType(PointeeTy); in RewriteObjCDictionaryLiteralExpr() local 1215 QualType PointeeTy; RewriteTypeIntoString() local 4507 QualType PointeeTy; convertObjCTypeToCStyleType() local [all...] |
H A D | RewriteObjC.cpp | 1049 PointeeTy = PT->getPointeeType(); in RewriteTypeIntoString() local
|
/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 2549 QualType PointeeTy = ExprTy->getPointeeType(); tryExprAsCall() local
|
H A D | SemaOverload.cpp | 8488 QualType PointeeTy; AddPointerWithMoreQualifiedTypeVariants() local 8559 QualType PointeeTy = PointerTy->getPointeeType(); AddMemberPointerWithMoreQualifiedTypeVariants() local 9040 QualType PointeeTy = ParamTy->getPointeeType(); addUnaryStarPointerOverloads() local 9252 QualType PointeeTy = PtrTy->getPointeeType(); addBinaryPlusOrMinusPointerOverloads() local [all...] |
H A D | SemaExpr.cpp | 10618 QualType PointeeTy = ResType->getPointeeType(); checkArithmeticIncompletePointerType() local 10641 QualType PointeeTy = ResType->getPointeeType(); checkArithmeticOpPointerOperand() local 18337 QualType PointeeTy = PT->getPointeeType(); captureInBlock() local
|
H A D | SemaInit.cpp | 7457 auto PointeeTy = Ty->getPointeeType(); PerformQualificationConversion() local
|
H A D | SemaDeclAttr.cpp | 5911 QualType PointeeTy; CheckCountedByAttrOnField() local
|
H A D | SemaChecking.cpp | 8667 QualType PointeeTy; CheckMemaccessArguments() local [all...] |
/llvm-project/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 493 value llvm_dibuild_create_pointer_type_native(value Builder, value PointeeTy, in llvm_dibuild_create_pointer_type_native() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 7483 Type *PointeeTy = PrivArrayType->getElementType(); createInitialization() local 7510 Type *PointeeTy = PrivStructType->getElementType(u); createReplacementValues() local 7518 Type *PointeeTy = PrivArrayType->getElementType(); createReplacementValues() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 8389 QualType PointeeTy; getObjCEncodingForTypeImpl() local [all...] |
H A D | ExprConstant.cpp | 9486 QualType PointeeTy = E->getType()->castAs<PointerType>()->getPointeeType(); visitNonBuiltinCallExpr() local
|