HomeSort by relevance Sort by last modified time
    Searched refs:Conversion (Results 1 - 25 of 60) sorted by null

1 2 3

  /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...]
  /libcore/ojluni/src/main/java/java/util/
Formatter.java 73 * example, if a conversion is incompatible with a flag, an exception will be
176 * %[argument_index$][flags][width][.precision]conversion
184 * format. The set of valid flags depends on the conversion.
191 * the conversion.
193 * <p> The required <i>conversion</i> is a character indicating how the
201 * %[argument_index$][flags][width]conversion
207 * <p> The required <i>conversion</i> is a two character sequence. The first
217 * %[flags][width]conversion
222 * <p> The required <i>conversion</i> is a character indicating content to be
238 * Byte}, {@code short}, and {@link Short}. This conversion may also b
2726 private char conversion(String s) { method in class:Formatter.FormatSpecifier
2740 private char conversion() { method in class:Formatter.FormatSpecifier
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfp1.s 56 @ Conversion operations
121 @ Conversion operations
257 @ Conversion operations
vfp1_t2.s 59 @ Conversion operations
124 @ Conversion operations
268 @ Conversion operations
vfp1xD.s 72 @ Conversion operations
138 @ Conversion operations
321 @ Conversion operations
vfp1xD_t2.s 75 @ Conversion operations
141 @ Conversion operations
335 @ Conversion operations
  /libcore/luni/src/main/java/java/math/
BigInteger.java 228 * @param radix the base to be used for the conversion.
791 return Conversion.bigInteger2Double(this);
873 return Conversion.bigInteger2String(this, radix);
    [all...]
Conversion.java 21 * Static library that provides {@link BigInteger} base conversion from/to any
24 class Conversion {
27 private Conversion() {}
  /external/pdfium/third_party/lcms2-2.6/src/
cmswtpnt.c 192 cmsBool ComputeChromaticAdaptation(cmsMAT3* Conversion,
227 _cmsMAT3per(Conversion, &Chad_Inv, &Tmp);
273 // - First I build the absolute conversion matrix using
  /external/clang/lib/Sema/
SemaLambda.cpp 537 // - it is an implicit integral conversion applied to an
628 // lvalue-to-rvalue conversion (4.1 [conv.lval]),
629 // array-to-pointer conversion (4.2 [conv.array]), and
630 // function-to-pointer conversion (4.3 [conv.func]) are the
    [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...]
SemaPseudoObject.cpp 812 /// @property-specific behavior for doing lvalue-to-rvalue conversion.
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/v8/test/unittests/compiler/mips/
instruction-selector-mips-unittest.cc 59 struct Conversion {
215 // Conversion instructions.
218 const Conversion kConversionInstructions[] = {
219 // Conversion instructions are related to machine_operator.h:
245 const Conversion kFloat64RoundInstructions[] = {
259 const Conversion kFloat32RoundInstructions[] = {
684 typedef InstructionSelectorTestWithParam<Conversion>
689 const Conversion conv = GetParam();
705 typedef InstructionSelectorTestWithParam<Conversion>
710 const Conversion conv = GetParam()
    [all...]
  /frameworks/rs/api/
rs_convert.spec 18 summary: Conversion Functions
34 Converts a vector from one numerical type to another. The conversion are done entry per entry.
166 We currently don't provide a function to do the reverse conversion.
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 
  /external/v8/test/unittests/compiler/mips64/
instruction-selector-mips64-unittest.cc 59 struct Conversion {
227 // Conversion instructions.
230 const Conversion kConversionInstructions[] = {
231 // Conversion instructions are related to machine_operator.h:
263 const Conversion kFloat64RoundInstructions[] = {
277 const Conversion kFloat32RoundInstructions[] = {
834 typedef InstructionSelectorTestWithParam<Conversion>
838 const Conversion conv = GetParam();
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_adapters/
htmlparser2.js 5 //Conversion tables for DOM Level1 structure emulation
  /external/clang/lib/AST/
DeclCXX.cpp 559 // Keep the list of conversion functions up-to-date.
560 if (CXXConversionDecl *Conversion = dyn_cast<CXXConversionDecl>(D)) {
567 AccessSpecifier AS = Conversion->getAccessUnsafe();
569 if (Conversion->getPrimaryTemplate()) {
575 FunTmpl ? cast<NamedDecl>(FunTmpl) : cast<NamedDecl>(Conversion);
    [all...]
  /external/v8/src/js/
regexp.js 190 // Conversion is required by the ES2015 specification (RegExpBuiltinExec
236 // Conversion is required by the ES2015 specification (RegExpBuiltinExec
303 // Conversion is required by the ES2015 specification (RegExpBuiltinExec
    [all...]
  /external/valgrind/none/tests/s390x/
cu12.stdout.exp 1 ===== Conversion of a one-byte character =====
86 ===== Conversion of a two-byte character =====
131 ===== Conversion of a three-byte character =====
770 ===== Conversion of a four-byte character =====
    [all...]
cu12_1.stdout.exp 1 ===== Conversion of a one-byte character =====
86 ===== Conversion of a two-byte character =====
131 ===== Conversion of a three-byte character =====
770 ===== Conversion of a four-byte character =====
    [all...]

Completed in 1938 milliseconds

1 2 3