HomeSort by relevance Sort by last modified time
    Searched full:conversion (Results 1 - 25 of 5849) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
warn-float-conversion.cpp 1 // RUN: %clang_cc1 -verify -fsyntax-only %s -Wfloat-conversion
4 return f; //expected-warning{{conversion}}
8 return f; //expected-warning{{conversion}}
12 return f; //expected-warning{{conversion}}
16 return f; //expected-warning{{conversion}}
25 b = f; //expected-warning{{conversion}}
26 b = d; //expected-warning{{conversion}}
27 b = ld; //expected-warning{{conversion}}
28 c = f; //expected-warning{{conversion}}
29 c = d; //expected-warning{{conversion}}
    [all...]
conversion-delete-expr.cpp 5 operator char *(); // expected-note {{conversion to pointer type}}
9 operator int *(); // expected-note {{conversion to pointer type}}
14 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D' to a pointer}}
33 operator const int *(); // expected-note {{conversion to pointer type}}
37 operator int *(); // expected-note {{conversion to pointer type}}
42 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D2' to a pointer}}
47 operator const int *(); // expected-note {{conversion to pointer type}}
51 operator const int *(); // expected-note {{conversion to pointer type}}
59 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D3' to a pointer}}
77 void f5(X1 x) { delete x; } // OK. In selecting a conversion to pointer function, template convesions are skipped
    [all...]
warn-string-conversion.cpp 1 // RUN: %clang_cc1 -fsyntax-only -Wstring-conversion -verify %s
7 bool b0 = "hi"; // expected-warning{{implicit conversion turns string literal into bool: 'const char [3]' to 'bool'}}
8 b0 = ""; // expected-warning{{implicit conversion turns string literal into bool: 'const char [1]' to 'bool'}}
9 b0 = 0 || ""; // expected-warning{{implicit conversion turns string literal into bool: 'const char [1]' to 'bool'}}
10 b0 = "" || 0; // expected-warning{{implicit conversion turns string literal into bool: 'const char [1]' to 'bool'}}
13 assert("error"); // expected-warning{{implicit conversion turns string literal into bool: 'const char [6]' to 'bool'}}
14 assert(0 || "error"); // expected-warning{{implicit conversion turns string literal into bool: 'const char [6]' to 'bool'}}
15 assert("error" || 0); // expected-warning{{implicit conversion turns string literal into bool: 'const char [6]' to 'bool'}}
19 while("hi") {} // expected-warning{{implicit conversion turns string literal into bool: 'const char [3]' to 'bool'}}
20 do {} while("hi"); // expected-warning{{implicit conversion turns string literal into bool: 'const char [3]' to 'bool'}
    [all...]
warn-literal-conversion.cpp 1 // RUN: %clang_cc1 -fsyntax-only -Wliteral-conversion -verify %s
8 int y0 = 1.2222F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}}
9 int y1 = (1.2222F); // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}}
10 int y2 = (((1.2222F))); // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}}
11 int y3 = 12E-1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2 to 1}}
12 int y4 = 1.23E1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 12.3 to 12}}
14 int y5 = 1.2222; // expected-warning {{implicit conversion from 'double' to 'int' changes value from 1.2222 to 1}}
15 int y6 = 12E-1; // expected-warning {{implicit conversion from 'double' to 'int' changes value from 1.2 to 1}}
16 int y7 = 1.23E1; // expected-warning {{implicit conversion from 'double' to 'int' changes value from 12.3 to 12}}
17 int y8 = (1.23E1); // expected-warning {{implicit conversion from 'double' to 'int' changes value from 12.3 to 12}
    [all...]
  /dalvik/dx/tests/040-dex-constructor/
info.txt 1 This is a smoke test of dex conversion, which ensures that the
2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/076-dex-synch-and-stack/
info.txt 1 This is a smoke test of dex conversion, which checks to make sure that
2 the synchronized method conversion doesn't interact poorly with stack
7 aspects of conversion end up altering the output in innocuous ways.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntnls.h 16 USHORT DefaultChar; /* Default MultiByte Character for the CP->Unicode conversion */
17 USHORT UniDefaultChar; /* Default Unicode Character for the CP->Unicode conversion */
18 USHORT TransDefaultChar; /* Default MultiByte Character for the Unicode->CP conversion */
19 USHORT TransUniDefaultChar; /* Default Unicode Character for the Unicode->CP conversion */
22 PUSHORT MultiByteTable; /* Table for CP->Unicode conversion */
23 PVOID WideCharTable; /* Table for Unicode->CP conversion */
  /art/test/085-old-style-inner-class/
info.txt 1 Test that the conversion of an old-style (pre-1.5) inner class results
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
README 1 http://code.google.com/p/double-conversion
3 This project (double-conversion) provides binary-decimal and decimal-binary
6 The library consists of efficient conversion routines that have been extracted
10 There is extensive documentation in src/double-conversion.h. Other examples can
  /external/compiler-rt/test/builtins/timing/
timing.h 8 static double conversion = 0.0; local
10 if( 0.0 == conversion )
23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
26 return (double) rawTime * conversion;
  /frameworks/base/core/java/android/util/
package.html 4 and decoders, string and number conversion methods, and XML utilities.
  /dalvik/dx/tests/035-dex-instance-var/
info.txt 1 This is a smoke test of dex conversion, which ensures that the
2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/036-dex-static-var/
info.txt 1 This is a smoke test of dex conversion, which ensures that the
2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/037-dex-static-final-var/
info.txt 1 This is a smoke test of dex conversion, which ensures that the
2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/038-dex-instance-method/
info.txt 1 This is a smoke test of dex conversion, which ensures that the
2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/039-dex-static-method/
info.txt 1 This is a smoke test of dex conversion, which ensures that the
2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/041-dex-abstract-method/
info.txt 1 This is a smoke test of dex conversion, which ensures that the
2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/042-dex-ignore-result/
info.txt 1 This is a smoke test of dex conversion, which ensures that the
2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/043-dex-two-classes/
info.txt 1 This is a smoke test of dex conversion, which ensures that the
2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/044-dex-math-ops/
info.txt 1 This is a smoke test of dex conversion, which checks to see that
6 aspects of conversion end up altering the output in innocuous ways.
  /dalvik/dx/tests/045-dex-switch-ops/
info.txt 1 This is a smoke test of dex conversion, which checks to see that
6 aspects of conversion end up altering the output in innocuous ways.
  /dalvik/dx/tests/046-dex-exceptions/
info.txt 1 This is a smoke test of dex conversion, which checks to see that
6 aspects of conversion end up altering the output in innocuous ways.
  /dalvik/dx/tests/047-dex-wide-args/
info.txt 1 This is a smoke test of dex conversion, which checks to see that
6 aspects of conversion end up altering the output in innocuous ways.
  /dalvik/dx/tests/048-dex-new-array/
info.txt 1 This is a smoke test of dex conversion, which checks to see that
6 aspects of conversion end up altering the output in innocuous ways.
  /dalvik/dx/tests/049-dex-instanceof/
info.txt 1 This is a smoke test of dex conversion, which checks to see that
6 aspects of conversion end up altering the output in innocuous ways.

Completed in 1493 milliseconds

1 2 3 4 5 6 7 8 91011>>