Searched refs:casting (Results 1 – 25 of 194) sorted by relevance
12345678
/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 | extensions.cl | 25 // expected-warning@-2{{double precision constant requires cl_khr_fp64, casting to single precision…
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | google-readability-casting.rst | 1 .. title:: clang-tidy - google-readability-casting 3 google-readability-casting 10 Corresponding cpplint.py check name: `readability/casting`.
|
D | hicpp-explicit-conversions.rst | 9 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:
|
D | performance-no-int-to-ptr.rst | 8 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
|
D | abseil-duration-factory-float.rst | 25 // Original - Explicitly casting to a floating-point type.
|
/external/llvm-project/clang/test/SemaOpenCL/ |
D | address-spaces.cl | 38 // 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 …]
|
D | address-spaces-conversions-cl2.0.cl | 133 // 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/ |
D | CPPLINT.cfg | 12 filter=+readability/casting 21 filter=+runtime/casting
|
D | .clang-tidy | 25 # google-readability-casting 28 …bility-braces-around-statements,-google-readability-namespace-comments,-google-readability-casting'
|
/external/llvm-project/llvm/test/Transforms/Util/ |
D | call-promotion-utils-ptrcast-attribute.ll | 8 ; 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/ |
D | api_def_MatrixLogarithm.pbtxt | 26 real, then casting to a complex matrix, taking the logarithm and casting back
|
/external/llvm-project/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/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/jsoncpp/ |
D | .clang-tidy | 2 Checks: 'google-readability-casting,modernize-deprecated-headers,modernize-loop-convert,mo…
|
/external/pdfium/third_party/libopenjpeg20/ |
D | 0011-j2k_update_image_data.patch | 10 + /* Prevent bad casting to unsigned values in the subsequent lines. */
|
/external/llvm-project/llvm/test/Transforms/GlobalOpt/ |
D | evaluate-call.ll | 4 ; 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/ |
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 | matrix-type-builtins.m | 30 …// expected-error@-2 {{casting 'double4x4' (aka 'double __attribute__((matrix_type(4, 4)))') to in…
|
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 …
|
/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 …
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | function-bitcasts-varargs.ll | 3 ; Test that function pointer casts casting away varargs are replaced with
|
/external/llvm-project/llvm/test/Analysis/ValueTracking/ |
D | known-bits-from-operator-constexpr.ll | 5 ; casting from llvm::Operator to ExtractElementInst. That does not work
|
12345678