HomeSort by relevance Sort by last modified time
    Searched full:conversion (Results 126 - 150 of 3269) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/FixIt/
dereference-addressof.c 14 ip(a); // expected-warning{{incompatible integer to pointer conversion passing 'int' to parameter of type 'int *'; take the address with &}}
15 i(aPtr); // expected-warning{{incompatible pointer to integer conversion passing 'int *' to parameter of type 'int'; dereference with *}}
16 ii(&a); // expected-warning{{incompatible pointer to integer conversion passing 'int *' to parameter of type 'int'; remove &}}
19 a = aPtr; // expected-warning{{incompatible pointer to integer conversion assigning to 'int' from 'int *'; dereference with *}}
  /external/clang/test/Sema/
extern-redecl.c 20 return PR10013_x; // expected-warning{{incompatible pointer to integer conversion}}
knr-def-call.c 1 // RUN: %clang_cc1 -Wconversion -Wliteral-conversion -fsyntax-only -verify %s
39 proto(42.1); // expected-warning{{implicit conversion turns literal floating-point number into integer}}
40 (&proto)(42.1); // expected-warning{{implicit conversion turns literal floating-point number into integer}}
  /external/clang/test/SemaObjC/
method-lookup-5.m 10 // expected-warning {{ncompatible pointer to integer conversion initializing 'int' with an expression of type 'id'}}
argument-checking.m 20 charStarFunc(1); // expected-warning {{incompatible integer to pointer conversion passing 'int' to parameter of type 'char *'}}
21 charFunc("abc"); // expected-warning {{incompatible pointer to integer conversion passing 'char [4]' to parameter of type 'char'}}
23 [obj charStarMeth:1]; // expected-warning {{incompatible integer to pointer conversion sending 'int'}}
  /external/icu4c/test/cintltst/
ccapitst.h 17 /* C API TEST FOR CODESET CONVERSION COMPONENT */
cintltst.vcxproj.filters 16 <Filter Include="conversion">
133 <Filter>conversion</Filter>
136 <Filter>conversion</Filter>
139 <Filter>conversion</Filter>
142 <Filter>conversion</Filter>
145 <Filter>conversion</Filter>
148 <Filter>conversion</Filter>
151 <Filter>conversion</Filter>
154 <Filter>conversion</Filter>
157 <Filter>conversion</Filter>
    [all...]
  /external/libyuv/
README.google 7 libyuv is an open-source library for yuv conversion and scaling.
  /external/llvm/test/CodeGen/ARM/
2010-09-29-mc-asm-header-test.ll 2 ; This tests that MC/asm header conversion is smooth
  /external/oprofile/opjitconv/
Makefile.am 16 conversion.c \
  /libcore/luni/src/main/java/java/util/
