/external/javassist/src/main/javassist/compiler/ast/ |
D | CastExpr.java | 25 protected int castType; field in CastExpr 30 castType = CLASS; in CastExpr() 36 castType = type; in CastExpr() 42 public int getType() { return castType; } in getType() 52 public String getTag() { return "cast:" + castType + ":" + arrayDim; } in getTag()
|
D | InstanceOfExpr.java | 33 return "instanceof:" + castType + ":" + arrayDim; in getTag()
|
/external/javassist/src/main/javassist/convert/ |
D | TransformAccessArrayField.java | 127 String castType = null; in replace() local 132 castType = getTopType(iterator.lookAhead()); in replace() 136 if (castType == null) in replace() 138 if ("java/lang/Object".equals(castType)) in replace() 139 castType = null; in replace() 146 = iterator.insertGapAt(pos, castType != null ? 5 : 2, false); in replace() 153 if (castType != null) { in replace() 154 int index = cp.addClassInfo(castType); in replace()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 3376 QualType castType, in addFixitForObjCARCConversion() argument 3443 castCode += castType.getAsString(); in addFixitForObjCARCConversion() 3452 castCode += castType.getAsString(); in addFixitForObjCARCConversion() 3497 QualType castType, ARCConversionTypeClass castACTC, in diagnoseObjCARCConversion() argument 3513 ObjCBridgeRelatedAttrFromType(castType, TDNDecl)) || in diagnoseObjCARCConversion() 3544 << unsigned(castType->isBlockPointerType()) // to ObjC|block type in diagnoseObjCARCConversion() 3545 << castType in diagnoseObjCARCConversion() 3559 castType, castExpr, realCast, "__bridge ", in diagnoseObjCARCConversion() 3572 castType, castExpr, realCast, "__bridge_transfer ", in diagnoseObjCARCConversion() 3587 << castType in diagnoseObjCARCConversion() [all …]
|
D | SemaCast.cpp | 383 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast() argument 387 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType, in diagnoseBadCast() 391 S.Diag(opRange.getBegin(), msg) << castType in diagnoseBadCast()
|
D | SemaExpr.cpp | 5959 QualType castType = castTInfo->getType(); in ActOnCastExpr() local 5960 Ty = CreateParsedType(castType, castTInfo); in ActOnCastExpr() 5969 && castType->isVectorType() && (PE || PLE)) { in ActOnCastExpr() 5997 if (getLangOpts().CPlusPlus && !castType->isVoidType() && in ActOnCastExpr() 6001 CheckTollFreeBridgeCast(castType, CastExpr); in ActOnCastExpr() 6003 CheckObjCBridgeRelatedCast(castType, CastExpr); in ActOnCastExpr()
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | ComponentGenerator.java | 89 ClassName owningClass, Snippet snippet, TypeName castType) { in staticMethodInvocationWithCast() argument 91 Optional.of(castType), owningClass, true, snippet); in staticMethodInvocationWithCast()
|
/external/clang/lib/ARCMigrate/ |
D | TransUnbridgedCasts.cpp | 94 QualType castType = E->getType(); in VisitCastExpr() local 98 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType()) in VisitCastExpr() 102 bool castRetainable = castType->isObjCIndirectLifetimeType(); in VisitCastExpr() 113 if (castType->isObjCRetainableType()) in VisitCastExpr()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 2681 QualType castType = in RewriteObjCBoxedExpr() local 2683 castType = Context->getPointerType(castType); in RewriteObjCBoxedExpr() 2684 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in RewriteObjCBoxedExpr() 2804 QualType castType = in RewriteObjCArrayLiteralExpr() local 2806 castType = Context->getPointerType(castType); in RewriteObjCArrayLiteralExpr() 2807 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in RewriteObjCArrayLiteralExpr() 2958 QualType castType = in RewriteObjCDictionaryLiteralExpr() local 2960 castType = Context->getPointerType(castType); in RewriteObjCDictionaryLiteralExpr() 2961 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in RewriteObjCDictionaryLiteralExpr() 3099 QualType castType = getSimpleFunctionType(returnType, ArgTypes, in SynthMsgSendStretCallExpr() local [all …]
|
D | RewriteObjC.cpp | 2599 QualType castType = getSimpleFunctionType(returnType, ArgTypes, in SynthMsgSendStretCallExpr() local 2602 castType = Context->getPointerType(castType); in SynthMsgSendStretCallExpr() 2603 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in SynthMsgSendStretCallExpr() 2952 QualType castType = in SynthMessageExpr() local 2954 castType = Context->getPointerType(castType); in SynthMessageExpr() 2955 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in SynthMessageExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7674 void CheckTollFreeBridgeCast(QualType castType, Expr *castExpr); 7676 void CheckObjCBridgeRelatedCast(QualType castType, Expr *castExpr); 7678 bool CheckTollFreeBridgeStaticCast(QualType castType, Expr *castExpr, 8915 QualType castType, Expr *&op, 8925 bool CheckObjCARCUnavailableWeakConversion(QualType castType,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/guice/extensions/struts2/lib/ |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/robolectric/v1/lib/main/ |
D | javassist-3.14.0-GA.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/bytecode/
javassist/ ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/extensions/persist/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | findbugs.jar | META-INF/
META-INF/MANIFEST.MF
default.xsl
edu/
edu/umd ... |