Home
last modified time | relevance | path

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

1234567

/external/bison/data/
DREADME45 Conversion into GraphViz's dot format.
48 Conversion into text.
51 Conversion into XHTML.
/external/clang/test/Analysis/
Dgenerics.m93 …c = a; // expected-warning {{Conversion from value of type 'NSArray<NSString *> *' to incompatibl…
94 [a contains: [[NSNumber alloc] init]]; // expected-warning {{Conversion}}
96 doStuff(a); // expected-warning {{Conversion}}
100 NSArray<NSString *> *a = getTypedStuff(); // expected-warning {{Conversion}}
106 [a contains: [[NSNumber alloc] init]]; // expected-warning {{Conversion}}
108 doStuff(a); // expected-warning {{Conversion}}
113 [a contains: [[NSNumber alloc] init]]; // expected-warning {{Conversion}}
115 doStuff(a); // expected-warning {{Conversion}}
121 c = a; // expected-warning {{Conversion}}
122 [a contains: [[NSNumber alloc] init]]; // expected-warning {{Conversion}}
[all …]
/external/clang/lib/Sema/
DSemaLambda.cpp1257 CXXConversionDecl *Conversion in addFunctionPointerConversion() local
1266 Conversion->setAccess(AS_public); in addFunctionPointerConversion()
1267 Conversion->setImplicit(true); in addFunctionPointerConversion()
1278 Conversion); in addFunctionPointerConversion()
1281 Conversion->setDescribedFunctionTemplate(ConversionTemplate); in addFunctionPointerConversion()
1284 Class->addDecl(Conversion); in addFunctionPointerConversion()
1360 CXXConversionDecl *Conversion in addBlockPointerConversion() local
1368 Conversion->setAccess(AS_public); in addBlockPointerConversion()
1369 Conversion->setImplicit(true); in addBlockPointerConversion()
1370 Class->addDecl(Conversion); in addBlockPointerConversion()
DSemaOverload.cpp3288 if (CXXConversionDecl *Conversion in IsUserDefinedConversion() local
3298 User.ConversionFunction = Conversion; in IsUserDefinedConversion()
5357 CXXConversionDecl *Conversion = in diagnoseNoViableConversion() local
5362 QualType ConvTy = Conversion->getConversionType().getNonReferenceType(); in diagnoseNoViableConversion()
5371 Converter.noteExplicitConv(SemaRef, Conversion, ConvTy); in diagnoseNoViableConversion()
5379 ExprResult Result = SemaRef.BuildCXXMemberCallExpr(From, Found, Conversion, in diagnoseNoViableConversion()
5395 CXXConversionDecl *Conversion = in recordConversion() local
5399 QualType ToType = Conversion->getConversionType().getNonReferenceType(); in recordConversion()
5408 ExprResult Result = SemaRef.BuildCXXMemberCallExpr(From, Found, Conversion, in recordConversion()
5540 CXXConversionDecl *Conversion; in PerformContextualImplicitConversion() local
[all …]
/external/clang/test/SemaCXX/
Dswitch.cpp89 namespace Conversion { namespace
Dexplicit.cpp39 namespace Conversion { namespace
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt19 6 . *** Conversion to SSA
21 8 . *** Conversion to LLVM
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt19 6 . *** Conversion to SSA
21 8 . *** Conversion to LLVM
/external/icu/icu4c/source/extra/uconv/resources/
Droot.txt101 …problemCvtToU { "Conversion to Unicode from codepage failed at input byte position {0}. Bytes: {…
102 …problemCvtFromU { "Conversion from Unicode to codepage failed at input byte position {0}. Unicode:…
103 …problemCvtFromUOut { "Conversion from Unicode to codepage failed at output byte position {0}. Unic…
/external/pdfium/third_party/lcms2-2.6/src/
Dcmswtpnt.c192 cmsBool ComputeChromaticAdaptation(cmsMAT3* Conversion, in ComputeChromaticAdaptation() argument
227 _cmsMAT3per(Conversion, &Chad_Inv, &Tmp); in ComputeChromaticAdaptation()
/external/syslinux/core/
Dwritedec.inc36 mov ebx,10 ; Conversion base
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrConv.td1 //===-- WebAssemblyInstrConv.td-WebAssembly Conversion support -*- tablegen -*-=
38 // Conversion from floating point to integer traps on overflow and invalid.
/external/owasp/sanitizer/tools/findbugs/lib/
DjFormatString.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/ ...
/external/libyuv/files/third_party/gflags/
Dgflags.gyp63 4267, # Conversion from size_t to "type".
DBUILD.gn49 "/wd4267", # Conversion from size_t to "type".
/external/webrtc/third_party/gflags/
DBUILD.gn48 "/wd4267", # Conversion from size_t to "type".
/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/
DSimpleExpression.g36 * Conversion to C#:
DFastSimpleExpression.g36 * Conversion to C#:
DTestExpressionFeatures.g36 * Conversion to C#:
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugGrammar.g36 * Conversion to C#:
DProfileGrammar.g36 * Conversion to C#:
DProfileTreeGrammar.g36 * Conversion to C#:
/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#:

1234567