Searched defs:castType (Results 1 - 12 of 12) 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; }
/external/clang/lib/Sema/
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 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 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/Rewrite/Frontend/
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,
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...]
/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 1337 milliseconds