Searched defs:DstType (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1542 Type *DstType = Trunc->getType(); variable
1587 return getTruncateExpr(Fold, DstType);
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp109 QualType DstType, llvm::Type *DstTy);
551 QualType DstType,
562 assert(DstType->isFloatingType());
566 APFloat::getLargest(CGF.getContext().getFloatTypeSemantics(DstType));
595 unsigned Width = CGF.getContext().getIntWidth(DstType);
596 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType();
613 CGF.getContext().getFloatTypeSemantics(DstType);
647 CGF.EmitCheckTypeDescriptor(DstType)
656 QualType DstType) {
658 DstType
548 EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, QualType DstType, llvm::Type *DstTy) argument
655 EmitScalarConversion(Value *Src, QualType SrcType, QualType DstType) argument
[all...]
/external/clang/lib/Sema/
H A DSemaStmt.cpp1106 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, argument
1113 if (const EnumType *ET = DstType->getAs<EnumType>())
1114 if (!Context.hasSameType(SrcType, DstType) &&
1119 unsigned DstWith = Context.getIntWidth(DstType);
1120 bool DstIsSigned = DstType->isSignedIntegerOrEnumerationType();
1148 << DstType;
H A DSemaExpr.cpp9853 static void MakeObjCStringLiteralFixItHint(Sema& SemaRef, QualType DstType, argument
9858 const ObjCObjectPointerType *PT = DstType->getAs<ObjCObjectPointerType>();
9887 QualType DstType, QualType SrcType,
9904 DiagnoseAssignmentEnum(DstType, SrcType, SrcExpr);
9909 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
9914 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
9918 MakeObjCStringLiteralFixItHint(*this, DstType, SrcExpr, Hint);
9920 CheckInferredResultType = DstType->isObjCObjectPointerType() &&
9923 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
9938 Qualifiers rhq = DstType
9885 DiagnoseAssignmentResult(AssignConvertType ConvTy, SourceLocation Loc, QualType DstType, QualType SrcType, Expr *SrcExpr, AssignmentAction Action, bool *Complained) argument
[all...]

Completed in 113 milliseconds