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

  /external/clang/lib/Sema/
SemaCast.cpp 48 CastOperation(Sema &S, QualType destType, ExprResult src)
49 : Self(S), SrcExpr(src), DestType(destType),
50 ResultType(destType.getNonLValueExprType(S.Context)),
51 ValueKind(Expr::getValueKindForType(destType)),
64 QualType DestType;
117 Self.CheckCastAlign(SrcExpr.get(), DestType, OpRange);
124 if (Self.CheckObjCARCConversion(OpRange, DestType, src, CCK) ==
143 static bool CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
158 QualType DestType, bool CStyle
    [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.cpp 901 template<typename SourceType, typename IntermediateType, typename DestType,
903 void packingFunc(const IntermediateType*, DestType*)>
909 DestType* destinationData,
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 654 llvm::Type *destType = ConvertType(E->getType());
669 unsigned TotalSize = CGM.getTargetData().getTypeAllocSize(destType);
    [all...]
CGExprComplex.cpp 86 /// EmitComplexToComplexCast - Emit a cast from complex value Val to DestType.
88 QualType DestType);
353 /// EmitComplexToComplexCast - Emit a cast from complex value Val to DestType.
356 QualType DestType) {
359 DestType = DestType->getAs<ComplexType>()->getElementType();
364 Val.first = CGF.EmitScalarConversion(Val.first, SrcType, DestType);
365 Val.second = CGF.EmitScalarConversion(Val.second, SrcType, DestType);
CodeGenModule.h 720 llvm::Constant *EmitConstantExpr(const Expr *E, QualType DestType,
725 llvm::Constant *EmitConstantValue(const APValue &Value, QualType DestType,
731 QualType DestType,
    [all...]
CGBuiltin.cpp 197 llvm::Type *DestType = Int8PtrTy;
198 if (ArgValue->getType() != DestType)
199 ArgValue = Builder.CreateBitCast(ArgValue, DestType,
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ExprCXX.cpp 552 QualType DestType = getType();
556 DestType = DestType->castAs<PointerType>()->getPointeeType();
566 cast<CXXRecordDecl>(DestType->castAs<RecordType>()->getDecl());
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 693 milliseconds