Home
last modified time | relevance | path

Searched defs:destType (Results 1 – 17 of 17) sorted by relevance

/external/libusb/msvc/
Dddk_build.cmd42 set destType=Win32 variable
45 set destType=x64 variable
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DExpressionTranslator.java356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode, in infix()
363 private JavaExpression prefix(Type destType, Type srcType, String prefix, PExpression node) { in prefix()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DArrayTypeImpl.java133 boolean isAssignableTo(ReferenceType destType) { in isAssignableTo()
DObjectReferenceImpl.java608 ReferenceType destType = (ReferenceTypeImpl)destination.type(); in validateAssignment() local
/external/mesa3d/src/mesa/swrast/
Ds_drawpix.c268 const GLenum destType = GL_UNSIGNED_BYTE; in draw_stencil_pixels() local
/external/clang/lib/Sema/
DSemaCast.cpp309 QualType destType, in tryDiagnoseOverloadedCast()
384 SourceRange opRange, Expr *src, QualType destType, in diagnoseBadCast()
DSemaExpr.cpp6343 QualType destType = S.Context.getPointerType(S.Context.VoidTy); in checkConditionalBlockPointerCompatibility() local
6376 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() local
6386 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() local
6857 QualType destType = Context.getPointerType(destPointee); in FindCompositeObjCPointerType() local
6877 QualType destType = Context.getPointerType(destPointee); in FindCompositeObjCPointerType() local
DSemaExprObjC.cpp1439 void Sema::EmitRelatedResultTypeNoteForReturn(QualType destType) { in EmitRelatedResultTypeNoteForReturn()
DSemaInit.cpp6993 QualType destType = entity.getType(); in emitBadConversionNotes() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c816 GLenum destType = GL_UNSIGNED_BYTE; in draw_stencil_pixels() local
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1013 static Value *createCast(Ice::InstCast::OpKind op, Value *v, Type *destType) in createCast()
1027 Value *Nucleus::createTrunc(Value *v, Type *destType) in createTrunc()
1032 Value *Nucleus::createZExt(Value *v, Type *destType) in createZExt()
1037 Value *Nucleus::createSExt(Value *v, Type *destType) in createSExt()
1042 Value *Nucleus::createFPToSI(Value *v, Type *destType) in createFPToSI()
1047 Value *Nucleus::createSIToFP(Value *v, Type *destType) in createSIToFP()
1052 Value *Nucleus::createFPTrunc(Value *v, Type *destType) in createFPTrunc()
1057 Value *Nucleus::createFPExt(Value *v, Type *destType) in createFPExt()
1062 Value *Nucleus::createBitCast(Value *v, Type *destType) in createBitCast()
DLLVMReactor.cpp1257 Value *Nucleus::createTrunc(Value *v, Type *destType) in createTrunc()
1262 Value *Nucleus::createZExt(Value *v, Type *destType) in createZExt()
1267 Value *Nucleus::createSExt(Value *v, Type *destType) in createSExt()
1272 Value *Nucleus::createFPToSI(Value *v, Type *destType) in createFPToSI()
1277 Value *Nucleus::createSIToFP(Value *v, Type *destType) in createSIToFP()
1282 Value *Nucleus::createFPTrunc(Value *v, Type *destType) in createFPTrunc()
1287 Value *Nucleus::createFPExt(Value *v, Type *destType) in createFPExt()
1292 Value *Nucleus::createBitCast(Value *v, Type *destType) in createBitCast()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp651 llvm::Type *destType = ConvertType(E->getType()); in VisitCastExpr() local
DCGExpr.cpp50 llvm::PointerType *destType = Int8PtrTy; in EmitCastToVoidPtr() local
DCGCall.cpp3027 llvm::PointerType *destType = in emitWritebackArg() local
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3002 GLenum destFormat, GLenum destType, in decompress_texture_image()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp5565 …SpvTraverser::createConversion(glslang::TOperator op, OpDecorations& decorations, spv::Id destType,