Searched refs:castType (Results 1 - 13 of 13) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
H A DCastExpr.java25 protected int castType; field in class:CastExpr
30 castType = CLASS;
36 castType = type;
42 public int getType() { return castType; }
52 public String getTag() { return "cast:" + castType + ":" + arrayDim; }
H A DInstanceOfExpr.java33 return "instanceof:" + castType + ":" + arrayDim;
/external/javassist/src/main/javassist/convert/
H A DTransformAccessArrayField.java127 String castType = null;
132 castType = getTopType(iterator.lookAhead());
136 if (castType == null)
138 if ("java/lang/Object".equals(castType))
139 castType = null;
146 = iterator.insertGapAt(pos, castType != null ? 5 : 2, false);
153 if (castType != null) {
154 int index = cp.addClassInfo(castType);
/external/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp86 QualType castType = E->getType();
90 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType())
94 bool castRetainable = castType->isObjCIndirectLifetimeType();
105 if (castType->isObjCRetainableType())
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp2828 QualType castType,
2895 castCode += castType.getAsString();
2904 castCode += castType.getAsString();
2924 QualType castType, ARCConversionTypeClass castACTC,
2963 << unsigned(castType->isBlockPointerType()) // to ObjC|block type
2964 << castType
2978 castType, castExpr, realCast, "__bridge ", 0);
2990 castType, castExpr, realCast, "__bridge_transfer ",
3005 << castType
3017 castType, castExp
2824 addFixitForObjCARCConversion(Sema &S, DiagnosticBuilder &DiagB, Sema::CheckedConversionKind CCK, SourceLocation afterLParen, QualType castType, Expr *castExpr, Expr *realCast, const char *bridgeKeyword, const char *CFBridgeName) argument
2923 diagnoseObjCARCConversion(Sema &S, SourceRange castRange, QualType castType, ARCConversionTypeClass castACTC, Expr *castExpr, Expr *realCast, ARCConversionTypeClass exprACTC, Sema::CheckedConversionKind CCK) argument
3043 CheckObjCARCConversion(SourceRange castRange, QualType castType, Expr *&castExpr, CheckedConversionKind CCK) argument
3138 QualType castType; local
3205 CheckObjCARCUnavailableWeakConversion(QualType castType, QualType exprType) argument
[all...]
H A DSemaCast.cpp382 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, argument
391 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
395 S.Diag(opRange.getBegin(), msg) << castType
H A DSemaExpr.cpp4617 QualType castType = castTInfo->getType(); local
4618 Ty = CreateParsedType(castType, castTInfo);
4627 && castType->isVectorType() && (PE || PLE)) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2735 QualType castType = local
2737 castType = Context->getPointerType(castType);
2738 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2872 QualType castType = local
2874 castType = Context->getPointerType(castType);
2875 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
3045 QualType castType = local
3047 castType
3188 QualType castType = getSimpleFunctionType(returnType, ArgTypes, local
3631 QualType castType = local
[all...]
H A DRewriteObjC.cpp2639 QualType castType = getSimpleFunctionType(returnType, ArgTypes, local
2642 castType = Context->getPointerType(castType);
2643 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
3024 QualType castType = local
3026 castType = Context->getPointerType(castType);
3027 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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 ...
/external/clang/include/clang/Sema/
H A DSema.h6983 QualType castType, Expr *&op,
6989 bool CheckObjCARCUnavailableWeakConversion(QualType castType,
/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/ ...

Completed in 135 milliseconds