/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 733 TemplateArgument Converted; in ActOnNonTypeTemplateParameter() local 734 ExprResult DefaultRes = CheckTemplateArgument(Param, Param->getType(), Default, Converted); in ActOnNonTypeTemplateParameter() 1984 SmallVector<TemplateArgument, 4> Converted; in CheckTemplateIdType() local 1987 false, Converted, &ExpansionIntoFixedList)) in CheckTemplateIdType() 2002 Converted.data(), Converted.size()); in CheckTemplateIdType() 2033 Converted.data(), in CheckTemplateIdType() 2034 Converted.size()); in CheckTemplateIdType() 2085 = ClassTemplate->findSpecialization(Converted.data(), Converted.size(), in CheckTemplateIdType() 2097 Converted.data(), in CheckTemplateIdType() 2098 Converted.size(), 0); in CheckTemplateIdType() [all …]
|
D | SemaTemplateInstantiateDecl.cpp | 2180 SmallVector<TemplateArgument, 4> Converted; in InstantiateClassTemplatePartialSpecialization() local 2185 Converted)) in InstantiateClassTemplatePartialSpecialization() 2192 = ClassTemplate->findPartialSpecialization(Converted.data(), in InstantiateClassTemplatePartialSpecialization() 2193 Converted.size(), InsertPos); in InstantiateClassTemplatePartialSpecialization() 2199 Converted.data(), in InstantiateClassTemplatePartialSpecialization() 2200 Converted.size()); in InstantiateClassTemplatePartialSpecialization() 2249 Converted.data(), in InstantiateClassTemplatePartialSpecialization() 2250 Converted.size(), in InstantiateClassTemplatePartialSpecialization()
|
D | SemaOverload.cpp | 264 static const Expr *IgnoreNarrowingConversion(const Expr *Converted) { in IgnoreNarrowingConversion() argument 265 while (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(Converted)) { in IgnoreNarrowingConversion() 274 Converted = ICE->getSubExpr(); in IgnoreNarrowingConversion() 278 return Converted; in IgnoreNarrowingConversion() 282 return Converted; in IgnoreNarrowingConversion() 296 const Expr *Converted, in getNarrowingKind() argument 317 const Expr *Initializer = IgnoreNarrowingConversion(Converted); in getNarrowingKind() 350 const Expr *Initializer = IgnoreNarrowingConversion(Converted); in getNarrowingKind() 396 const Expr *Initializer = IgnoreNarrowingConversion(Converted); in getNarrowingKind()
|
D | SemaExprObjC.cpp | 713 ExprResult Converted = CheckObjCCollectionLiteralElement(*this, in BuildObjCArrayLiteral() local 716 if (Converted.isInvalid()) in BuildObjCArrayLiteral() 719 ElementsBuffer[I] = Converted.get(); in BuildObjCArrayLiteral()
|
D | SemaExpr.cpp | 9858 ExprResult Converted; in VerifyIntegerConstantExpression() local 9909 Converted = ConvertToIntegralOrEnumerationType(DiagLoc, E, in VerifyIntegerConstantExpression() 9962 Converted = ConvertToIntegralOrEnumerationType(DiagLoc, E, in VerifyIntegerConstantExpression() 9965 if (Converted.isInvalid()) in VerifyIntegerConstantExpression() 9966 return Converted; in VerifyIntegerConstantExpression() 9967 E = Converted.take(); in VerifyIntegerConstantExpression()
|
D | SemaInit.cpp | 5382 SmallVector<Expr*, 16> Converted(NumInits); in Perform() local 5397 Converted[i] = Res.take(); in Perform() 5401 Converted, ILE->getRBraceLoc()); in Perform()
|
D | SemaDeclCXX.cpp | 9812 ExprResult Converted = PerformContextuallyConvertToBool(AssertExpr); in BuildStaticAssertDeclaration() local 9813 if (Converted.isInvalid()) in BuildStaticAssertDeclaration() 9817 if (!Failed && VerifyIntegerConstantExpression(Converted.get(), &Cond, in BuildStaticAssertDeclaration()
|
D | SemaDecl.cpp | 10342 ExprResult Converted = in CheckEnumConstant() local 10345 if (Converted.isInvalid()) in CheckEnumConstant() 10348 Val = Converted.take(); in CheckEnumConstant()
|
/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 | Overload.h | 238 NarrowingKind getNarrowingKind(ASTContext &Context, const Expr *Converted,
|
D | Sema.h | 4764 SmallVectorImpl<TemplateArgument> &Converted); 4788 SmallVectorImpl<TemplateArgument> &Converted, 4821 SmallVectorImpl<TemplateArgument> &Converted, 4826 SmallVectorImpl<TemplateArgument> &Converted); 4832 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/checkpolicy/ |
D | ChangeLog | 303 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/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
D | PHP Markdown Extra Readme.text | 544 * Converted PHP Markdown to a object-oriented design.
|
/external/tcpdump/ |
D | CHANGES | 11 Converted print-isakmp.c to NETDISSECT
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2002-12-03 | 2227 Converted JavaScriptCore to build with Project Builder, in
|
D | ChangeLog-2010-05-24 | 23217 Converted op_mod to put { tag, payload } in { regT1, regT0 }, and 23233 Converted some more arithmetic ops to put { tag, payload } in 23244 Converted some more arithmetic ops to put { tag, payload } in 23286 Converted some arithmetic ops to put { tag, payload } in 26911 (WTF::BigInt::BigInt): Converted this to more a proper class, using a Vector
|
/external/webkit/Source/JavaScriptGlue/ |
D | ChangeLog | 2753 (JSRunCheckSyntax): Converted to JSLock.
|
/external/v8/ |
D | ChangeLog | 1042 Converted time zone name to UTF8 on Windows (issue 1290).
|
/external/libpng/ |
D | CHANGES | 2503 Converted all PNG_NO_* tests to PNG_*_SUPPORTED everywhere except pngconf.h
|
/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 | 2799 * Converted to debstd - let it do the stripping stuff.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 7397 Converted tabs to spaces. 30312 * bridge/BrowserExtension.h: (WebCore::URLArgs::metaData): Converted from QMap of QString 30330 …(WebCore::attributesStartElementNsHandler): Converted from QMap of QString to HashMap of DOMString. 31263 * khtml/ecma/kjs_dom.cpp: Converted tabs to spaces. 31265 * khtml/ecma/kjs_events.cpp: Converted tabs to spaces. 31296 Converted tabs to spaces and did namespace changes too. 31754 * khtml/xml/DocumentTypeImpl.cpp: Converted tabs to spaces.
|