/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 730 TemplateArgument Converted; in ActOnNonTypeTemplateParameter() local 732 CheckTemplateArgument(Param, Param->getType(), Default, Converted); in ActOnNonTypeTemplateParameter() 2041 const SmallVectorImpl<TemplateArgument> &Converted, in checkBuiltinTemplateIdType() argument 2052 if (!Converted[1].getAsType()->isIntegralType(Context)) { in checkBuiltinTemplateIdType() 2060 TemplateArgument NumArgsArg = Converted[2]; in checkBuiltinTemplateIdType() 2085 return SemaRef.CheckTemplateIdType(Converted[0].getAsTemplate(), in checkBuiltinTemplateIdType() 2093 assert(Converted.size() == 2 && in checkBuiltinTemplateIdType() 2097 TemplateArgument IndexArg = Converted[0], Ts = Converted[1]; in checkBuiltinTemplateIdType() 2145 SmallVector<TemplateArgument, 4> Converted; in CheckTemplateIdType() local 2147 false, Converted)) 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() 2697 SmallVector<TemplateArgument, 4> Converted; in VisitClassTemplateSpecializationDecl() local 2702 Converted)) in VisitClassTemplateSpecializationDecl() 2709 InstClassTemplate->findSpecialization(Converted, InsertPos); in VisitClassTemplateSpecializationDecl() 2751 Converted, in VisitClassTemplateSpecializationDecl() 2766 TemplateName(InstClassTemplate), Converted, in VisitClassTemplateSpecializationDecl() 2819 SmallVector<TemplateArgument, 4> Converted; in VisitVarTemplateSpecializationDecl() local 2823 Converted)) in VisitVarTemplateSpecializationDecl() [all …]
|
D | SemaOverload.cpp | 254 static const Expr *IgnoreNarrowingConversion(const Expr *Converted) { in IgnoreNarrowingConversion() argument 255 while (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(Converted)) { in IgnoreNarrowingConversion() 265 Converted = ICE->getSubExpr(); in IgnoreNarrowingConversion() 269 return Converted; in IgnoreNarrowingConversion() 273 return Converted; in IgnoreNarrowingConversion() 287 const Expr *Converted, in getNarrowingKind() argument 326 const Expr *Initializer = IgnoreNarrowingConversion(Converted); in getNarrowingKind() 359 const Expr *Initializer = IgnoreNarrowingConversion(Converted); in getNarrowingKind() 400 const Expr *Initializer = IgnoreNarrowingConversion(Converted); in getNarrowingKind()
|
D | SemaExprObjC.cpp | 852 ExprResult Converted = CheckObjCCollectionLiteralElement(*this, in BuildObjCArrayLiteral() local 855 if (Converted.isInvalid()) in BuildObjCArrayLiteral() 858 ElementsBuffer[I] = Converted.get(); in BuildObjCArrayLiteral()
|
D | SemaDeclAttr.cpp | 812 ExprResult Converted = S.PerformContextuallyConvertToBool(Cond); in handleEnableIfAttr() local 813 if (Converted.isInvalid()) in handleEnableIfAttr() 815 Cond = Converted.get(); in handleEnableIfAttr()
|
D | SemaExpr.cpp | 12646 ExprResult Converted; in VerifyIntegerConstantExpression() local 12691 Converted = PerformContextualImplicitConversion(DiagLoc, E, in VerifyIntegerConstantExpression() 12693 if (Converted.isInvalid()) in VerifyIntegerConstantExpression() 12694 return Converted; in VerifyIntegerConstantExpression() 12695 E = Converted.get(); in VerifyIntegerConstantExpression()
|
D | SemaDeclCXX.cpp | 12389 ExprResult Converted = PerformContextuallyConvertToBool(AssertExpr); in BuildStaticAssertDeclaration() local 12390 if (Converted.isInvalid()) in BuildStaticAssertDeclaration() 12394 if (!Failed && VerifyIntegerConstantExpression(Converted.get(), &Cond, in BuildStaticAssertDeclaration()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 342 auto Converted = PromotionCache.insert( in shouldConvert() local 344 if (Converted.second) in shouldConvert() 345 Converted.first->second.ShouldConvert = shouldConvertImpl(&C); in shouldConvert() 346 return Converted.first->second.ShouldConvert; in shouldConvert()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | YAMLOutputStyle.cpp | 251 auto Converted = in dumpDbiStream() local 253 if (!Converted) in dumpDbiStream() 254 return Converted.takeError(); in dumpDbiStream() 255 DMI.Subsections.push_back(*Converted); in dumpDbiStream()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 350 auto Converted = PromotionCache.insert( in shouldConvert() local 352 if (Converted.second) in shouldConvert() 353 Converted.first->second.ShouldConvert = shouldConvertImpl(&C); in shouldConvert() 354 return Converted.first->second.ShouldConvert; in shouldConvert()
|
/external/antlr/runtime/Python3/ |
D | AUTHORS | 6 Benjamin S Wolf (http://github.com/Zannick): Converted Python target to Python3.
|
/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/python/cpython3/Lib/test/test_email/data/ |
D | msg_16.txt | 101 X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98e 102 X-Converted-To-Plain-Text: Alternative section used was text/plain
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_16.txt | 101 X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98e 102 X-Converted-To-Plain-Text: Alternative section used was text/plain
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIPeepholeSDWA.cpp | 1052 bool Converted = false; in convertToSDWA() local 1066 Converted |= Operand->convertToSDWA(*SDWAInst, TII); in convertToSDWA() 1068 if (Converted) { in convertToSDWA()
|
/external/ltp/testcases/kernel/fs/fs_bind/ |
D | CHANGELOG | 59 Converted "mmount" to "smount" to match the .c file.
|
/external/clang/include/clang/Sema/ |
D | Template.h | 504 ArrayRef<TemplateArgument> Converted);
|
D | Overload.h | 230 NarrowingKind getNarrowingKind(ASTContext &Context, const Expr *Converted,
|
D | Sema.h | 5880 &Converted, 5905 SmallVectorImpl<TemplateArgument> &Converted, 5933 SmallVectorImpl<TemplateArgument> &Converted); 5937 SmallVectorImpl<TemplateArgument> &Converted); 5943 TemplateArgument &Converted, 7269 SmallVectorImpl<TemplateArgument> &Converted,
|
/external/libxkbcommon/xkbcommon/ |
D | NEWS | 93 - Converted README to markdown and added a Quick Guide to the
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | Record.cpp | 1387 if (Init *Converted = convertInitializerTo(Ty)) { in getCastTo() local 1388 assert(!isa<TypedInit>(Converted) || in getCastTo() 1389 cast<TypedInit>(Converted)->getType()->typeIsA(Ty)); in getCastTo() 1390 return Converted; in getCastTo()
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | Python.g | 34 * Converted to ANTLR v3 November 2005 by Terence Parr.
|
/external/mesa3d/docs/specs/ |
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/pcre/dist2/ |
D | CMakeLists.txt | 6 # Converted to support PCRE2 from the original PCRE file, August 2014.
|