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

  /external/clang/lib/Sema/
SemaCast.cpp 49 CastOperation(Sema &S, QualType destType, ExprResult src)
50 : Self(S), SrcExpr(src), DestType(destType),
51 ResultType(destType.getNonLValueExprType(S.Context)),
52 ValueKind(Expr::getValueKindForType(destType)),
65 QualType DestType;
118 Self.CheckCastAlign(SrcExpr.get(), DestType, OpRange);
125 if (Self.CheckObjCARCConversion(OpRange, DestType, src, CCK) ==
144 static bool CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
159 QualType DestType, bool CStyle
    [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 194 EVT DestType = Node->getValueType(0);
195 unsigned DestWidth = DestType.getSizeInBits();
204 MOVType = DestType;
207 MOVType = DestType;
218 return CurDAG->getMachineNode(MOVOpcode, dl, DestType,
219 CurDAG->getRegister(ZR, DestType),
231 if (MOVType != DestType) {
286 EVT DestType = Node->getValueType(0);
293 assert((DestType == MVT::i64 || DestType == MVT::i32
    [all...]
  /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);
383 /// EmitComplexToComplexCast - Emit a cast from complex value Val to DestType.
386 QualType DestType) {
389 DestType = DestType->castAs<ComplexType>()->getElementType();
394 Val.first = CGF.EmitScalarConversion(Val.first, SrcType, DestType);
395 Val.second = CGF.EmitScalarConversion(Val.second, SrcType, DestType);
    [all...]
CGExprConstant.cpp 625 llvm::Type *destType = ConvertType(E->getType());
640 unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType);
    [all...]
CodeGenModule.h 826 llvm::Constant *EmitConstantExpr(const Expr *E, QualType DestType,
831 llvm::Constant *EmitConstantValue(const APValue &Value, QualType DestType,
837 QualType DestType,
    [all...]
CGBuiltin.cpp 219 llvm::Type *DestType = Int8PtrTy;
220 if (ArgValue->getType() != DestType)
221 ArgValue = Builder.CreateBitCast(ArgValue, DestType,
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 467 template<typename DestType,unsigned int DestUpLo> void evalTo(SparseSelfAdjointView<DestType,DestUpLo>& dest) const
  /external/clang/lib/AST/
ExprCXX.cpp 587 QualType DestType = getType();
591 DestType = DestType->castAs<PointerType>()->getPointeeType();
594 if (DestType->isVoidType())
604 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 973 milliseconds