/external/llvm/tools/llvm-pdbdump/ |
D | VariableDumper.cpp | 100 auto PointeeType = Symbol.getPointeeType(); in dump() local 158 auto PointeeType = PointerType->getPointeeType(); in tryDumpFunctionPointer() local
|
D | TypedefDumper.cpp | 57 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump() local
|
D | FunctionDumper.cpp | 236 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | PrettyVariableDumper.cpp | 178 auto PointeeType = Symbol.getPointeeType(); in dump() local 201 auto PointeeType = Symbol.getPointeeType(); in dumpRight() local
|
D | PrettyTypedefDumper.cpp | 55 auto PointeeType = Symbol.getPointeeType(); in dump() local
|
D | PrettyFunctionDumper.cpp | 239 auto PointeeType = Symbol.getPointeeType(); in dump() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 500 llvm::Type *PointeeType = ConvertTypeForMem(ETy); in ConvertType() local 508 llvm::Type *PointeeType = ConvertTypeForMem(ETy); in ConvertType() local 602 llvm::Type *PointeeType = ConvertTypeForMem(FTy); in ConvertType() local
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 1442 QualType PointeeType) { in manglePointerExtQualifiers() 2164 QualType PointeeType = T->getPointeeType(); in mangleType() local 2201 QualType PointeeType = T->getPointeeType(); in mangleType() local 2208 QualType PointeeType = T->getPointeeType(); in mangleType() local 2221 QualType PointeeType = T->getPointeeType(); in mangleType() local 2233 QualType PointeeType = T->getPointeeType(); in mangleType() local 2325 QualType PointeeType = T->getPointeeType(); in mangleType() local
|
D | DeclCXX.cpp | 1899 CanQualType PointeeType in isCopyOrMoveConstructor() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocSizeofChecker.cpp | 187 QualType PointeeType = CastedType->getAs<PointerType>()->getPointeeType(); in checkASTCodeBody() local
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 105 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() 436 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost()
|
D | TargetTransformInfo.h | 757 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 106 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() 699 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost()
|
D | TargetTransformInfo.h | 1198 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost()
|
/external/llvm/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 117 LLVMMetadataRef PointeeType, in LLVMDIBuilderCreatePointerType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | IteratorTest.cpp | 131 TEST(PointeeIteratorTest, PointeeType) { in TEST() argument
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 1133 QualType PointeeType = PT->getPointeeType(); in doRewriteToUTF8StringBoxedExpressionHelper() local
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 160 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost()
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 74 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 4232 QualType PointeeType in TransformPointerType() local 4270 QualType PointeeType in TransformBlockPointerType() local 4300 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType() local 4348 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType() local 6081 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformObjCObjectPointerType() local 11443 QualType TreeTransform<Derived>::RebuildPointerType(QualType PointeeType, in RebuildPointerType() 11450 QualType TreeTransform<Derived>::RebuildBlockPointerType(QualType PointeeType, in RebuildBlockPointerType() 11467 TreeTransform<Derived>::RebuildMemberPointerType(QualType PointeeType, in RebuildMemberPointerType() 11494 QualType PointeeType, in RebuildObjCObjectPointerType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 217 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5239 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 5270 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 5279 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 5288 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 5297 QualType PointeeType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1819 Type *PointeeType = in visitBitCast() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 81 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 2262 Type *PointeeType = in visitBitCast() local
|