Home
last modified time | relevance | path

Searched refs:Conversion (Results 1 – 25 of 100) sorted by relevance

1234

/external/lldb/test/lang/cpp/class_types/
Dmain.cpp10 class Conversion class
13 Conversion (int i) : in Conversion() function in Conversion
122 Conversion conv(1); in main()
/external/bison/data/
DREADME45 Conversion into GraphViz's dot format.
48 Conversion into text.
51 Conversion into XHTML.
/external/clang/lib/Sema/
DSemaLambda.cpp1267 CXXConversionDecl *Conversion in addFunctionPointerConversion() local
1276 Conversion->setAccess(AS_public); in addFunctionPointerConversion()
1277 Conversion->setImplicit(true); in addFunctionPointerConversion()
1288 Conversion); in addFunctionPointerConversion()
1291 Conversion->setDescribedFunctionTemplate(ConversionTemplate); in addFunctionPointerConversion()
1294 Class->addDecl(Conversion); in addFunctionPointerConversion()
1370 CXXConversionDecl *Conversion in addBlockPointerConversion() local
1378 Conversion->setAccess(AS_public); in addBlockPointerConversion()
1379 Conversion->setImplicit(true); in addBlockPointerConversion()
1380 Class->addDecl(Conversion); in addBlockPointerConversion()
DSemaOverload.cpp3177 if (CXXConversionDecl *Conversion in IsUserDefinedConversion() local
3187 User.ConversionFunction = Conversion; in IsUserDefinedConversion()
5236 CXXConversionDecl *Conversion = in diagnoseNoViableConversion() local
5241 QualType ConvTy = Conversion->getConversionType().getNonReferenceType(); in diagnoseNoViableConversion()
5250 Converter.noteExplicitConv(SemaRef, Conversion, ConvTy); in diagnoseNoViableConversion()
5258 ExprResult Result = SemaRef.BuildCXXMemberCallExpr(From, Found, Conversion, in diagnoseNoViableConversion()
5274 CXXConversionDecl *Conversion = in recordConversion() local
5278 QualType ToType = Conversion->getConversionType().getNonReferenceType(); in recordConversion()
5287 ExprResult Result = SemaRef.BuildCXXMemberCallExpr(From, Found, Conversion, in recordConversion()
5418 CXXConversionDecl *Conversion; in PerformContextualImplicitConversion() local
[all …]
/external/clang/test/SemaCXX/
Dswitch.cpp89 namespace Conversion { namespace
Dexplicit.cpp39 namespace Conversion { namespace
/external/icu/icu4c/source/extra/uconv/resources/
Droot.txt98 …problemCvtToU { "Conversion to Unicode from codepage failed at input byte position {0}. Bytes: {…
99 …problemCvtFromU { "Conversion from Unicode to codepage failed at input byte position {0}. Unicode:…
100 …problemCvtFromUOut { "Conversion from Unicode to codepage failed at output byte position {0}. Unic…
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt19 6 . *** Conversion to SSA
21 8 . *** Conversion to LLVM
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmswtpnt.c192 cmsBool ComputeChromaticAdaptation(cmsMAT3* Conversion, in ComputeChromaticAdaptation() argument
227 _cmsMAT3per(Conversion, &Chad_Inv, &Tmp); in ComputeChromaticAdaptation()
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/pycon2011/
Dpycon-py3k-sprint.txt69 Doctest-to-Unit Test Conversion
/external/deqp/doc/testspecs/GLES3/
Dfunctional.frag_output.txt26 + Conversion to signed and unsigned fixed point formats
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
DFastSimpleExpression.g36 * Conversion to C#:
DSimpleExpression.g36 * Conversion to C#:
DTestExpressionFeatures.g36 * Conversion to C#:
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileGrammar.g36 * Conversion to C#:
DDebugGrammar.g36 * Conversion to C#:
DDebugTreeGrammar.g36 * Conversion to C#:
DProfileTreeGrammar.g36 * Conversion to C#:
/external/protobuf/vsprojects/
Dreadme.txt94 C4244 - Conversion from 'type1' to 'type2', possible loss of data.
97 C4267 - Conversion from 'size_t' to 'type', possible loss of data.
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc186 struct Conversion { struct
193 std::ostream& operator<<(std::ostream& os, const Conversion& conv) { in operator <<()
199 static const Conversion kConversionInstructions[] = {
847 typedef InstructionSelectorTestWithParam<Conversion>
852 const Conversion conv = GetParam(); in TEST_P()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
Ddot.stg6 * Conversion to C#:
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DASTDbg.stg6 * Conversion to C#:
DST.stg6 * Conversion to C#:
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/
DExpr.g36 * Conversion to C#:
/external/icu/icu4c/source/test/perf/
DREADME46 … (e.g. convperf (Conversion tests)). Go to each directory and execute the perl script for each test

1234