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

/external/clang/lib/Sema/
H A DSemaCast.cpp176 QualType OrigSrcType,
581 QualType OrigSrcType = SrcExpr.get()->getType();
622 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType);
629 << OrigSrcType << SrcExpr.get()->getSourceRange();
636 << CT_Dynamic << OrigSrcType << this->DestType << OpRange;
672 << CT_Dynamic << OrigSrcType << this->DestType << OpRange;
1248 bool CStyle, const SourceRange &OpRange, QualType OrigSrcType,
1328 << OrigSrcType << OrigDestType << VirtualBase << OpRange;
1247 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.cpp144 void EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType,
598 QualType OrigSrcType,
613 bool SrcIsUnsigned = OrigSrcType->isUnsignedIntegerOrEnumerationType();
637 CGF.getContext().getFloatTypeSemantics(OrigSrcType);
671 if (OrigSrcType->isHalfType()) {
700 if (CGF.getContext().getFloatingTypeOrder(OrigSrcType, DstType) != 1)
703 assert(!OrigSrcType->isHalfType() &&
727 CGF.EmitCheckTypeDescriptor(OrigSrcType),
745 QualType OrigSrcType = SrcType; local
831 (OrigSrcType
597 EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, QualType DstType, llvm::Type *DstTy) argument
[all...]

Completed in 75 milliseconds