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

/external/libusb_aah/msvc/
H A Dddk_build.cmd31 set destType=Win32 variable
34 set destType=x64 variable
39 set dstPath=%destType%\Debug
41 set dstPath=%destType%\Release
44 if exist %destType% goto md2
45 mkdir %destType%
/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)),
308 QualType destType,
325 if (!destType->isRecordType() && !srcType->isRecordType())
328 InitializedEntity entity = InitializedEntity::InitializeTemporary(destType);
373 << CT << srcType << destType
383 SourceRange opRange, Expr *src, QualType destType,
391 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
306 tryDiagnoseOverloadedCast(Sema &S, CastType CT, SourceRange range, Expr *src, QualType destType, bool listInitialization) argument
382 diagnoseBadCast(Sema &S, unsigned msg, CastType castType, SourceRange opRange, Expr *src, QualType destType, bool listInitialization) argument
[all...]
H A DSemaExpr.cpp4954 QualType destType = S.Context.getPointerType(S.Context.VoidTy); local
4955 LHS = S.ImpCastExprToType(LHS.take(), destType, CK_BitCast);
4956 RHS = S.ImpCastExprToType(RHS.take(), destType, CK_BitCast);
4957 return destType;
4987 QualType destType = S.Context.getPointerType(destPointee); local
4989 LHS = S.ImpCastExprToType(LHS.take(), destType, CK_NoOp);
4991 RHS = S.ImpCastExprToType(RHS.take(), destType, CK_BitCast);
4992 return destType;
4997 QualType destType = S.Context.getPointerType(destPointee); local
4999 RHS = S.ImpCastExprToType(RHS.take(), destType, CK_NoO
5263 QualType destType = Context.getPointerType(destPointee); local
5283 QualType destType = Context.getPointerType(destPointee); local
[all...]
/external/clang/lib/CodeGen/
H A DCGCall.cpp1801 llvm::PointerType *destType = local
1806 args.add(RValue::get(llvm::ConstantPointerNull::get(destType)),
1815 llvm::Value *temp = CGF.CreateTempAlloca(destType->getElementType(),
1828 cast<llvm::PointerType>(destType->getElementType()));
1844 llvm::ConstantPointerNull::get(destType),
1865 src = CGF.Builder.CreateBitCast(src, destType->getElementType(),
H A DCGExprConstant.cpp654 llvm::Type *destType = ConvertType(E->getType());
669 unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType);
H A DCGExpr.cpp43 llvm::PointerType *destType = Int8PtrTy; local
45 destType = llvm::Type::getInt8PtrTy(getLLVMContext(), addressSpace);
47 if (value->getType() == destType) return value;
48 return Builder.CreateBitCast(value, destType);
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/clang/include/clang/Sema/
H A DSema.h3226 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 616 milliseconds