IllegalFormatConversionException.java 39 * of the mismatched conversion and corresponding parameter.
42 * the class of the mismatched conversion.
64 * Returns the incompatible conversion.
66 * @return the incompatible conversion.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
iconv.h 29 /* Identifier for conversion method from one codeset to another. */
33 /* Allocate descriptor for code conversion from codeset FROMCODE to
41 code conversion algorithm specified by CD and place up to
48 /* Free resources allocated for descriptor CD for code conversion.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
iconv.h 29 /* Identifier for conversion method from one codeset to another. */
33 /* Allocate descriptor for code conversion from codeset FROMCODE to
41 code conversion algorithm specified by CD and place up to
48 /* Free resources allocated for descriptor CD for code conversion.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
iconv.h 29 /* Identifier for conversion method from one codeset to another. */
33 /* Allocate descriptor for code conversion from codeset FROMCODE to
41 code conversion algorithm specified by CD and place up to
48 /* Free resources allocated for descriptor CD for code conversion.
  /external/clang/test/SemaCXX/
cast-conversion.cpp 17 B(10); // expected-error {{no matching conversion for functional-style cast from 'int' to 'B'}}
18 (B)10; // expected-error {{no matching conversion for C-style cast from 'int' to 'B'}}
19 static_cast<B>(10); // expected-error {{no matching conversion for static_cast from 'int' to 'B'}} \\
user-defined-conversions.cpp 33 // Test reference binding via an lvalue conversion function.
39 // Test conversion followed by copy-construction
72 X1(X1&); // expected-note{{candidate constructor not viable: no known conversion from 'X1' to 'X1 &' for 1st argument}}
  /external/clang/test/SemaTemplate/
fun-template-def.cpp 42 dummy d1 = sizeof(t1); // expected-error {{no viable conversion}}
43 dummy d2 = offsetof(T, foo); // expected-error {{no viable conversion}}
44 dummy d3 = __alignof(u1); // expected-error {{no viable conversion}}
  /external/mesa3d/src/glsl/
TODO 14 - Implement AST-to-HIR conversion of bit-shift operators.
16 - Implement AST-to-HIR conversion of bit-wise {&,|,^,!} operators.
18 - Implement AST-to-HIR conversion of switch-statements
  /external/clang/include/clang/Sema/
SemaFixItUtils.h 30 /// The class facilities generation and storage of conversion FixIts. Hints for
32 /// conversion checker can be reset.
45 /// of the Hints vector since we allow multiple FixIts per conversion.
49 /// to the kid of the very first conversion.
59 /// an implicit conversion exists. Returns true if comparison exists.
70 /// Resets the default conversion checker method.
75 /// If possible, generates and stores a fix for the given conversion.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dlm.h 52 * Used to cancel a pending lock request or conversion. A converting lock is
57 * Indicates a lock conversion request. For conversions the name and namelen
63 * lock status block. When this flag is set in a lock conversion from PW or EX
70 * Force a conversion request to be queued, even if it is compatible with
79 * Allows the dlm to resolve conversion deadlocks internally by demoting the
81 * returned for a conversion that's been effected by this.
90 * Do not cancel the lock if it gets into conversion deadlock.
171 * conversion request, this structure is used to specify the lock ID of the
175 * sb_lkid: the returned lock ID. It is set on new (non-conversion) requests.
182 * it was first demoted to NL to avoid conversion deadlock
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dlm.h 52 * Used to cancel a pending lock request or conversion. A converting lock is
57 * Indicates a lock conversion request. For conversions the name and namelen
63 * lock status block. When this flag is set in a lock conversion from PW or EX
70 * Force a conversion request to be queued, even if it is compatible with
79 * Allows the dlm to resolve conversion deadlocks internally by demoting the
81 * returned for a conversion that's been effected by this.
90 * Do not cancel the lock if it gets into conversion deadlock.
171 * conversion request, this structure is used to specify the lock ID of the
175 * sb_lkid: the returned lock ID. It is set on new (non-conversion) requests.
182 * it was first demoted to NL to avoid conversion deadlock
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dlm.h 52 * Used to cancel a pending lock request or conversion. A converting lock is
57 * Indicates a lock conversion request. For conversions the name and namelen
63 * lock status block. When this flag is set in a lock conversion from PW or EX
70 * Force a conversion request to be queued, even if it is compatible with
79 * Allows the dlm to resolve conversion deadlocks internally by demoting the
81 * returned for a conversion that's been effected by this.
90 * Do not cancel the lock if it gets into conversion deadlock.
171 * conversion request, this structure is used to specify the lock ID of the
175 * sb_lkid: the returned lock ID. It is set on new (non-conversion) requests.
182 * it was first demoted to NL to avoid conversion deadlock
    [all...]
  /external/stlport/src/
warning_disable.h 43 # pragma warning( disable : 4245 ) /* conversion from 'enum ' to 'unsigned int', signed/unsigned mismatch */
44 # pragma warning( disable : 4244 ) /* implicit conversion: possible loss of data */
49 # pragma warning( disable : 69 ) /* integer conversion resulted in truncation */
54 # pragma warning( disable : 810 ) /* conversion from "int" to "char" may lose significant bits */
59 # pragma warning( disable : 1682 ) /* implicit conversion of a 64-bit integral type to a smaller integral type */
60 # pragma warning( disable : 1683 ) /* explicit conversion of a 64-bit integral type to a smaller integral type */
  /ndk/sources/cxx-stl/stlport/src/
warning_disable.h 43 # pragma warning( disable : 4245 ) /* conversion from 'enum ' to 'unsigned int', signed/unsigned mismatch */
44 # pragma warning( disable : 4244 ) /* implicit conversion: possible loss of data */
49 # pragma warning( disable : 69 ) /* integer conversion resulted in truncation */
54 # pragma warning( disable : 810 ) /* conversion from "int" to "char" may lose significant bits */
59 # pragma warning( disable : 1682 ) /* implicit conversion of a 64-bit integral type to a smaller integral type */
60 # pragma warning( disable : 1683 ) /* explicit conversion of a 64-bit integral type to a smaller integral type */
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3-0x.cpp 26 template<typename T> X<T> f1(const T&&); // expected-note{{candidate function [with T = int] not viable: no known conversion from 'int' to 'const int &&' for 1st argument}} \
27 // expected-note{{candidate function [with T = Y] not viable: no known conversion from 'Y' to 'const Y &&' for 1st argument}}
40 template <class T> int g(const T&&); // expected-note{{candidate function [with T = int] not viable: no known conversion from 'int' to 'const int &&' for 1st argument}}

Completed in 619 milliseconds

1 2 3 4 56 7 8 91011>>