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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DWebGLImageConversion.cpp232 template<int format, typename SourceType, typename DstType>
233 void unpack(const SourceType*, DstType*, unsigned)
540 template<int format, int alphaOp, typename SourceType, typename DstType>
541 void pack(const SourceType*, DstType*, unsigned)
1406 typedef typename DataTypeForFormat<DstFormat>::Type DstType; typedef
1410 const ptrdiff_t dstStrideInElements = m_dstStride / sizeof(DstType);
1416 DstType* dstRowStart = static_cast<DstType*>(m_dstStart);
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1575 Type *DstType = Trunc->getType(); variable
1620 return getTruncateExpr(Fold, DstType);
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp110 QualType DstType, llvm::Type *DstTy);
558 QualType DstType,
569 assert(DstType->isFloatingType());
573 APFloat::getLargest(CGF.getContext().getFloatTypeSemantics(DstType));
599 unsigned Width = CGF.getContext().getIntWidth(DstType);
600 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType();
657 if (CGF.getContext().getFloatingTypeOrder(OrigSrcType, DstType) != 1)
664 CGF.getContext().getFloatTypeSemantics(DstType);
685 CGF.EmitCheckTypeDescriptor(DstType)
694 QualType DstType) {
555 EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, QualType DstType, llvm::Type *DstTy) argument
693 EmitScalarConversion(Value *Src, QualType SrcType, QualType DstType) argument
974 DstType = E->getType(); local
[all...]
/external/clang/lib/Sema/
H A DSemaStmt.cpp1158 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, argument
1163 if (const EnumType *ET = DstType->getAs<EnumType>())
1164 if (!Context.hasSameUnqualifiedType(SrcType, DstType) &&
1169 unsigned DstWidth = Context.getIntWidth(DstType);
1170 bool DstIsSigned = DstType->isSignedIntegerOrEnumerationType();
1198 << DstType.getUnqualifiedType();
H A DSemaExpr.cpp10806 Sema::ConversionToObjCStringLiteralCheck(QualType DstType, Expr *&Exp) { argument
10810 const ObjCObjectPointerType *PT = DstType->getAs<ObjCObjectPointerType>();
10840 QualType DstType, QualType SrcType,
10859 DiagnoseAssignmentEnum(DstType, SrcType, SrcExpr);
10864 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
10869 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
10877 CheckInferredResultType = DstType->isObjCObjectPointerType() &&
10880 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
10884 DstType = DstType
10838 DiagnoseAssignmentResult(AssignConvertType ConvTy, SourceLocation Loc, QualType DstType, QualType SrcType, Expr *SrcExpr, AssignmentAction Action, bool *Complained) argument
[all...]
/external/clang/include/clang/AST/
H A DExpr.h3509 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3512 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3513 DstType->isDependentType(),
3514 DstType->isDependentType() || SrcExpr->isValueDependent(),
3515 (DstType->isInstantiationDependentType() ||
3517 (DstType->containsUnexpandedParameterPack() ||
4561 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4564 : Expr(AsTypeExprClass, DstType, VK, OK,
4565 DstType->isDependentType(),
4566 DstType
[all...]

Completed in 191 milliseconds