Home
last modified time | relevance | path

Searched refs:Converted (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/lib/Sema/
DSemaTemplate.cpp718 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 …]
DSemaTemplateInstantiateDecl.cpp182 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 …]
DSemaOverload.cpp247 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()
DSemaExprObjC.cpp730 ExprResult Converted = CheckObjCCollectionLiteralElement(*this, in BuildObjCArrayLiteral() local
733 if (Converted.isInvalid()) in BuildObjCArrayLiteral()
736 ElementsBuffer[I] = Converted.get(); in BuildObjCArrayLiteral()
DSemaDeclAttr.cpp789 ExprResult Converted = S.PerformContextuallyConvertToBool(Cond); in handleEnableIfAttr() local
790 if (Converted.isInvalid()) in handleEnableIfAttr()
792 Cond = Converted.get(); in handleEnableIfAttr()
DSemaExpr.cpp11774 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()
DSemaDeclCXX.cpp12107 ExprResult Converted = PerformContextuallyConvertToBool(AssertExpr); in BuildStaticAssertDeclaration() local
12108 if (Converted.isInvalid()) in BuildStaticAssertDeclaration()
12112 if (!Failed && VerifyIntegerConstantExpression(Converted.get(), &Cond, in BuildStaticAssertDeclaration()
DSemaDecl.cpp13280 ExprResult Converted = in CheckEnumConstant() local
13283 if (Converted.isInvalid()) in CheckEnumConstant()
13286 Val = Converted.get(); in CheckEnumConstant()
/external/glide/third_party/gif_encoder/
DREADME.third_party13 Converted BufferedImage to Android's Bitmap class, split apart classes into individual files.
/external/sonic/debian/
Dchangelog.vinux3 * Converted to mostly integer arithmetic, and added stereo support.
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
Dsimple_water.vert4 Converted by Mars_999
Dsimple_water.frag4 Converted by Mars_999
/external/clang/include/clang/Sema/
DTemplate.h503 ArrayRef<TemplateArgument> Converted);
DOverload.h226 NarrowingKind getNarrowingKind(ASTContext &Context, const Expr *Converted,
DSema.h5491 &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/
DPython.g34 * Converted to ANTLR v3 November 2005 by Terence Parr.
/external/selinux/checkpolicy/
DChangeLog350 Converted users of ebitmaps to new inline operators.
/external/mesa3d/docs/
DMESA_texture_array.spec804 …||2007/05/16||0.4||idr||Converted to MESA_texture_array. Brought in line with EXT_texture_array a…
/external/selinux/libsemanage/
DChangeLog735 * Converted calls to sepol link_packages and expand_module interfaces
/external/tcpdump/
DCHANGES213 Converted print-isakmp.c to NETDISSECT
/external/jetty/
DVERSION.txt1066 + 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/
DCHANGES.txt1466 Converted a lot of stream next() calls to more specific
/external/e2fsprogs/debian/
Dchangelog3357 * Converted to debstd - let it do the stripping stuff.
/external/v8/
DChangeLog5430 Converted time zone name to UTF8 on Windows (issue 1290).
/external/strace/
DChangeLog-CVS838 * CREDITS, ChangeLog: Converted contents to UTF8.

12