/external/llvm/tools/llvm-pdbdump/ |
D | VariableDumper.cpp | 100 auto PointeeType = Symbol.getPointeeType(); in dump() local 101 if (!PointeeType) in dump() 104 if (auto Func = dyn_cast<PDBSymbolFunc>(PointeeType.get())) { in dump() 115 PointeeType->dump(*this); in dump() 158 auto PointeeType = PointerType->getPointeeType(); in tryDumpFunctionPointer() local 160 dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType.get())) { in tryDumpFunctionPointer()
|
D | TypedefDumper.cpp | 57 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump() local 58 if (!PointeeType) in dump() 60 if (auto FuncSig = dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType.get())) { in dump() 67 PointeeType->dump(*this); in dump()
|
D | FunctionDumper.cpp | 236 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump() local 237 if (!PointeeType) in dump() 240 if (auto FuncSig = dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType.get())) { in dump() 250 PointeeType->dump(*this); in dump()
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-ptr-to-member.ll | 29 ; CHECK: PointeeType: int (0x74) 43 ; CHECK: PointeeType: int (0x74) 57 ; CHECK: PointeeType: int (0x74) 71 ; CHECK: PointeeType: int (0x74) 88 ; CHECK: PointeeType: void A::() 102 ; CHECK: PointeeType: void C::() 116 ; CHECK: PointeeType: void D::() 130 ; CHECK: PointeeType: void E::() 146 ; CHECK: PointeeType: int 162 ; CHECK: PointeeType: void Incomplete::()
|
D | types-basic.ll | 71 ; CHECK: PointeeType: const int (0x1003) 94 ; CHECK: PointeeType: int (0x74) 107 ; CHECK: PointeeType: A (0x1005) 172 ; CHECK: PointeeType: void A::() (0x1009) 192 ; CHECK: PointeeType: const void (0x100F)
|
D | defer-complete-type.ll | 32 ; CHECK: PointeeType: A (0x1000) 74 ; CHECK: PointeeType: B (0x1004)
|
D | types-data-members.ll | 249 ; CHECK: PointeeType: const int (0x1004) 270 ; CHECK: PointeeType: int () (0x1013) 282 ; CHECK: PointeeType: int ()* (0x1014) 384 ; CHECK: PointeeType: DerivedClass (0x1011)
|
D | types-non-virtual-methods.ll | 66 ; CHECK: PointeeType: A (0x1003) 146 ; CHECK: PointeeType: B (0x100A)
|
D | globals.ll | 60 ; OBJ: PointeeType: const int (0x1000)
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocSizeofChecker.cpp | 187 QualType PointeeType = CastedType->getAs<PointerType>()->getPointeeType(); in checkASTCodeBody() local 188 if (PointeeType->isVoidType()) in checkASTCodeBody() 203 if (typesCompatible(BR.getContext(), PointeeType, SizeofType)) in checkASTCodeBody() 208 if (compatibleWithArrayType(BR.getContext(), PointeeType, SizeofType)) in checkASTCodeBody() 229 << PointeeType.getAsString() << "', which is incompatible with " in checkASTCodeBody()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SmallSet.h | 113 template <typename PointeeType, unsigned N> 114 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {};
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallSet.h | 136 template <typename PointeeType, unsigned N> 137 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {};
|
/external/llvm/include/llvm/ADT/ |
D | SmallSet.h | 131 template <typename PointeeType, unsigned N> 132 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {};
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 500 llvm::Type *PointeeType = ConvertTypeForMem(ETy); in ConvertType() local 502 ResultType = llvm::PointerType::get(PointeeType, AS); in ConvertType() 508 llvm::Type *PointeeType = ConvertTypeForMem(ETy); in ConvertType() local 509 if (PointeeType->isVoidTy()) in ConvertType() 510 PointeeType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType() 512 ResultType = llvm::PointerType::get(PointeeType, AS); in ConvertType() 602 llvm::Type *PointeeType = ConvertTypeForMem(FTy); in ConvertType() local 604 ResultType = llvm::PointerType::get(PointeeType, AS); in ConvertType()
|
D | MicrosoftCXXABI.cpp | 3654 QualType PointeeType = T->getPointeeType(); in decomposeTypeForEH() local 3655 if (!PointeeType.isNull()) { in decomposeTypeForEH() 3656 IsConst = PointeeType.isConstQualified(); in decomposeTypeForEH() 3657 IsVolatile = PointeeType.isVolatileQualified(); in decomposeTypeForEH() 3658 IsUnaligned = PointeeType.getQualifiers().hasUnaligned(); in decomposeTypeForEH() 3664 T = Context.getMemberPointerType(PointeeType.getUnqualifiedType(), in decomposeTypeForEH() 3670 T = Context.getPointerType(PointeeType.getUnqualifiedType()); in decomposeTypeForEH() 3946 QualType PointeeType = T; in getCatchableType() local 3948 PointeeType = T->getPointeeType(); in getCatchableType() 3949 if (const CXXRecordDecl *RD = PointeeType->getAsCXXRecordDecl()) { in getCatchableType()
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 325 void manglePointerExtQualifiers(Qualifiers Quals, QualType PointeeType); 1442 QualType PointeeType) { in manglePointerExtQualifiers() argument 1445 (PointeeType.isNull() || !PointeeType->isFunctionType())) in manglePointerExtQualifiers() 1452 (!PointeeType.isNull() && PointeeType.getLocalQualifiers().hasUnaligned())) in manglePointerExtQualifiers() 2164 QualType PointeeType = T->getPointeeType(); in mangleType() local 2166 manglePointerExtQualifiers(Quals, PointeeType); in mangleType() 2167 if (const FunctionProtoType *FPT = PointeeType->getAs<FunctionProtoType>()) { in mangleType() 2172 mangleQualifiers(PointeeType.getQualifiers(), true); in mangleType() 2174 mangleType(PointeeType, Range, QMM_Drop); in mangleType() 2201 QualType PointeeType = T->getPointeeType(); in mangleType() local [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 105 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() argument 436 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() argument 442 PointeeType && in getGEPCost() 453 auto GTI = gep_type_begin(PointeeType, AS, Operands); in getGEPCost()
|
D | TargetTransformInfo.h | 144 int getGEPCost(Type *PointeeType, const Value *Ptr, 633 virtual int getGEPCost(Type *PointeeType, const Value *Ptr, 757 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() argument 759 return Impl.getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 842 inline GetElementPtrInst(Type *PointeeType, Value *Ptr, 845 inline GetElementPtrInst(Type *PointeeType, Value *Ptr, 855 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr, 860 if (!PointeeType) 861 PointeeType = 865 PointeeType == 867 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values, 870 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr, 875 if (!PointeeType) 876 PointeeType = [all …]
|
/external/clang/include/clang/AST/ |
D | Type.h | 2180 QualType PointeeType; 2187 PointeeType(Pointee) { 2193 QualType getPointeeType() const { return PointeeType; } 2204 Qualifiers thisQuals = PointeeType.getQualifiers(); 2287 QualType PointeeType; // Block is some kind of pointer type 2293 PointeeType(Pointee) { 2300 QualType getPointeeType() const { return PointeeType; } 2320 QualType PointeeType; 2329 PointeeType(Referencee) 2339 QualType getPointeeTypeAsWritten() const { return PointeeType; } [all …]
|
/external/llvm/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 117 LLVMMetadataRef PointeeType, in LLVMDIBuilderCreatePointerType() argument 122 return wrap(D->createPointerType(unwrap<DIType>(PointeeType), SizeInBits, in LLVMDIBuilderCreatePointerType()
|
D | DIBuilderBindings.h | 78 LLVMMetadataRef PointeeType,
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 74 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() argument 76 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 674 QualType RebuildPointerType(QualType PointeeType, SourceLocation Sigil); 680 QualType RebuildBlockPointerType(QualType PointeeType, SourceLocation Sigil); 699 QualType RebuildMemberPointerType(QualType PointeeType, QualType ClassType, 720 QualType RebuildObjCObjectPointerType(QualType PointeeType, 4232 QualType PointeeType in TransformPointerType() local 4234 if (PointeeType.isNull()) in TransformPointerType() 4238 if (PointeeType->getAs<ObjCObjectType>()) { in TransformPointerType() 4243 Result = SemaRef.Context.getObjCObjectPointerType(PointeeType); in TransformPointerType() 4251 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType() 4252 Result = getDerived().RebuildPointerType(PointeeType, TL.getSigilLoc()); in TransformPointerType() [all …]
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 100 return PointerRecord(L->PointeeType, PtrKind, Mode, Options, Size, *E); in deserialize() 103 return PointerRecord(L->PointeeType, PtrKind, Mode, Options, Size); in deserialize()
|