Searched refs:DstType (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp109 QualType DstType, llvm::Type *DstTy);
555 QualType DstType,
566 assert(DstType->isFloatingType());
570 APFloat::getLargest(CGF.getContext().getFloatTypeSemantics(DstType));
596 unsigned Width = CGF.getContext().getIntWidth(DstType);
597 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType();
654 if (CGF.getContext().getFloatingTypeOrder(OrigSrcType, DstType) != 1)
661 CGF.getContext().getFloatTypeSemantics(DstType);
682 CGF.EmitCheckTypeDescriptor(DstType)
691 QualType DstType) {
552 EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, QualType DstType, llvm::Type *DstTy) argument
690 EmitScalarConversion(Value *Src, QualType SrcType, QualType DstType) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext3DImagePacking.cpp253 template<int format, typename SourceType, typename DstType>
254 void unpack(const SourceType*, DstType*, unsigned)
561 template<int format, int alphaOp, typename SourceType, typename DstType>
562 void pack(const SourceType*, DstType*, unsigned)
1427 typedef typename DataTypeForFormat<DstFormat>::Type DstType; typedef
1431 const ptrdiff_t dstStrideInElements = m_dstStride / sizeof(DstType);
1437 DstType* dstRowStart = static_cast<DstType*>(m_dstStart);
/external/clang/include/clang/AST/
H A DExpr.h4466 AsTypeExpr(Expr* SrcExpr, QualType DstType,
4469 : Expr(AsTypeExprClass, DstType, VK, OK,
4470 DstType->isDependentType(),
4471 DstType->isDependentType() || SrcExpr->isValueDependent(),
4472 (DstType->isInstantiationDependentType() ||
4474 (DstType->containsUnexpandedParameterPack() ||
/external/clang/lib/Sema/
H A DSemaStmt.cpp1118 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, argument
1125 if (const EnumType *ET = DstType->getAs<EnumType>())
1126 if (!Context.hasSameType(SrcType, DstType) &&
1131 unsigned DstWidth = Context.getIntWidth(DstType);
1132 bool DstIsSigned = DstType->isSignedIntegerOrEnumerationType();
1161 << DstType;
H A DSemaExpr.cpp10377 static void MakeObjCStringLiteralFixItHint(Sema& SemaRef, QualType DstType, argument
10383 const ObjCObjectPointerType *PT = DstType->getAs<ObjCObjectPointerType>();
10413 QualType DstType, QualType SrcType,
10431 DiagnoseAssignmentEnum(DstType, SrcType, SrcExpr);
10436 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
10441 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
10445 MakeObjCStringLiteralFixItHint(*this, DstType, SrcExpr, Hint, IsNSString);
10450 CheckInferredResultType = DstType->isObjCObjectPointerType() &&
10453 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
10457 DstType
10411 DiagnoseAssignmentResult(AssignConvertType ConvTy, SourceLocation Loc, QualType DstType, QualType SrcType, Expr *SrcExpr, AssignmentAction Action, bool *Complained) argument
[all...]
/external/clang/include/clang/Sema/
H A DSema.h7098 QualType DstType, QualType SrcType,
7104 void DiagnoseAssignmentEnum(QualType DstType, QualType SrcType,
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1545 Type *DstType = Trunc->getType(); variable
1590 return getTruncateExpr(Fold, DstType);

Completed in 192 milliseconds