Home
last modified time | relevance | path

Searched refs:conversion (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/external/clang/test/SemaObjCXX/
Dwarn-objc-literal-conversion.mm1 // RUN: %clang_cc1 -fsyntax-only -verify -Wobjc-literal-conversion %s
24 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
29 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
31 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
33 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
35 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
40 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
42 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
44 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
46 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
[all …]
Dconversion-ranking.mm21 // conversion of C* to B* is better than conversion of C* to A*.
29 // conversion of B* to A* is better than conversion of C* to A*
46 // A conversion to an a non-id object pointer type is better than a
47 // conversion to 'id'.
55 // A conversion to an a non-Class object pointer type is better than a
56 // conversion to 'Class'.
83 // A conversion to an a non-id object pointer type is better than a
84 // conversion to qualified 'id'.
Dobjcbridge-related-attribute.mm17 … must be explicitly converted to 'NSColor *'; use '+colorWithCGColor:' method for this conversion}}
18 …must be explicitly converted to 'NSColor *'; use '+colorWithCGColor:' method for this conversion}}
19 …must be explicitly converted to 'NSColor *'; use '+colorWithCGColor:' method for this conversion}}
23 …explicitly converted to 'CGColorRef' (aka 'CGColor *'); use '-CGColor' method for this conversion}}
24 …xplicitly converted to 'CGColorRef' (aka 'CGColor *'); use '-CGColor' method for this conversion}}
25 …explicitly converted to 'CGColorRef' (aka 'CGColor *'); use '-CGColor' method for this conversion}}
Dcontextual-convert-to-id.mm26 …(void)(A*)b; // expected-error{{cannot convert 'RetainPtr<B>' to 'A *' without a conversion operat…
30 …<A*>(b); // expected-error{{cannot convert 'RetainPtr<B>' to 'A *' without a conversion operator}}
/external/clang/test/SemaObjC/
Dsign-conversion.m1 // RUN: %clang_cc1 -fsyntax-only -verify -Wsign-conversion %s
26 …[x setUint:sint]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInte…
27 …x.uint = sint; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'…
35 (void)((NSObject*)array[si]).hash; // expected-warning {{implicit conversion changes signedness: 'i…
37 (void)[((NSObject*)array[si]) hash]; // expected-warning {{implicit conversion changes signedness: …
38 (void)array[si]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger…
Dcomptypes-7.m27 …obj = i; // expected-warning {{incompatible integer to pointer conversion assigning to 'id' from '…
30 …obj_p = i; // expected-warning {{incompatible integer to pointer conversion assigning to 'id<MyPro…
33 …obj_c = i; // expected-warning {{incompatible integer to pointer conversion assigning to 'MyClass …
36 …obj_C = i; // expected-warning {{incompatible integer to pointer conversion assigning to 'Class' f…
39 …i = obj; // expected-warning {{incompatible pointer to integer conversion assigning to 'int' fro…
40 …i = obj_p; // expected-warning {{incompatible pointer to integer conversion assigning to 'int' fro…
41 …i = obj_c; // expected-warning {{incompatible pointer to integer conversion assigning to 'int' fro…
42 …i = obj_C; // expected-warning {{incompatible pointer to integer conversion assigning to 'int' fro…
Dobjcbridge-related-attribute.m22 … must be explicitly converted to 'NSColor *'; use '+colorWithCGColor:' method for this conversion}}
23 … must be explicitly converted to 'NSColor *'; use '+colorWithCGColor:' method for this conversion}}
24 … must be explicitly converted to 'NSColor *'; use '+colorWithCGColor:' method for this conversion}}
34 …tly converted to 'CGColorRef' (aka 'struct CGColor *'); use '-CGColor' method for this conversion}}
35 …tly converted to 'CGColorRef' (aka 'struct CGColor *'); use '-CGColor' method for this conversion}}
Darc-objcbridge-related-attribute.m22 … must be explicitly converted to 'NSColor *'; use '+colorWithCGColor:' method for this conversion}}
23 … explicitly converted to 'NSColor *__strong'; use '+colorWithCGColor:' method for this conversion}}
24 … must be explicitly converted to 'NSColor *'; use '+colorWithCGColor:' method for this conversion}}
34 …tly converted to 'CGColorRef' (aka 'struct CGColor *'); use '-CGColor' method for this conversion}}
35 …tly converted to 'CGColorRef' (aka 'struct CGColor *'); use '-CGColor' method for this conversion}}
Dargument-checking.m20 …charStarFunc(1); // expected-warning {{incompatible integer to pointer conversion passing 'int' to…
21 …charFunc("abc"); // expected-warning {{incompatible pointer to integer conversion passing 'char [4…
23 …[obj charStarMeth:1]; // expected-warning {{incompatible integer to pointer conversion sending 'in…
Darc-type-conversion.m19 …// expected-error {{implicit conversion of C pointer type 'void *' to Objective-C pointer type 'id…
25 …return arg; // expected-error {{implicit conversion of Objective-C pointer type 'id' to C pointer …
58 …sip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__…
59 …wip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__…
60 …aip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__…
61 …uip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__…
Divar-lookup-resolution-builtin.m33 // expected-warning {{incompatible pointer to integer conversion returning}}
37 return index; // expected-warning {{incompatible pointer to integer conversion returning}}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/compiler-rt/test/builtins/timing/
Dtiming.h8 static double conversion = 0.0; in intervalInCycles() local
10 if( 0.0 == conversion ) in intervalInCycles()
23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom); in intervalInCycles()
26 return (double) rawTime * conversion; in intervalInCycles()
/external/bison/lib/
Dvasnprintf.c1534 MAX_ROOM_NEEDED (const arguments *ap, size_t arg_index, FCHAR_T conversion, in MAX_ROOM_NEEDED() argument
1540 switch (conversion) in MAX_ROOM_NEEDED()
1897 if (dp->conversion == '%') in VASNPRINTF()
1913 if (dp->conversion == 'n') in VASNPRINTF()
1940 else if (dp->conversion == 'U') in VASNPRINTF()
2403 else if (dp->conversion == 's' in VASNPRINTF()
2927 else if ((dp->conversion == 'a' || dp->conversion == 'A') in VASNPRINTF()
3061 if (dp->conversion == 'A') in VASNPRINTF()
3092 if (dp->conversion == 'A') in VASNPRINTF()
3142 *p++ = dp->conversion - 'A' + 'X'; in VASNPRINTF()
[all …]
Dprintf-parse.h64 char conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member
94 uint8_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member
122 uint16_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member
150 uint32_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member
/external/mesa3d/src/mesa/main/
DAPIspecutil.py165 conversion = "some"
167 conversion = "none"
169 conversion = "all"
171 return (dst_param.base_type(), conversion)
209 dst_type, conversion = _Conversion(func, param)
212 return (param.name, param.type, vec_size, dst_type, valid_values, conversion)
/external/llvm/test/CodeGen/X86/
Dfast-isel-double-half-convertion.ll6 ; conversion into a double-to-float conversion immediately followed by a
7 ; float-to-half conversion. For now, fast-isel is expected to fail.
/external/icu/icu4c/source/extra/uconv/
DREADME3 The uconv command is an iconv(1)-like conversion / transcoding
11 <jonas.utterstrom@vittran.norrnod.se>, and offered simple conversion and
13 moved to the main ICU distribution and converted to the C conversion
/external/clang/include/clang/Basic/
DDiagnosticGroups.td34 def BitFieldConstantConversion : DiagGroup<"bitfield-constant-conversion">;
36 DiagGroup<"constant-conversion", [ BitFieldConstantConversion ] >;
37 def LiteralConversion : DiagGroup<"literal-conversion">;
38 def StringConversion : DiagGroup<"string-conversion">;
39 def SignConversion : DiagGroup<"sign-conversion">;
40 def PointerBoolConversion : DiagGroup<"pointer-bool-conversion">;
41 def UndefinedBoolConversion : DiagGroup<"undefined-bool-conversion">;
42 def BoolConversion : DiagGroup<"bool-conversion", [PointerBoolConversion,
44 def IntConversion : DiagGroup<"int-conversion">;
45 def EnumConversion : DiagGroup<"enum-conversion">;
[all …]
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.implicit_conversions.txt25 + All valid implicit conversion pairs
31 + Calling function with implicit conversion on parameter type
42 Valid cases compile and run a program that perform the implicit conversion
/external/clang/test/SemaOpenCL/
Devent_t_overload.cl3 …al char *); // expected-note {{candidate function not viable: no known conversion from '__global i…
4 …l float *); // expected-note {{candidate function not viable: no known conversion from '__global i…
Dvector_conv_invalid.cl11 …int4 e = (int4)u; // expected-error{{invalid conversion between ext-vector type 'int4' (vector of …
13 …uint3 u4 = (uint3)u; // expected-error{{invalid conversion between ext-vector type 'uint3' (vector…
/external/llvm/test/CodeGen/AArch64/
Darm64-fixed-point-scalar-cvt-dagcombine.ll3 ; DAGCombine to transform a conversion of an extract_vector_elt to an
4 ; extract_vector_elt of a conversion, which saves a round trip of copies
/external/boringssl/src/
DCMakeLists.txt29 "C4242" # 'function' : conversion from 'int' to 'uint8_t',
31 "C4244" # 'function' : conversion from 'int' to 'uint8_t',
33 "C4245" # 'initializing' : conversion from 'long' to
35 "C4267" # conversion from 'size_t' to 'int', possible loss of data
41 "C4365" # '=' : conversion from 'size_t' to 'int',
/external/llvm/test/Instrumentation/MemorySanitizer/
Dvector_cvt.ll10 ; Single argument vector conversion.
27 ; Two-argument vector conversion.
49 ; x86_mmx packed vector conversion.

12345678910>>...17