HomeSort by relevance Sort by last modified time
    Searched defs:Conversion (Results 1 - 14 of 14) sorted by null

  /external/clang/test/SemaCXX/
switch.cpp 19 operator int(); // expected-note{{conversion to integral type}}
29 operator E() const; // expected-note{{conversion to enumeration type}}
89 namespace Conversion {
91 explicit operator int(); // expected-note {{conversion}}
94 switch (t) { // expected-error {{explicit conversion}}
explicit.cpp 30 B b0 = 0; // expected-error {{no viable conversion}}
39 namespace Conversion {
70 Y y2 = z; // expected-error {{no viable conversion from 'Z' to 'Y'}}
81 const Y& y6 = z; // expected-error {{no viable conversion from 'Z' to 'const Y'}}
82 const int& y7 = z; // expected-error {{no viable conversion from 'Z' to 'const int'}}
87 // conversion function is not considered.
104 explicit operator bool(); // expected-note {{conversion to integral type 'bool'}}
137 switch (n) {} // expected-error {{switch condition type 'NotBool' requires explicit conversion to 'bool'}} \
156 int direct4(n); // expected-error {{no viable conversion}}
160 const int &direct8(n); // expected-error {{no viable conversion}}
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Translate.c 53 SMBIOS_CONVERSION_TABLE_ENTRY *Conversion;
61 Conversion = NULL;
82 // Find a matching entry in the conversion table for this
98 // We cannot find a matching entry in conversion table,
105 Conversion = &mConversionTable[Index++];
119 if (Conversion->StructureLocatingMethod == BySubclassInstanceSubinstanceProducer) {
129 if (Conversion->SmbiosType >= 0x80) {
133 } else if (StructureNode->SmbiosType == Conversion->SmbiosType) {
138 } else if (Conversion->StructureLocatingMethod == BySubClassInstanceProducer) {
146 if (Conversion->SmbiosType >= 0x80) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
Gcd.c     [all...]
  /external/error_prone/jFormatString/
jFormatString-3.0.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /external/clang/lib/Sema/
SemaLambda.cpp 538 // - it is an implicit integral conversion applied to an
631 // lvalue-to-rvalue conversion (4.1 [conv.lval]),
632 // array-to-pointer conversion (4.2 [conv.array]), and
633 // function-to-pointer conversion (4.3 [conv.func]) are the
    [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp 106 /// GetConversionRank - Retrieve the implicit conversion rank
107 /// corresponding to the given implicit conversion kind.
144 /// implicit conversion.
147 "No conversion",
156 "Integral conversion",
157 "Floating conversion",
158 "Complex conversion",
159 "Floating-integral conversion",
160 "Pointer conversion",
161 "Pointer-to-member conversion",
    [all...]
SemaExpr.cpp 644 assert(!T.isNull() && "r-value conversion on typeless expression?");
737 /// CallExprUnaryConversions - a special case of an unary conversion
758 /// sometimes suppressed. For example, the array->pointer conversion doesn't
783 // conversion rank is less than or equal to the rank of int
826 // C++ performs lvalue-to-rvalue conversion as a default argument
829 // When an lvalue-to-rvalue conversion occurs in an unevaluated
832 // has a class type, the conversion copy-initializes a temporar
    [all...]
  /external/v8/src/
objects.h     [all...]
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
db4o-6.4.14.8131-java5.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 1652 milliseconds