Home
last modified time | relevance | path

Searched refs:DestRecordTy (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprCXX.cpp1778 QualType DestRecordTy; in EmitDynamicCast() local
1782 DestRecordTy = DestPTy->getPointeeType(); in EmitDynamicCast()
1786 DestRecordTy = DestTy->castAs<ReferenceType>()->getPointeeType(); in EmitDynamicCast()
1815 assert(DestRecordTy->isRecordType() && in EmitDynamicCast()
1818 DestTy, DestRecordTy, CastEnd); in EmitDynamicCast()
HDCGCXXABI.h244 QualType DestRecordTy, llvm::BasicBlock *CastEnd) = 0;
HDItaniumCXXABI.cpp146 QualType DestRecordTy,
1098 QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) { in EmitDynamicCastCall() argument
1106 CGF.CGM.GetAddrOfRTTIDescriptor(DestRecordTy.getUnqualifiedType()); in EmitDynamicCastCall()
1110 const CXXRecordDecl *DestDecl = DestRecordTy->getAsCXXRecordDecl(); in EmitDynamicCastCall()
HDMicrosoftCXXABI.cpp101 QualType DestRecordTy,
954 QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) { in EmitDynamicCastCall() argument
960 CGF.CGM.GetAddrOfRTTIDescriptor(DestRecordTy.getUnqualifiedType()); in EmitDynamicCastCall()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCast.cpp2269 const RecordType *DestRecordTy = DestType->getAs<RecordType>(); in CheckCStyleCast() local
2271 if (DestRecordTy && Self.Context.hasSameUnqualifiedType(DestType, SrcType)){ in CheckCStyleCast()
2280 if (DestRecordTy && DestRecordTy->getDecl()->isUnion()) { in CheckCStyleCast()
2281 RecordDecl *RD = DestRecordTy->getDecl(); in CheckCStyleCast()