Searched refs:destType (Results 1 - 12 of 12) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaExpression.java163 public JavaExpression cast(Type destType) { argument
164 return (type != destType) ? destType.cast(this) : this;
H A DExpressionTranslator.java356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode, argument
360 return JavaExpression.infix(destType, infix, left, right);
363 private JavaExpression prefix(Type destType, Type srcType, String prefix, PExpression node) { argument
364 return JavaExpression.prefix(destType, prefix, cast(srcType, node));
/external/javassist/src/main/javassist/compiler/
H A DJvstTypeChecker.java117 int destType = MemberResolver.descToType(pt.getDescriptor());
118 exprType = destType;
H A DCodeGen.java898 int destType, int destDim, String destClass,
904 else if (destDim == 0 && destType == CLASS
1408 void atNumCastExpr(int srcType, int destType) argument
1411 if (srcType == destType)
1416 int dtype = typePrecedence(destType);
1422 if (destType == DOUBLE)
1424 else if (destType == FLOAT)
1426 else if (destType == LONG)
1428 else if (destType == SHORT)
1430 else if (destType
897 invalidDim(int srcType, int srcDim, String srcClass, int destType, int destDim, String destClass, boolean isCast) argument
[all...]
H A DJvstCodeGen.java190 int destType = MemberResolver.descToType(pt.getDescriptor());
191 atNumCastExpr(exprType, destType);
192 exprType = destType;
/external/clang/lib/Sema/
H A DSemaCast.cpp48 CastOperation(Sema &S, QualType destType, ExprResult src) argument
49 : Self(S), SrcExpr(src), DestType(destType),
50 ResultType(destType.getNonLValueExprType(S.Context)),
51 ValueKind(Expr::getValueKindForType(destType)),
304 QualType destType,
321 if (!destType->isRecordType() && !srcType->isRecordType())
324 InitializedEntity entity = InitializedEntity::InitializeTemporary(destType);
369 << CT << srcType << destType
379 SourceRange opRange, Expr *src, QualType destType,
387 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
302 tryDiagnoseOverloadedCast(Sema &S, CastType CT, SourceRange range, Expr *src, QualType destType, bool listInitialization) argument
378 diagnoseBadCast(Sema &S, unsigned msg, CastType castType, SourceRange opRange, Expr *src, QualType destType, bool listInitialization) argument
[all...]
H A DSemaExpr.cpp4816 QualType destType = S.Context.getPointerType(S.Context.VoidTy); local
4817 LHS = S.ImpCastExprToType(LHS.take(), destType, CK_BitCast);
4818 RHS = S.ImpCastExprToType(RHS.take(), destType, CK_BitCast);
4819 return destType;
4849 QualType destType = S.Context.getPointerType(destPointee); local
4851 LHS = S.ImpCastExprToType(LHS.take(), destType, CK_NoOp);
4853 RHS = S.ImpCastExprToType(RHS.take(), destType, CK_BitCast);
4854 return destType;
4859 QualType destType = S.Context.getPointerType(destPointee); local
4861 RHS = S.ImpCastExprToType(RHS.take(), destType, CK_NoO
5125 QualType destType = Context.getPointerType(destPointee); local
5145 QualType destType = Context.getPointerType(destPointee); local
[all...]
/external/clang/lib/CodeGen/
H A DCGCall.cpp1692 llvm::PointerType *destType = local
1697 args.add(RValue::get(llvm::ConstantPointerNull::get(destType)),
1706 llvm::Value *temp = CGF.CreateTempAlloca(destType->getElementType(),
1714 cast<llvm::PointerType>(destType->getElementType()));
1730 llvm::ConstantPointerNull::get(destType),
1750 src = CGF.Builder.CreateBitCast(src, destType->getElementType(),
H A DCGExprConstant.cpp654 llvm::Type *destType = ConvertType(E->getType());
669 unsigned TotalSize = CGM.getTargetData().getTypeAllocSize(destType);
H A DCGExpr.cpp41 llvm::PointerType *destType = Int8PtrTy; local
43 destType = llvm::Type::getInt8PtrTy(getLLVMContext(), addressSpace);
45 if (value->getType() == destType) return value;
46 return Builder.CreateBitCast(value, destType);
/external/clang/include/clang/Sema/
H A DSema.h3033 CastKind PrepareScalarCast(ExprResult &src, QualType destType);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 469 milliseconds