/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | PrettyVariableDumper.cpp | 178 auto PointeeType = Symbol.getPointeeType(); in dump() local 179 if (!PointeeType) in dump() 181 PointeeType->dump(*this); in dump() 182 if (auto FuncSig = unique_dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType)) { in dump() 187 } else if (isa<PDBSymbolTypeArray>(PointeeType)) { in dump() 201 auto PointeeType = Symbol.getPointeeType(); in dumpRight() local 202 assert(PointeeType); in dumpRight() 203 if (!PointeeType) in dumpRight() 205 if (isa<PDBSymbolTypeFunctionSig>(PointeeType) || in dumpRight() 206 isa<PDBSymbolTypeArray>(PointeeType)) { in dumpRight() [all …]
|
D | PrettyTypedefDumper.cpp | 55 auto PointeeType = Symbol.getPointeeType(); in dump() local 56 if (auto FuncSig = unique_dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType)) { in dump() 63 PointeeType->dump(*this); in dump()
|
D | PrettyFunctionDumper.cpp | 239 auto PointeeType = Symbol.getPointeeType(); in dump() local 240 if (!PointeeType) in dump() 243 if (auto FuncSig = unique_dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType)) { in dump() 253 PointeeType->dump(*this); in dump()
|
/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)
|
/external/swiftshader/third_party/llvm-7.0/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 | type-quals.ll | 54 ; CHECK: PointeeType: const volatile int (0x1000) 101 ; CHECK: PointeeType: int (0x74) 114 ; CHECK: PointeeType: float (0x40) 127 ; CHECK: PointeeType: int (0x74) 172 ; CHECK: PointeeType: const int (0x100D) 185 ; CHECK: PointeeType: int (0x74) 254 ; CHECK: PointeeType: h::Foo (0x1016) 315 ; CHECK: PointeeType: int (0x74) 330 ; CHECK: PointeeType: int h::Foo::(int) (0x1019)
|
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)
|
/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/llvm/include/llvm/ADT/ |
D | SmallSet.h | 131 template <typename PointeeType, unsigned N> 132 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/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()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | SmallSet.h | 249 template <typename PointeeType, unsigned N> 250 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {};
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instructions.h | 851 inline GetElementPtrInst(Type *PointeeType, Value *Ptr, 854 inline GetElementPtrInst(Type *PointeeType, Value *Ptr, 867 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr, 872 if (!PointeeType) 873 PointeeType = 877 PointeeType == 879 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values, 883 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr, 888 if (!PointeeType) 889 PointeeType = [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 106 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() argument 699 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() argument 705 PointeeType && in getGEPCost() 715 auto GTI = gep_type_begin(PointeeType, Operands); in getGEPCost()
|
/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()
|