Searched refs:castType (Results 1 - 16 of 16) 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/Sema/
H A DSemaExprObjC.cpp3042 QualType castType,
3109 castCode += castType.getAsString();
3118 castCode += castType.getAsString();
3163 QualType castType, ARCConversionTypeClass castACTC,
3177 ObjCBridgeRelatedAttrFromType(castType, TDNDecl)) ||
3208 << unsigned(castType->isBlockPointerType()) // to ObjC|block type
3209 << castType
3223 castType, castExpr, realCast, "__bridge ",
3236 castType, castExpr, realCast, "__bridge_transfer ",
3251 << castType
3038 addFixitForObjCARCConversion(Sema &S, DiagnosticBuilder &DiagB, Sema::CheckedConversionKind CCK, SourceLocation afterLParen, QualType castType, Expr *castExpr, Expr *realCast, const char *bridgeKeyword, const char *CFBridgeName) argument
3162 diagnoseObjCARCConversion(Sema &S, SourceRange castRange, QualType castType, ARCConversionTypeClass castACTC, Expr *castExpr, Expr *realCast, ARCConversionTypeClass exprACTC, Sema::CheckedConversionKind CCK) argument
3290 CheckObjCBridgeNSCast(Sema &S, QualType castType, Expr *castExpr, bool &HadTheAttribute, bool warn) argument
3351 CheckObjCBridgeCFCast(Sema &S, QualType castType, Expr *castExpr, bool &HadTheAttribute, bool warn) argument
3413 CheckTollFreeBridgeCast(QualType castType, Expr *castExpr) argument
3463 CheckObjCBridgeRelatedCast(QualType castType, Expr *castExpr) argument
3486 CheckTollFreeBridgeStaticCast(QualType castType, Expr *castExpr, CastKind &Kind) argument
3656 CheckObjCARCConversion(SourceRange castRange, QualType castType, Expr *&castExpr, CheckedConversionKind CCK, bool DiagnoseCFAudited, BinaryOperatorKind Opc) argument
3768 QualType castType; local
3835 CheckObjCARCUnavailableWeakConversion(QualType castType, QualType exprType) argument
[all...]
H A DSemaCast.cpp387 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.cpp5234 QualType castType = castTInfo->getType(); local
5235 Ty = CreateParsedType(castType, castTInfo);
5244 && castType->isVectorType() && (PE || PLE)) {
5272 if (getLangOpts().CPlusPlus && !castType->isVoidType() &&
5276 CheckTollFreeBridgeCast(castType, CastExpr);
5278 CheckObjCBridgeRelatedCast(castType, CastExpr);
/external/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp94 QualType castType = E->getType();
98 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType())
102 bool castRetainable = castType->isObjCIndirectLifetimeType();
113 if (castType->isObjCRetainableType())
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2722 QualType castType = local
2724 castType = Context->getPointerType(castType);
2725 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2851 QualType castType = local
2853 castType = Context->getPointerType(castType);
2854 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
3015 QualType castType = local
3017 castType
3156 QualType castType = getSimpleFunctionType(returnType, ArgTypes, local
3602 QualType castType = local
[all...]
H A DRewriteObjC.cpp2612 QualType castType = getSimpleFunctionType(returnType, ArgTypes, local
2615 castType = Context->getPointerType(castType);
2616 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2979 QualType castType = local
2981 castType = Context->getPointerType(castType);
2982 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
/external/clang/include/clang/Sema/
H A DSema.h7032 void CheckTollFreeBridgeCast(QualType castType, Expr *castExpr);
7034 void CheckObjCBridgeRelatedCast(QualType castType, Expr *castExpr);
7036 bool CheckTollFreeBridgeStaticCast(QualType castType, Expr *castExpr,
7889 QualType castType, Expr *&op,
7898 bool CheckObjCARCUnavailableWeakConversion(QualType castType,
/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/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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 387 milliseconds