Home
last modified time | relevance | path

Searched refs:casting (Results 1 – 25 of 118) sorted by relevance

12345

/external/clang/test/SemaOpenCL/
Daddress-spaces.cl17 …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 …]
Daddress-spaces-conversions-cl2.0.cl83 // 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…
Dextensions.cl25 // expected-warning@-2{{double precision constant requires cl_khr_fp64, casting to single precision…
Dhalf.cl15 b = (half) c; // expected-error{{casting to type 'half' is not allowed}}
/external/vixl/
DCPPLINT.cfg12 filter=+readability/casting
21 filter=+runtime/casting
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MatrixLogarithm.pbtxt26 real, then casting to a complex matrix, taking the logarithm and casting back
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2002-06-25-MegaPatchInfo.txt2 * 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/llvm/docs/HistoricalNotes/
D2002-06-25-MegaPatchInfo.txt2 * 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/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2002-06-25-MegaPatchInfo.txt2 * 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/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dfpcast.ll1 ; Test some floating point casting cases
/external/pdfium/third_party/libopenjpeg20/
D0011-j2k_update_image_data.patch10 + /* Prevent bad casting to unsigned values in the subsequent lines. */
DREADME.pdfium18 0011-j2k_update_image_data.patch: Prevent bad signed -> unsigned casting.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/
Devaluate-call.ll4 ; We evaluate call to function @_ZL3fooP3Foo casting both parameter and return value
7 ; We evaluate call to function _ZL3bazP3Foo casting its parameter and check that evaluated value (n…
/external/clang/test/SemaObjC/
Ddeprecated-objc-introspection.m39 …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'}}
Drelated-result-type-inference.m178 return (id)self; // expected-warning {{casting 'Fail *' to incompatible type 'id<X>'}}
200 …return filterVC; // expected-warning {{incompatible pointer types casting 'UIViewController *' to …
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dfunction-bitcasts-varargs.ll3 ; Test that function pointer casts casting away varargs are replaced with
/external/google-fruit/tests/
Dtested_features.md149 * **TODO** Using `get()` or casting to try to get a value that the injector doesn't provide
172 * Getting a Provider<> from an injector using get<> or casting the injector)
173 * **TODO** Getting a Provider<> from an injector by casting the injector
175 * **TODO** casting a Provider to the desired value instead of calling `get()`
/external/clang/test/SemaObjCXX/
Darc-bridged-cast.mm21 …(__bridge IntPtrType)CFCreateSomething(); // expected-error{{incompatible types casting 'CFTypeRef…
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2003-05-30-BadFoldGEP.ll8 ;; causing an assertion about a dynamic casting error.
/external/llvm/test/CodeGen/Generic/
D2003-05-30-BadFoldGEP.ll8 ;; causing an assertion about a dynamic casting error.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
D2003-05-30-BadFoldGEP.ll8 ;; causing an assertion about a dynamic casting error.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dloopvectorize_pr33804_double.ll63 ; This test check for integer to pointer casting with load instructions.
87 ; This test check for pointer to integer casting with load instructions.
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcheck_lint.sh20 …TER=-build/include,-build/header_guard,-legal/copyright,-whitespace/comments,-readability/casting,\
/external/llvm/test/CodeGen/NVPTX/
Dcall-with-alloca-buffer.ll27 ; FIXME: casting A1_REG to A2_REG is unnecessary; A2_REG is essentially A_REG
/external/clang/test/ARCMT/
Dobjcmt-boxing.m.result85 …Double:cppb]; // expected-warning {{converting to boxing syntax requires casting 'bool' to 'double…

12345