Searched refs:casting (Results 1 – 25 of 48) sorted by relevance
12
/external/clang/test/SemaOpenCL/ |
D | address-spaces.cl | 17 …g = (global int*) l; // expected-error {{casting '__local int *' to type '__global int *' chang… 18 …g = (global int*) c; // expected-error {{casting '__constant int *' to type '__global int *' ch… 19 …g = (global int*) cc; // expected-error {{casting 'const __constant int *' to type '__global int… 20 …g = (global int*) p; // expected-error {{casting 'int *' to type '__global int *' changes addre… 22 …l = (local int*) g; // expected-error {{casting '__global int *' to type '__local int *' chang… 23 …l = (local int*) c; // expected-error {{casting '__constant int *' to type '__local int *' cha… 24 …l = (local int*) cc; // expected-error {{casting 'const __constant int *' to type '__local int … 25 …l = (local int*) p; // expected-error {{casting 'int *' to type '__local int *' changes addres… 27 …c = (constant int*) g; // expected-error {{casting '__global int *' to type '__constant int *' ch… 28 …c = (constant int*) l; // expected-error {{casting '__local int *' to type '__constant int *' cha… [all …]
|
D | address-spaces-conversions-cl2.0.cl | 83 // expected-error@-2{{casting '__global int *' to type '__constant int *' changes address space of … 88 // expected-error-re@-2{{casting '__local int *' to type '__{{global|constant}} int *' changes addr… 93 // expected-error-re@-2{{casting '__constant int *' to type '__{{global|generic}} int *' changes ad… 98 // expected-error-re@-2{{casting 'int *' to type '__{{global|constant}} int *' changes address spac… 103 // expected-error@-2{{casting '__generic int *' to type '__constant int *' changes address space of… 134 // expected-error@-2{{casting '__global int *' to type '__constant int *' changes address space of … 139 // expected-error-re@-2{{casting '__local int *' to type '__{{global|constant}} int *' changes addr… 144 // expected-error-re@-2{{casting '__constant int *' to type '__{{global|generic}} int *' changes ad… 149 // expected-error-re@-2{{casting 'int *' to type '__{{global|constant}} int *' changes address spac… 154 // expected-error@-2{{casting '__generic int *' to type '__constant int *' changes address space of…
|
D | half.cl | 14 b = (half) c; // expected-error{{casting to type 'half' is not allowed}}
|
/external/llvm/docs/HistoricalNotes/ |
D | 2002-06-25-MegaPatchInfo.txt | 2 * Change the casting code to be const correct. Now, doing this is invalid: 8 * Change the casting code to allow casting a reference value thus:
|
/external/clang/test/SemaObjC/ |
D | deprecated-objc-introspection.m | 39 …receiver type 'struct objc_class *' is not 'id' or interface pointer, consider casting it to 'id'}} 41 …receiver type 'struct objc_class *' is not 'id' or interface pointer, consider casting it to 'id'}}
|
D | related-result-type-inference.m | 178 return (id)self; // expected-warning {{casting 'Fail *' to incompatible type 'id<X>'}} 200 …return filterVC; // expected-warning {{incompatible pointer types casting 'UIViewController *' to …
|
D | message.m | 98 …eceiver type 'struct objc_object *' is not 'id' or interface pointer, consider casting it to 'id'}}
|
D | arc-bridged-cast.m | 23 …(__bridge int*)CFCreateSomething(); // expected-error{{incompatible types casting 'CFTypeRef' (aka…
|
D | arc.m | 453 // Check casting w/ ownership qualifiers. 456 …(void)(__weak id *)sip; // expected-error{{casting '__strong id *' to type '__weak id *' changes r… 457 …(void)(__weak const id *)sip; // expected-error{{casting '__strong id *' to type '__weak id const … 458 …(void)(__autoreleasing id *)sip; // expected-error{{casting '__strong id *' to type '__autoreleasi…
|
/external/clang/test/SemaObjCXX/ |
D | arc-bridged-cast.mm | 21 …(__bridge IntPtrType)CFCreateSomething(); // expected-error{{incompatible types casting 'CFTypeRef…
|
/external/eigen/test/ |
D | basicstuff.cpp | 170 void casting() in casting() function 213 CALL_SUBTEST_2(casting()); in test_basicstuff()
|
/external/llvm/test/CodeGen/Generic/ |
D | 2003-05-30-BadFoldGEP.ll | 8 ;; causing an assertion about a dynamic casting error.
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | check_lint.sh | 20 …TER=-build/include,-build/header_guard,-legal/copyright,-whitespace/comments,-readability/casting,\
|
/external/clang/test/ARCMT/ |
D | objcmt-boxing.m.result | 85 …Double:cppb]; // expected-warning {{converting to boxing syntax requires casting 'bool' to 'double…
|
D | objcmt-boxing.m | 85 …Double:cppb]; // expected-warning {{converting to boxing syntax requires casting 'bool' to 'double…
|
/external/llvm/test/Transforms/InstCombine/ |
D | fpcast.ll | 1 ; Test some floating point casting cases
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | ada-loops.ll | 6 ; count without casting.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | RecognizerSharedState.as | 55 // LEXER FIELDS (must be in same state object to avoid casting
|
/external/mesa3d/docs/ |
D | RELNOTES-3.5 | 111 Implements a shadow casting algorithm based on depth map textures
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 123 "double precision constant requires cl_khr_fp64, casting to single precision">; 528 def err_opencl_cast_to_half : Error<"casting to type %0 is not allowed">; 4597 "incompatible types casting %0 to %1 with a %select{__bridge|" 5274 "casting it to 'id'">,InGroup<ObjCReceiver>; 5776 "|%diff{casting $ to incompatible type $|" 5777 "casting type to incompatible type}0,1}2" 5811 "|%diff{casting $ to incompatible type $|" 5812 "casting type to incompatible type}0,1}2">; 5825 "|%diff{casting $ to type $|casting between types}0,1}2" 5843 "|%diff{casting $ to type $|casting between types}0,1}2" [all …]
|
/external/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 259 // casting CartesianProductGeneratorN<T> to ParamGenerator<U> if T is
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 259 // casting CartesianProductGeneratorN<T> to ParamGenerator<U> if T is
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 259 // casting CartesianProductGeneratorN<T> to ParamGenerator<U> if T is
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 259 // casting CartesianProductGeneratorN<T> to ParamGenerator<U> if T is
|
/external/eigen/doc/ |
D | TutorialGeometry.dox | 28 …cit conversion constructor from AngleAxis, but we really don't want to allow implicit casting here.
|
12