Searched refs:OrigSrcType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp179 QualType OrigSrcType,
544 QualType OrigSrcType = SrcExpr.get()->getType();
585 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType);
592 << OrigSrcType << SrcExpr.get()->getSourceRange();
599 << CT_Dynamic << OrigSrcType << this->DestType << OpRange;
635 << CT_Dynamic << OrigSrcType << this->DestType << OpRange;
1211 bool CStyle, const SourceRange &OpRange, QualType OrigSrcType,
1291 << OrigSrcType << OrigDestType << VirtualBase << OpRange;
1210 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, bool CStyle, const SourceRange &OpRange, QualType OrigSrcType, QualType OrigDestType, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp108 void EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType,
556 QualType OrigSrcType,
570 bool SrcIsUnsigned = OrigSrcType->isUnsignedIntegerOrEnumerationType();
594 CGF.getContext().getFloatTypeSemantics(OrigSrcType);
628 if (OrigSrcType->isHalfType()) {
657 if (CGF.getContext().getFloatingTypeOrder(OrigSrcType, DstType) != 1)
660 assert(!OrigSrcType->isHalfType() &&
684 CGF.EmitCheckTypeDescriptor(OrigSrcType),
702 QualType OrigSrcType = SrcType; local
770 (OrigSrcType
555 EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, QualType DstType, llvm::Type *DstTy) argument
[all...]

Completed in 290 milliseconds