HomeSort by relevance Sort by last modified time
    Searched refs:SrcType (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/Sema/
SemaCast.cpp 167 static TryCastResult TryStaticPointerDowncast(Sema &Self, QualType SrcType,
173 static TryCastResult TryStaticDowncast(Sema &Self, CanQualType SrcType,
181 QualType SrcType,
324 QualType srcType = src->getType();
325 if (!destType->isRecordType() && !srcType->isRecordType())
373 << CT << srcType << destType
477 /// CastsAwayConstness - Check if the pointer conversion from SrcType to
486 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
501 assert((SrcType->isAnyPointerType() || SrcType->isMemberPointerType() |
    [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/eigen/Eigen/src/OrderingMethods/
Ordering.h 72 template <typename SrcType, unsigned int SrcUpLo>
73 void operator()(const SparseSelfAdjointView<SrcType, SrcUpLo>& mat, PermutationType& perm)
75 SparseMatrix<typename SrcType::Scalar, ColMajor, Index> C; C = mat;
  /external/deqp/framework/randomshaders/
rsgExpression.cpp 512 template <typename SrcType, typename DstType>
513 inline DstType convert (SrcType src)
515 if (Scalar::min<SrcType>() == src)
517 else if (Scalar::max<SrcType>() == src)
542 template <typename SrcType, typename DstType>
543 inline void convertValueRange (SrcType srcMin, SrcType srcMax, DstType& dstMin, DstType& dstMax)
545 dstMin = convert<SrcType, DstType>(srcMin);
546 dstMax = convert<SrcType, DstType>(srcMax);
572 // Returns whether it is possible to convert some SrcType value range to given DstType valueRang
    [all...]
  /external/skia/gm/
xfermodes.cpp 51 enum SrcType {
76 /* The srcType argument indicates what to draw for the source part. Skia
80 void draw_mode(SkCanvas* canvas, SkXfermode* mode, SrcType srcType,
89 switch (srcType) {
259 draw_mode(canvas, mode, static_cast<SrcType>(sourceType),
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 87 ComplexPairTy EmitComplexToComplexCast(ComplexPairTy Val, QualType SrcType,
90 ComplexPairTy EmitScalarToComplexCast(llvm::Value *Val, QualType SrcType,
396 QualType SrcType,
399 SrcType = SrcType->castAs<ComplexType>()->getElementType();
405 Val.first = CGF.EmitScalarConversion(Val.first, SrcType, DestType);
406 Val.second = CGF.EmitScalarConversion(Val.second, SrcType, DestType);
411 QualType SrcType,
415 Val = CGF.EmitScalarConversion(Val, SrcType, DestType);
    [all...]
CGExprScalar.cpp 145 Value *Src, QualType SrcType,
578 Value *ScalarExprEmitter::EmitConversionToBool(Value *Src, QualType SrcType) {
579 assert(SrcType.isCanonical() && "EmitScalarConversion strips typedefs");
581 if (SrcType->isRealFloatingType())
584 if (const MemberPointerType *MPT = dyn_cast<MemberPointerType>(SrcType))
587 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
599 Value *Src, QualType SrcType,
673 CGF.getContext().getFloatTypeSemantics(SrcType);
736 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType,
738 SrcType = CGF.getContext().getCanonicalType(SrcType)
    [all...]
CGStmtOpenMP.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 364 unsigned int SrcType;
385 select->SrcType = src_type;
484 unsigned int src_type = d.Selects[i].SrcType;
488 src_type &= ~d.Selects[j].SrcType;
  /external/clang/lib/AST/
ExprCXX.cpp 641 QualType SrcType = getSubExpr()->getType();
644 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) {
645 SrcType = SrcPTy->getPointeeType();
653 cast<CXXRecordDecl>(SrcType->castAs<RecordType>()->getDecl());
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 243 milliseconds