/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | TypedPointerType.h | 28 Type *PointeeTy; variable
|
/freebsd-src/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(); getLValueElement() local [all...] |
H A D | CallEvent.cpp | 105 QualType PointeeTy = PT->getPointeeType(); in isVoidPointerToNonConst() local 209 QualType PointeeTy = Ty->getPointeeType(); in isPointerToConst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/ |
H A D | PointerTypeAnalysis.cpp | 31 Type *PointeeTy = nullptr; classifyPointerType() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 1467 foldGEPOfGEP(GEPOperator * GEP,Type * PointeeTy,bool InBounds,ArrayRef<Value * > Idxs) foldGEPOfGEP() argument 1542 ConstantFoldGetElementPtr(Type * PointeeTy,Constant * C,bool InBounds,std::optional<unsigned> InRangeIndex,ArrayRef<Value * > Idxs) ConstantFoldGetElementPtr() argument
|
H A D | DIBuilder.cpp | 303 createPointerType(DIType * PointeeTy,uint64_t SizeInBits,uint32_t AlignInBits,std::optional<unsigned> DWARFAddressSpace,StringRef Name,DINodeArray Annotations) createPointerType() argument 314 createMemberPointerType(DIType * PointeeTy,DIType * Base,uint64_t SizeInBits,uint32_t AlignInBits,DINode::DIFlags Flags) createMemberPointerType() argument
|
H A D | DebugInfo.cpp | 1334 LLVMDIBuilderCreatePointerType(LLVMDIBuilderRef Builder,LLVMMetadataRef PointeeTy,uint64_t SizeInBits,uint32_t AlignInBits,unsigned AddressSpace,const char * Name,size_t NameLen) LLVMDIBuilderCreatePointerType() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 653 QualType PointeeTy = PT->getPointeeType(); in create_OSAtomicCompareAndSwap() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 3411 QualType PointeeTy = PointerTy->getPointeeType(); TypeInfoIsInStandardLibrary() local 4207 BuildPointerTypeInfo(QualType PointeeTy) BuildPointerTypeInfo() argument 4229 QualType PointeeTy = Ty->getPointeeType(); BuildPointerToMemberTypeInfo() local [all...] |
H A D | CGOpenMPRuntimeGPU.cpp | 2979 QualType PointeeTy = cast<ReferenceType>(NonQualTy)->getPointeeType(); translateParameter() local
|
H A D | CGDebugInfo.cpp | 1190 CreatePointerLikeType(llvm::dwarf::Tag Tag,const Type * Ty,QualType PointeeTy,llvm::DIFile * Unit) CreatePointerLikeType() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 558 QualType PointeeTy = ArgRegion->getValueType(); in updateOutParameters() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 2941 convertToUnqualifiedObjCType(PointeeTy); in RewriteObjCDictionaryLiteralExpr() local 4509 PointeeTy = PT->getPointeeType(); in convertObjCTypeToCStyleType() local 1216 QualType PointeeTy; RewriteTypeIntoString() local [all...] |
H A D | RewriteObjC.cpp | 1049 QualType PointeeTy; in RewriteTypeIntoString() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 2560 QualType PointeeTy = ExprTy->getPointeeType(); tryExprAsCall() local
|
H A D | SemaOverload.cpp | 8458 QualType PointeeTy; AddPointerWithMoreQualifiedTypeVariants() local 8529 QualType PointeeTy = PointerTy->getPointeeType(); AddMemberPointerWithMoreQualifiedTypeVariants() local 8989 QualType PointeeTy = ParamTy->getPointeeType(); addUnaryStarPointerOverloads() local 9201 QualType PointeeTy = PtrTy->getPointeeType(); addBinaryPlusOrMinusPointerOverloads() local [all...] |
H A D | SemaExpr.cpp | 11651 QualType PointeeTy = ResType->getPointeeType(); checkArithmeticIncompletePointerType() local 11674 QualType PointeeTy = ResType->getPointeeType(); checkArithmeticOpPointerOperand() local 19421 QualType PointeeTy = PT->getPointeeType(); captureInBlock() local
|
H A D | SemaInit.cpp | 8522 auto PointeeTy = Ty->getPointeeType(); PerformQualificationConversion() local
|
H A D | SemaChecking.cpp | 13436 QualType PointeeTy; CheckMemaccessArguments() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 7468 Type *PointeeTy = PrivArrayType->getElementType(); createInitialization() local 7495 Type *PointeeTy = PrivStructType->getElementType(u); createReplacementValues() local 7503 Type *PointeeTy = PrivArrayType->getElementType(); createReplacementValues() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 8208 QualType PointeeTy; getObjCEncodingForTypeImpl() local [all...] |
H A D | ExprConstant.cpp | 9400 QualType PointeeTy = E->getType()->castAs<PointerType>()->getPointeeType(); visitNonBuiltinCallExpr() local
|