Searched defs:OrigSrcType (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaCast.cpp | 176 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; 1261 bool CStyle, SourceRange OpRange, QualType OrigSrcType, 1341 << OrigSrcType << OrigDestType << VirtualBase << OpRange; 1260 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, bool CStyle, SourceRange OpRange, QualType OrigSrcType, QualType OrigDestType, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
|
/external/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 145 void EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType, 598 Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, 611 bool SrcIsUnsigned = OrigSrcType->isUnsignedIntegerOrEnumerationType(); 635 CGF.getContext().getFloatTypeSemantics(OrigSrcType); 669 if (OrigSrcType->isHalfType()) { 698 if (CGF.getContext().getFloatingTypeOrder(OrigSrcType, DstType) != 1) 701 assert(!OrigSrcType->isHalfType() && 724 CGF.EmitCheckTypeDescriptor(OrigSrcType), 749 QualType OrigSrcType = SrcType; local 836 (OrigSrcType 597 EmitFloatConversionCheck( Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, QualType DstType, llvm::Type *DstTy, SourceLocation Loc) argument [all...] |
Completed in 37 milliseconds