Home
last modified time | relevance | path

Searched refs:DerivedType (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/AST/
DExpr.cpp42 QualType DerivedType = E->getType(); in getBestDynamicClassType() local
43 if (const PointerType *PTy = DerivedType->getAs<PointerType>()) in getBestDynamicClassType()
44 DerivedType = PTy->getPointeeType(); in getBestDynamicClassType()
46 if (DerivedType->isDependentType()) in getBestDynamicClassType()
49 const RecordType *Ty = DerivedType->castAs<RecordType>(); in getBestDynamicClassType()
/external/llvm/test/Transforms/IndVarSimplify/
D2004-04-05-InvokeCastCrash.ll17 …%"struct.llvm::DerivedType" = type { %"struct.llvm::Type", %"struct.llvm::AbstractTypeUser", %"str…
20 %"struct.llvm::FunctionType" = type { %"struct.llvm::DerivedType", i1 }
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
D2004-04-05-InvokeCastCrash.ll17 …%"struct.llvm::DerivedType" = type { %"struct.llvm::Type", %"struct.llvm::AbstractTypeUser", %"str…
20 %"struct.llvm::FunctionType" = type { %"struct.llvm::DerivedType", i1 }
/external/clang/lib/Sema/
DSemaCast.cpp825 QualType DerivedType = in DiagnoseReinterpretUpDownCast() local
830 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
DSemaOpenMP.cpp10747 QualType DerivedType = in CheckMapConflicts() local
10755 DerivedType = DerivedType.getNonReferenceType(); in CheckMapConflicts()
10768 if (DerivedType->isAnyPointerType()) { in CheckMapConflicts()
/external/llvm/lib/IR/
DVerifier.cpp4044 auto DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCallSite() local
4045 Assert(ResultType->isVectorTy() == DerivedType->isVectorTy(), in visitIntrinsicCallSite()
4050 DerivedType->getPointerAddressSpace(), in visitIntrinsicCallSite()
/external/llvm/docs/
DProgrammersManual.rst2793 All other types are subclasses of ``DerivedType``. Types can be named, but this
2818 Subclass of DerivedType that represents integer types of any bit width. Any