Searched defs:PointeeType (Results 1 - 25 of 29) sorted by path

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2617 QualType PointeeType; member in class:clang::PointerType
2720 QualType PointeeType; member in class:clang::BlockPointerType
2751 QualType PointeeType; member in class:clang::ReferenceType
2836 QualType PointeeType; member in class:clang::MemberPointerType
3158 QualType PointeeType; member in class:clang::DependentAddressSpaceType
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3238 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); local
3274 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); local
3788 QualType ASTContext::getDependentAddressSpaceType(QualType PointeeType, argument
H A DItaniumMangle.cpp2986 QualType PointeeType = T->getPointeeType(); local
H A DMicrosoftMangle.cpp2570 QualType PointeeType local
1709 manglePointerExtQualifiers(Qualifiers Quals, QualType PointeeType) argument
2607 QualType PointeeType = T->getPointeeType(); local
2622 QualType PointeeType = T->getPointeeType(); local
2642 QualType PointeeType = T->getPointeeType(); local
2654 QualType PointeeType = T->getPointeeType(); local
2820 QualType PointeeType = T->getPointeeType(); local
[all...]
H A DType.cpp1676 QualType PointeeType; local
263 DependentAddressSpaceType( const ASTContext &Context, QualType PointeeType, QualType can, Expr *AddrSpaceExpr, SourceLocation loc) argument
275 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, QualType PointeeType, Expr *AddrSpaceExpr) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1491 llvm::DIType *PointeeType = getOrCreateType(PointeeTy, Unit); local
H A DCGExpr.cpp4872 auto PointeeType = cast<PointerType>(CalleeType)->getPointeeType(); local
H A DCodeGenTypes.cpp552 llvm::Type *PointeeType = ConvertTypeForMem(ETy); local
560 llvm::Type *PointeeType = ConvertTypeForMem(ETy); local
654 llvm::Type *PointeeType = CGM.getLangOpts().OpenCL local
H A DItaniumCXXABI.cpp4134 QualType PointeeType = PT->getPointeeType(); local
H A DMicrosoftCXXABI.cpp3782 QualType PointeeType = T->getPointeeType(); local
4071 QualType PointeeType = T; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp1143 QualType PointeeType = PT->getPointeeType(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8424 QualType PointeeType = PT->getPointeeType(); local
H A DSemaExpr.cpp5557 QualType PointeeType = ParamType->getPointeeType(); local
H A DSemaExprObjC.cpp517 QualType PointeeType = PT->getPointeeType(); local
H A DSemaTemplateDeduction.cpp1550 QualType PointeeType; local
H A DSemaType.cpp2013 static QualType deduceOpenCLPointeeAddrSpace(Sema &S, QualType PointeeType) { argument
H A DTreeTransform.h4653 QualType PointeeType local
4691 QualType PointeeType local
4721 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); local
4769 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); local
6735 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); local
13132 RebuildPointerType(QualType PointeeType, SourceLocation Star) argument
13139 RebuildBlockPointerType(QualType PointeeType, SourceLocation Star) argument
13156 RebuildMemberPointerType(QualType PointeeType, QualType ClassType, SourceLocation Sigil) argument
13195 RebuildObjCObjectPointerType( QualType PointeeType, SourceLocation Star) argument
13284 RebuildDependentAddressSpaceType( QualType PointeeType, Expr *AddrSpaceExpr, SourceLocation AttributeLoc) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1296 QualType Result = T, PointeeType = T->getPointeeType(); local
H A DMallocSizeofChecker.cpp186 QualType PointeeType = CastedType->getPointeeType(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h105 int getGEPCost(Type *PointeeType, const Value *Ptr, argument
747 int getGEPCost(Type *PointeeType, const Value *Ptr, argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h289 int getGEPCost(Type *PointeeType, const Value *Ptr, argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h918 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr, argument
934 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr, argument
960 CreateInBounds(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
976 CreateInBounds(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
1120 GetElementPtrInst(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, unsigned Values, const Twine &NameStr, Instruction *InsertBefore) argument
1134 GetElementPtrInst(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, unsigned Values, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp179 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2585 Type *PointeeType = nullptr; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1173 LLVMDIBuilderCreateMemberPointerType(LLVMDIBuilderRef Builder, LLVMMetadataRef PointeeType, LLVMMetadataRef ClassType, uint64_t SizeInBits, uint32_t AlignInBits, LLVMDIFlags Flags) argument

Completed in 824 milliseconds

12