/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 718 TemplateArgument Converted; in ActOnNonTypeTemplateParameter() local 720 CheckTemplateArgument(Param, Param->getType(), Default, Converted); in ActOnNonTypeTemplateParameter() 2041 SmallVector<TemplateArgument, 4> Converted; in CheckTemplateIdType() local 2043 false, Converted)) in CheckTemplateIdType() 2057 Converted.data(), Converted.size()); in CheckTemplateIdType() 2088 Converted.data(), in CheckTemplateIdType() 2089 Converted.size()); in CheckTemplateIdType() 2140 = ClassTemplate->findSpecialization(Converted, InsertPos); in CheckTemplateIdType() 2151 Converted.data(), in CheckTemplateIdType() 2152 Converted.size(), nullptr); in CheckTemplateIdType() [all …]
|
D | SemaTemplateInstantiateDecl.cpp | 182 ExprResult Converted = S.PerformContextuallyConvertToBool(Cond); in instantiateDependentEnableIfAttr() local 183 if (Converted.isInvalid()) in instantiateDependentEnableIfAttr() 185 Cond = Converted.get(); in instantiateDependentEnableIfAttr() 2465 SmallVector<TemplateArgument, 4> Converted; in VisitClassTemplateSpecializationDecl() local 2470 Converted)) in VisitClassTemplateSpecializationDecl() 2477 InstClassTemplate->findSpecialization(Converted, InsertPos); in VisitClassTemplateSpecializationDecl() 2519 Converted.data(), in VisitClassTemplateSpecializationDecl() 2520 Converted.size(), in VisitClassTemplateSpecializationDecl() 2535 TemplateName(InstClassTemplate), Converted.data(), Converted.size(), in VisitClassTemplateSpecializationDecl() 2588 SmallVector<TemplateArgument, 4> Converted; in VisitVarTemplateSpecializationDecl() local [all …]
|
D | SemaOverload.cpp | 247 static const Expr *IgnoreNarrowingConversion(const Expr *Converted) { in IgnoreNarrowingConversion() argument 248 while (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(Converted)) { in IgnoreNarrowingConversion() 257 Converted = ICE->getSubExpr(); in IgnoreNarrowingConversion() 261 return Converted; in IgnoreNarrowingConversion() 265 return Converted; in IgnoreNarrowingConversion() 279 const Expr *Converted, in getNarrowingKind() argument 311 const Expr *Initializer = IgnoreNarrowingConversion(Converted); in getNarrowingKind() 344 const Expr *Initializer = IgnoreNarrowingConversion(Converted); in getNarrowingKind() 385 const Expr *Initializer = IgnoreNarrowingConversion(Converted); in getNarrowingKind()
|
D | SemaExprObjC.cpp | 730 ExprResult Converted = CheckObjCCollectionLiteralElement(*this, in BuildObjCArrayLiteral() local 733 if (Converted.isInvalid()) in BuildObjCArrayLiteral() 736 ElementsBuffer[I] = Converted.get(); in BuildObjCArrayLiteral()
|
D | SemaDeclAttr.cpp | 789 ExprResult Converted = S.PerformContextuallyConvertToBool(Cond); in handleEnableIfAttr() local 790 if (Converted.isInvalid()) in handleEnableIfAttr() 792 Cond = Converted.get(); in handleEnableIfAttr()
|
D | SemaExpr.cpp | 11774 ExprResult Converted; in VerifyIntegerConstantExpression() local 11819 Converted = PerformContextualImplicitConversion(DiagLoc, E, in VerifyIntegerConstantExpression() 11821 if (Converted.isInvalid()) in VerifyIntegerConstantExpression() 11822 return Converted; in VerifyIntegerConstantExpression() 11823 E = Converted.get(); in VerifyIntegerConstantExpression()
|
D | SemaDeclCXX.cpp | 12107 ExprResult Converted = PerformContextuallyConvertToBool(AssertExpr); in BuildStaticAssertDeclaration() local 12108 if (Converted.isInvalid()) in BuildStaticAssertDeclaration() 12112 if (!Failed && VerifyIntegerConstantExpression(Converted.get(), &Cond, in BuildStaticAssertDeclaration()
|
D | SemaDecl.cpp | 13280 ExprResult Converted = in CheckEnumConstant() local 13283 if (Converted.isInvalid()) in CheckEnumConstant() 13286 Val = Converted.get(); in CheckEnumConstant()
|
/external/glide/third_party/gif_encoder/ |
D | README.third_party | 13 Converted BufferedImage to Android's Bitmap class, split apart classes into individual files.
|
/external/sonic/debian/ |
D | changelog.vinux | 3 * Converted to mostly integer arithmetic, and added stereo support.
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/ |
D | simple_water.vert | 4 Converted by Mars_999
|
D | simple_water.frag | 4 Converted by Mars_999
|
/external/clang/include/clang/Sema/ |
D | Template.h | 503 ArrayRef<TemplateArgument> Converted);
|
D | Overload.h | 226 NarrowingKind getNarrowingKind(ASTContext &Context, const Expr *Converted,
|
D | Sema.h | 5491 &Converted, 5516 SmallVectorImpl<TemplateArgument> &Converted, 5544 SmallVectorImpl<TemplateArgument> &Converted); 5548 SmallVectorImpl<TemplateArgument> &Converted); 5554 TemplateArgument &Converted, 6840 SmallVectorImpl<TemplateArgument> &Converted,
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | Python.g | 34 * Converted to ANTLR v3 November 2005 by Terence Parr.
|
/external/selinux/checkpolicy/ |
D | ChangeLog | 350 Converted users of ebitmaps to new inline operators.
|
/external/mesa3d/docs/ |
D | MESA_texture_array.spec | 804 …||2007/05/16||0.4||idr||Converted to MESA_texture_array. Brought in line with EXT_texture_array a…
|
/external/selinux/libsemanage/ |
D | ChangeLog | 735 * Converted calls to sepol link_packages and expand_module interfaces
|
/external/tcpdump/ |
D | CHANGES | 213 Converted print-isakmp.c to NETDISSECT
|
/external/jetty/ |
D | VERSION.txt | 1066 + 308851 Converted all jetty-client module tests to JUnit 4 1079 + 308851 Converted HttpExchangeTest and related tests to JUnit 4 6023 + Converted most servlets to HttpServlets using do Methods.
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 1466 Converted a lot of stream next() calls to more specific
|
/external/e2fsprogs/debian/ |
D | changelog | 3357 * Converted to debstd - let it do the stripping stuff.
|
/external/v8/ |
D | ChangeLog | 5430 Converted time zone name to UTF8 on Windows (issue 1290).
|
/external/strace/ |
D | ChangeLog-CVS | 838 * CREDITS, ChangeLog: Converted contents to UTF8.
|