Searched refs:conversion (Results 1 – 25 of 405) sorted by relevance
12345678910>>...17
1 // RUN: %clang_cc1 -fsyntax-only -verify -Wobjc-literal-conversion %s24 …// 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 …]
21 // 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'.
17 … 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}}
26 …(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}}
1 // RUN: %clang_cc1 -fsyntax-only -verify -Wsign-conversion %s26 …[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…
27 …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…
22 … 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}}
22 … 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}}
20 …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…
19 …// 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 '__…
33 // expected-warning {{incompatible pointer to integer conversion returning}}37 return index; // expected-warning {{incompatible pointer to integer conversion returning}}
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
8 static double conversion = 0.0; in intervalInCycles() local10 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()
1534 MAX_ROOM_NEEDED (const arguments *ap, size_t arg_index, FCHAR_T conversion, in MAX_ROOM_NEEDED() argument1540 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 …]
64 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 */ member94 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 */ member122 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 */ member150 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
165 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)
6 ; conversion into a double-to-float conversion immediately followed by a7 ; float-to-half conversion. For now, fast-isel is expected to fail.
3 The uconv command is an iconv(1)-like conversion / transcoding11 <jonas.utterstrom@vittran.norrnod.se>, and offered simple conversion and13 moved to the main ICU distribution and converted to the C conversion
34 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 …]
25 + All valid implicit conversion pairs31 + Calling function with implicit conversion on parameter type42 Valid cases compile and run a program that perform the implicit conversion
3 …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…
11 …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…
3 ; DAGCombine to transform a conversion of an extract_vector_elt to an4 ; extract_vector_elt of a conversion, which saves a round trip of copies
29 "C4242" # 'function' : conversion from 'int' to 'uint8_t',31 "C4244" # 'function' : conversion from 'int' to 'uint8_t',33 "C4245" # 'initializing' : conversion from 'long' to35 "C4267" # conversion from 'size_t' to 'int', possible loss of data41 "C4365" # '=' : conversion from 'size_t' to 'int',
10 ; Single argument vector conversion.27 ; Two-argument vector conversion.49 ; x86_mmx packed vector conversion.