/external/libusb/msvc/ |
D | ddk_build.cmd | 42 set destType=Win32 variable 45 set destType=x64 variable
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | ExpressionTranslator.java | 356 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/ |
D | ArrayTypeImpl.java | 133 boolean isAssignableTo(ReferenceType destType) { in isAssignableTo()
|
D | ObjectReferenceImpl.java | 608 ReferenceType destType = (ReferenceTypeImpl)destination.type(); in validateAssignment() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_drawpix.c | 268 const GLenum destType = GL_UNSIGNED_BYTE; in draw_stencil_pixels() local
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 309 QualType destType, in tryDiagnoseOverloadedCast() 384 SourceRange opRange, Expr *src, QualType destType, in diagnoseBadCast()
|
D | SemaExpr.cpp | 6343 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
|
D | SemaExprObjC.cpp | 1439 void Sema::EmitRelatedResultTypeNoteForReturn(QualType destType) { in EmitRelatedResultTypeNoteForReturn()
|
D | SemaInit.cpp | 6993 QualType destType = entity.getType(); in emitBadConversionNotes() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 816 GLenum destType = GL_UNSIGNED_BYTE; in draw_stencil_pixels() local
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 1013 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()
|
D | LLVMReactor.cpp | 1257 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/ |
D | CGExprConstant.cpp | 651 llvm::Type *destType = ConvertType(E->getType()); in VisitCastExpr() local
|
D | CGExpr.cpp | 50 llvm::PointerType *destType = Int8PtrTy; in EmitCastToVoidPtr() local
|
D | CGCall.cpp | 3027 llvm::PointerType *destType = in emitWritebackArg() local
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 3002 GLenum destFormat, GLenum destType, in decompress_texture_image()
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 5565 …SpvTraverser::createConversion(glslang::TOperator op, OpDecorations& decorations, spv::Id destType,
|