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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp178 QualType OrigSrcType,
543 QualType OrigSrcType = SrcExpr.get()->getType();
584 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType);
591 << OrigSrcType << SrcExpr.get()->getSourceRange();
598 << CT_Dynamic << OrigSrcType << this->DestType << OpRange;
629 << CT_Dynamic << OrigSrcType << this->DestType << OpRange;
1197 bool CStyle, const SourceRange &OpRange, QualType OrigSrcType,
1277 << OrigSrcType << OrigDestType << VirtualBase << OpRange;
1196 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, bool CStyle, const SourceRange &OpRange, QualType OrigSrcType, QualType OrigDestType, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
/freebsd-9.3-release/contrib/llvm/tools/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 110 milliseconds