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

  /external/clang/lib/Sema/
SemaCast.cpp 50 CastOperation(Sema &S, QualType destType, ExprResult src)
51 : Self(S), SrcExpr(src), DestType(destType),
52 ResultType(destType.getNonLValueExprType(S.Context)),
53 ValueKind(Expr::getValueKindForType(destType)),
66 QualType DestType;
119 Self.CheckCastAlign(SrcExpr.get(), DestType, OpRange);
126 if (Self.CheckObjCARCConversion(OpRange, DestType, src, CCK) ==
145 static bool CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
160 QualType DestType, bool CStyle
    [all...]
SemaInit.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/chromium_org/tools/gn/
label_ptr.h 23 typedef T DestType;
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 227 template<typename DestType> inline void evalTo(DestType& dst) const
229 Matrix<Scalar, DestType::RowsAtCompileTime, 1,
230 AutoAlign|ColMajor, DestType::MaxRowsAtCompileTime, 1> workspace(rows());
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 82 /// EmitComplexToComplexCast - Emit a cast from complex value Val to DestType.
84 QualType DestType);
85 /// EmitComplexToComplexCast - Emit a cast from scalar value Val to DestType.
87 QualType DestType);
386 /// EmitComplexToComplexCast - Emit a cast from complex value Val to DestType.
389 QualType DestType) {
392 DestType = DestType->castAs<ComplexType>()->getElementType();
397 Val.first = CGF.EmitScalarConversion(Val.first, SrcType, DestType);
398 Val.second = CGF.EmitScalarConversion(Val.second, SrcType, DestType);
    [all...]
CGExprConstant.cpp 604 llvm::Type *destType = ConvertType(E->getType());
619 unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType);
637 return llvm::ConstantExpr::getAddrSpaceCast(C, destType);
    [all...]
CodeGenModule.h 868 llvm::Constant *EmitConstantExpr(const Expr *E, QualType DestType,
873 llvm::Constant *EmitConstantValue(const APValue &Value, QualType DestType,
879 QualType DestType,
    [all...]
CGBuiltin.cpp 223 llvm::Type *DestType = Int8PtrTy;
224 if (ArgValue->getType() != DestType)
225 ArgValue = Builder.CreateBitCast(ArgValue, DestType,
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 222 template<typename RhsType, typename DestType>
223 int dgmresApplyDeflation(const RhsType& In, DestType& Out) const;
517 template<typename RhsType, typename DestType>
518 int DGMRES<_MatrixType, _Preconditioner>::dgmresApplyDeflation(const RhsType &x, DestType &y) const
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 494 template<typename DestType,unsigned int DestUpLo> void evalTo(SparseSelfAdjointView<DestType,DestUpLo>& dest) const
  /external/clang/lib/AST/
ExprCXX.cpp 649 QualType DestType = getType();
653 DestType = DestType->castAs<PointerType>()->getPointeeType();
656 if (DestType->isVoidType())
666 cast<CXXRecordDecl>(DestType->castAs<RecordType>()->getDecl());
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 188 milliseconds