Home
last modified time | relevance | path

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

12345678910>>...23

/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}}
/external/llvm/test/CodeGen/SystemZ/
Dvec-conv-01.ll5 ; Test conversion of f64s to signed i64s.
14 ; Test conversion of f64s to unsigned i64s.
23 ; Test conversion of signed i64s to f64s.
32 ; Test conversion of unsigned i64s to f64s.
41 ; Test conversion of f64s to signed i32s, which must compile.
48 ; Test conversion of f64s to unsigned i32s, which must compile.
55 ; Test conversion of signed i32s to f64s, which must compile.
62 ; Test conversion of unsigned i32s to f64s, which must compile.
69 ; Test conversion of f32s to signed i64s, which must compile.
76 ; Test conversion of f32s to unsigned i64s, which must compile.
[all …]
/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 '__…
Dnullable-weak-property.m1 // RUN: %clang_cc1 -fobjc-arc -fobjc-runtime-has-weak -Wnullable-to-nonnull-conversion %s -verify
24 …foo (self.property2); // expected-warning {{implicit conversion from nullable pointer 'NSFoo * _Nu…
/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/netperf/
DREADME.windows64 …\netperf-2.4.1rc1\src\nettest_bsd.c(846) : warning C4267: 'function' : conversion from 'size_t' to…
66 …netperf-2.4.1rc1\src\nettest_bsd.c(1303) : warning C4267: 'function' : conversion from 'size_t' to…
68 …netperf-2.4.1rc1\src\nettest_bsd.c(2020) : warning C4267: 'function' : conversion from 'size_t' to…
70 …netperf-2.4.1rc1\src\nettest_bsd.c(5080) : warning C4267: 'function' : conversion from 'size_t' to…
72 …netperf-2.4.1rc1\src\nettest_bsd.c(5715) : warning C4267: 'function' : conversion from 'size_t' to…
74 …netperf-2.4.1rc1\src\nettest_bsd.c(6591) : warning C4267: 'function' : conversion from 'size_t' to…
76 …netperf-2.4.1rc1\src\nettest_bsd.c(8013) : warning C4267: 'function' : conversion from 'size_t' to…
78 …etperf-2.4.1rc1\src\nettest_bsd.c(11123) : warning C4267: 'function' : conversion from 'size_t' to…
84 …rf\netperf-2.4.1rc1\src\netserver.c(457) : warning C4267: 'function' : conversion from 'size_t' to…
88 …perf\netperf-2.4.1rc1\src\netlib.c(2470) : warning C4267: 'function' : conversion from 'size_t' to…
[all …]
/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/piex/
Dpiex.gyp33 '-Wsign-conversion',
57 '-Wsign-conversion',
72 '-Wsign-conversion',
81 '-Wsign-conversion',
/external/autotest/client/deps/glbench/src/
Dyuv2rgb_4.glslf33 * This is a semiplanar YUV to RGB conversion shader that uses separate
41 uniform mat4 conversion;
51 * This does the colorspace conversion from Y'UV to RGB as a matrix
58 mat4 conversion = mat4( 1.0, 1.0, 1.0, 0.0,
64 gl_FragColor = conversion * channels;
Dyuv2rgb_3.glslf33 * This is a planar YUV to RGB conversion shader that uses separate samplers to
42 uniform mat4 conversion;
53 * This does the colorspace conversion from Y'UV to RGB as a matrix
61 mat4 conversion = mat4(
68 gl_FragColor = conversion * channels;
Dyuv2rgb_2.glslf33 * This is an optimized version of the YUV to RGB conversion shader. This
47 uniform mat4 conversion;
62 * This does the colorspace conversion from Y'UV to RGB as a matrix
68 mat4 conversion = mat4( 1.0, 1.0, 1.0, 0.0,
74 gl_FragColor = conversion * channels;
/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/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dcommand_registry.py57 conversion = messages.StringField(8) variable in FlagInfo
72 conversion = messages.StringField(3) variable in ArgInfo
142 conversion=self.__GetConversion(extended_field, request_type),
274 flag_info.conversion = self.__GetConversion(
327 if flag_info.conversion:
328 rhs = flag_info.conversion % rhs
544 if arg.conversion:
545 rhs = arg.conversion % arg.name
552 if flag_info.conversion:
553 rhs = flag_info.conversion % rhs
/external/clang/include/clang/Basic/
DDiagnosticGroups.td36 def BitFieldConstantConversion : DiagGroup<"bitfield-constant-conversion">;
39 DiagGroup<"constant-conversion", [ BitFieldConstantConversion ] >;
40 def LiteralConversion : DiagGroup<"literal-conversion">;
41 def StringConversion : DiagGroup<"string-conversion">;
42 def SignConversion : DiagGroup<"sign-conversion">;
43 def PointerBoolConversion : DiagGroup<"pointer-bool-conversion">;
44 def UndefinedBoolConversion : DiagGroup<"undefined-bool-conversion">;
45 def BoolConversion : DiagGroup<"bool-conversion", [PointerBoolConversion,
47 def IntConversion : DiagGroup<"int-conversion">;
48 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

12345678910>>...23