/external/clang/test/SemaObjCXX/ |
D | warn-objc-literal-conversion.mm | 1 // 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 …]
|
D | conversion-ranking.mm | 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'.
|
D | objcbridge-related-attribute.mm | 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}}
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-conv-01.ll | 5 ; 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/ |
D | sign-conversion.m | 1 // 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…
|
D | comptypes-7.m | 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…
|
D | objcbridge-related-attribute.m | 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}}
|
D | arc-objcbridge-related-attribute.m | 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}}
|
D | argument-checking.m | 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…
|
D | arc-type-conversion.m | 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 '__…
|
D | nullable-weak-property.m | 1 // 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/ |
D | timing.h | 8 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/ |
D | vasnprintf.c | 1534 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 …]
|
D | printf-parse.h | 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 */ 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/ |
D | README.windows | 64 …\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/ |
D | APIspecutil.py | 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)
|
/external/piex/ |
D | piex.gyp | 33 '-Wsign-conversion', 57 '-Wsign-conversion', 72 '-Wsign-conversion', 81 '-Wsign-conversion',
|
/external/autotest/client/deps/glbench/src/ |
D | yuv2rgb_4.glslf | 33 * 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;
|
D | yuv2rgb_3.glslf | 33 * 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;
|
D | yuv2rgb_2.glslf | 33 * 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/ |
D | fast-isel-double-half-convertion.ll | 6 ; 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/ |
D | README | 3 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/ |
D | command_registry.py | 57 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/ |
D | DiagnosticGroups.td | 36 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/ |
D | functional.shaders.implicit_conversions.txt | 25 + 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
|