Home
last modified time | relevance | path

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

12345678

/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…
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dgoogle-readability-casting.rst1 .. title:: clang-tidy - google-readability-casting
3 google-readability-casting
10 Corresponding cpplint.py check name: `readability/casting`.
Dhicpp-explicit-conversions.rst9 Used to enforce parts of `rule 5.4.1 <http://www.codingstandard.com/rule/5-4-1-only-use-casting-for…
11 Other forms of casting checks are implemented in other places.
12 The following checks can be used to check for more forms of casting:
Dperformance-no-int-to-ptr.rst8 While casting an (integral) pointer to an integer is obvious - you just get
9 the integral value of the pointer, casting an integer to an (integral) pointer
Dabseil-duration-factory-float.rst25 // Original - Explicitly casting to a floating-point type.
/external/llvm-project/clang/test/SemaOpenCL/
Daddress-spaces.cl38 // expected-error@-2 {{casting '__local int *' to type '__global int *' changes address space of po…
44 // expected-error@-2 {{casting '__constant int *' to type '__global int *' changes address space of…
50 // expected-error@-2 {{casting 'const __constant int *' to type '__global int *' changes address sp…
56 // expected-error@-2 {{casting '__private int *' to type '__global int *' changes address space of …
62 // expected-error@-2 {{casting '__global int *' to type '__local int *' changes address space of po…
68 // expected-error@-2 {{casting '__constant int *' to type '__local int *' changes address space of …
74 // expected-error@-2 {{casting 'const __constant int *' to type '__local int *' changes address spa…
80 // expected-error@-2 {{casting '__private int *' to type '__local int *' changes address space of p…
86 // expected-error@-2 {{casting '__global int *' to type '__constant int *' changes address space of…
92 // expected-error@-2 {{casting '__local int *' to type '__constant int *' changes address space of …
[all …]
Daddress-spaces-conversions-cl2.0.cl133 // expected-error@-3{{casting '__global int *' to type '__constant int *' changes address space of …
142 // expected-error-re@-3{{casting '__local int *' to type '__{{global|constant}} int *' changes addr…
151 // expected-error-re@-3{{casting '__constant int *' to type '__{{global|generic}} int *' changes ad…
160 // expected-error-re@-3{{casting '__private int *' to type '__{{global|constant}} int *' changes ad…
169 // expected-error@-3{{casting '__generic int *' to type '__constant int *' changes address space of…
224 // expected-error@-3{{casting '__global int *' to type '__constant int *' changes address space of …
233 // expected-error-re@-3{{casting '__local int *' to type '__{{global|constant}} int *' changes addr…
242 // expected-error-re@-3{{casting '__constant int *' to type '__{{global|generic}} int *' changes ad…
251 // expected-error-re@-3{{casting '__private int *' to type '__{{global|constant}} int *' changes ad…
260 // expected-error@-3{{casting '__generic int *' to type '__constant int *' changes address space of…
[all …]
/external/vixl/
DCPPLINT.cfg12 filter=+readability/casting
21 filter=+runtime/casting
D.clang-tidy25 # google-readability-casting
28 …bility-braces-around-statements,-google-readability-namespace-comments,-google-readability-casting'
/external/llvm-project/llvm/test/Transforms/Util/
Dcall-promotion-utils-ptrcast-attribute.ll8 ; casting to i64 and pointer attribute at callsite dropped.
13 ; no casting needed, attribute at callsite preserved.
/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/llvm-project/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/jsoncpp/
D.clang-tidy2 Checks: 'google-readability-casting,modernize-deprecated-headers,modernize-loop-convert,mo…
/external/pdfium/third_party/libopenjpeg20/
D0011-j2k_update_image_data.patch10 + /* Prevent bad casting to unsigned values in the subsequent lines. */
/external/llvm-project/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/llvm-project/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'}}
Dmatrix-type-builtins.m30 …// expected-error@-2 {{casting 'double4x4' (aka 'double __attribute__((matrix_type(4, 4)))') to in…
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/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/llvm-project/llvm/test/CodeGen/WebAssembly/
Dfunction-bitcasts-varargs.ll3 ; Test that function pointer casts casting away varargs are replaced with
/external/llvm-project/llvm/test/Analysis/ValueTracking/
Dknown-bits-from-operator-constexpr.ll5 ; casting from llvm::Operator to ExtractElementInst. That does not work

12345678