Searched defs:PointeeType (Results 1 - 25 of 27) sorted by relevance

12

/external/llvm/tools/llvm-pdbdump/
H A DTypedefDumper.cpp56 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); local
57 if (!PointeeType)
59 if (auto FuncSig = dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType.get())) {
66 PointeeType->dump(*this);
H A DVariableDumper.cpp99 auto PointeeType = Symbol.getPointeeType(); local
100 if (!PointeeType)
103 if (auto Func = dyn_cast<PDBSymbolFunc>(PointeeType.get())) {
114 PointeeType->dump(*this);
157 auto PointeeType = PointerType->getPointeeType(); local
159 dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType.get())) {
H A DFunctionDumper.cpp233 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); local
234 if (!PointeeType)
237 if (auto FuncSig = dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType.get())) {
247 PointeeType->dump(*this);
/external/opencv3/modules/core/include/opencv2/core/cuda/
H A Dtype_traits.hpp67 typedef typename type_traits_detail::PointerTraits<UnqualifiedType>::type PointeeType; typedef in struct:cv::cuda::device::TypeTraits
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp187 QualType PointeeType = CastedType->getAs<PointerType>()->getPointeeType(); local
188 if (PointeeType->isVoidType())
203 if (typesCompatible(BR.getContext(), PointeeType, SizeofType))
208 if (compatibleWithArrayType(BR.getContext(), PointeeType, SizeofType))
229 << PointeeType.getAsString() << "', which is incompatible with "
H A DMallocChecker.cpp916 QualType Result = T, PointeeType = T->getPointeeType(); local
917 while (!PointeeType.isNull()) {
918 Result = PointeeType;
919 PointeeType = PointeeType->getPointeeType();
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp497 llvm::Type *PointeeType = ConvertTypeForMem(ETy); local
499 ResultType = llvm::PointerType::get(PointeeType, AS);
505 llvm::Type *PointeeType = ConvertTypeForMem(ETy); local
506 if (PointeeType->isVoidTy())
507 PointeeType = llvm::Type::getInt8Ty(getLLVMContext());
509 ResultType = llvm::PointerType::get(PointeeType, AS);
599 llvm::Type *PointeeType = ConvertTypeForMem(FTy); local
601 ResultType = llvm::PointerType::get(PointeeType, AS);
H A DCGDebugInfo.cpp1087 llvm::DIType *PointeeType = getOrCreateType(PointeeTy, Unit); local
1089 DBuilder.createPointerType(PointeeType, Size, Align);
H A DItaniumCXXABI.cpp3586 QualType PointeeType = PT->getPointeeType(); local
3590 if (!PointeeType->isRecordType()) {
H A DMicrosoftCXXABI.cpp3644 QualType PointeeType = T->getPointeeType(); local
3645 if (!PointeeType.isNull()) {
3646 IsConst = PointeeType.isConstQualified();
3647 IsVolatile = PointeeType.isVolatileQualified();
3653 T = Context.getMemberPointerType(PointeeType.getUnqualifiedType(),
3659 T = Context.getPointerType(PointeeType.getUnqualifiedType());
3932 QualType PointeeType = T; local
3934 PointeeType = T->getPointeeType();
3935 if (const CXXRecordDecl *RD = PointeeType->getAsCXXRecordDecl()) {
/external/llvm/bindings/go/llvm/
H A DDIBuilderBindings.cpp117 LLVMMetadataRef PointeeType,
122 return wrap(D->createPointerType(unwrap<DIType>(PointeeType), SizeInBits,
116 LLVMDIBuilderCreatePointerType(LLVMDIBuilderRef Dref, LLVMMetadataRef PointeeType, uint64_t SizeInBits, uint64_t AlignInBits, const char *Name) argument
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp1130 QualType PointeeType = PT->getPointeeType(); local
1131 if (Ctx.hasSameUnqualifiedType(PointeeType, Ctx.CharTy)) {
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h105 unsigned getGEPCost(Type *PointeeType, const Value *Ptr, argument
400 unsigned getGEPCost(Type *PointeeType, const Value *Ptr, argument
406 PointeeType &&
417 auto GTI = gep_type_begin(PointerType::get(PointeeType, AS), Operands);
/external/clang/lib/AST/
H A DItaniumMangle.cpp2269 QualType PointeeType = T->getPointeeType(); local
2270 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(PointeeType)) {
2291 mangleType(PointeeType);
H A DMicrosoftMangle.cpp284 void manglePointerExtQualifiers(Qualifiers Quals, QualType PointeeType);
1394 QualType PointeeType) {
1397 (PointeeType.isNull() || !PointeeType->isFunctionType()))
1771 manglePointerExtQualifiers(Quals, /*PointeeType=*/QualType());
2088 QualType PointeeType = T->getPointeeType(); local
2090 manglePointerExtQualifiers(Quals, PointeeType);
2091 if (const FunctionProtoType *FPT = PointeeType->getAs<FunctionProtoType>()) {
2096 mangleQualifiers(PointeeType.getQualifiers(), true);
2098 mangleType(PointeeType, Rang
1393 manglePointerExtQualifiers(Qualifiers Quals, QualType PointeeType) argument
2125 QualType PointeeType = T->getPointeeType(); local
2132 QualType PointeeType = T->getPointeeType(); local
2145 QualType PointeeType = T->getPointeeType(); local
2156 QualType PointeeType = T->getPointeeType(); local
2240 QualType PointeeType = T->getPointeeType(); local
[all...]
H A DASTContext.cpp2477 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); local
2478 Canonical = getLValueReferenceType(getCanonicalType(PointeeType));
2514 QualType PointeeType = (InnerRef ? InnerRef->getPointeeType() : T); local
2515 Canonical = getRValueReferenceType(getCanonicalType(PointeeType));
H A DExprConstant.cpp2921 QualType PointeeType;
2923 PointeeType = PT->getPointeeType();
2925 if (PointeeType.isNull() || !RHS.isInt() ||
2937 if (!HandleLValueArrayAdjustment(Info, E, LVal, PointeeType, Offset))
3079 QualType PointeeType;
3081 PointeeType = PT->getPointeeType();
3089 if (!HandleLValueArrayAdjustment(Info, E, LVal, PointeeType,
6519 QualType PointeeType = End.Designator.MostDerivedType; local
6520 assert(!PointeeType.isNull());
6521 if (PointeeType
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1249 QualType PointeeType; local
1251 PointeeType = PointerArg->getPointeeType();
1254 PointeeType = PointerArg->getPointeeType();
1262 PointeeType,
H A DSemaExprObjC.cpp518 QualType PointeeType = PT->getPointeeType(); local
519 if (Context.hasSameUnqualifiedType(PointeeType, Context.CharTy)) {
H A DSemaOverload.cpp8064 QualType PointeeType = (*Ptr)->getPointeeType(); local
8065 if (!PointeeType->isObjectType())
8068 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
8079 QualType PointeeType = (*Ptr)->getPointeeType(); local
8080 if (!PointeeType->isObjectType())
8083 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
H A DSemaDecl.cpp7209 QualType PointeeType = PT->getPointeeType(); local
7210 if (PointeeType->isPointerType())
7212 return PointeeType.getAddressSpace() == 0 ? PrivatePtrKernelParam
/external/llvm/include/llvm/IR/
H A DInstructions.h851 inline GetElementPtrInst(Type *PointeeType, Value *Ptr,
854 inline GetElementPtrInst(Type *PointeeType, Value *Ptr,
864 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr, argument
869 if (!PointeeType)
870 PointeeType =
874 PointeeType ==
876 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values,
879 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr, argument
884 if (!PointeeType)
885 PointeeType
904 CreateInBounds(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
918 CreateInBounds(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
1064 GetElementPtrInst(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, unsigned Values, const Twine &NameStr, Instruction *InsertBefore) argument
1077 GetElementPtrInst(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, unsigned Values, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2751 Type *PointeeType = nullptr; local
2753 PointeeType = getTypeByID(Record[OpNum++]);
2762 if (PointeeType &&
2763 PointeeType !=
2770 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices,
/external/clang/lib/Serialization/
H A DASTReader.cpp5217 QualType PointeeType = readType(*Loc.F, Record, Idx); local
5218 return Context.getPointerType(PointeeType);
5248 QualType PointeeType = readType(*Loc.F, Record, Idx); local
5249 return Context.getBlockPointerType(PointeeType);
5257 QualType PointeeType = readType(*Loc.F, Record, Idx); local
5258 return Context.getLValueReferenceType(PointeeType, Record[1]);
5266 QualType PointeeType = readType(*Loc.F, Record, Idx); local
5267 return Context.getRValueReferenceType(PointeeType);
5275 QualType PointeeType = readType(*Loc.F, Record, Idx); local
5277 if (PointeeType
[all...]
/external/clang/include/clang/AST/
H A DType.h2147 QualType PointeeType; member in class:clang::PointerType
2154 PointeeType(Pointee) {
2160 QualType getPointeeType() const { return PointeeType; }
2171 Qualifiers thisQuals = PointeeType.getQualifiers();
2254 QualType PointeeType; // Block is some kind of pointer type member in class:clang::BlockPointerType
2260 PointeeType(Pointee) {
2267 QualType getPointeeType() const { return PointeeType; }
2287 QualType PointeeType; member in class:clang::ReferenceType
2296 PointeeType(Referencee)
2306 QualType getPointeeTypeAsWritten() const { return PointeeType; }
2369 QualType PointeeType; member in class:clang::MemberPointerType
4821 QualType PointeeType; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
[all...]

Completed in 531 milliseconds

12