OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:casting
(Results
1 - 25
of
774
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaOpenCL/
address-spaces.cl
17
g = (global int*) l; // expected-error {{
casting
'__local int *' to type '__global int *' changes address space of pointer}}
18
g = (global int*) c; // expected-error {{
casting
'__constant int *' to type '__global int *' changes address space of pointer}}
19
g = (global int*) cc; // expected-error {{
casting
'const __constant int *' to type '__global int *' changes address space of pointer}}
20
g = (global int*) p; // expected-error {{
casting
'int *' to type '__global int *' changes address space of pointer}}
22
l = (local int*) g; // expected-error {{
casting
'__global int *' to type '__local int *' changes address space of pointer}}
23
l = (local int*) c; // expected-error {{
casting
'__constant int *' to type '__local int *' changes address space of pointer}}
24
l = (local int*) cc; // expected-error {{
casting
'const __constant int *' to type '__local int *' changes address space of pointer}}
25
l = (local int*) p; // expected-error {{
casting
'int *' to type '__local int *' changes address space of pointer}}
27
c = (constant int*) g; // expected-error {{
casting
'__global int *' to type '__constant int *' changes address space of pointer}}
28
c = (constant int*) l; // expected-error {{
casting
'__local int *' to type '__constant int *' changes address space of pointer}
[
all
...]
address-spaces-conversions-cl2.0.cl
83
// expected-error@-2{{
casting
'__global int *' to type '__constant int *' changes address space of pointer}}
88
// expected-error-re@-2{{
casting
'__local int *' to type '__{{global|constant}} int *' changes address space of pointer}}
93
// expected-error-re@-2{{
casting
'__constant int *' to type '__{{global|generic}} int *' changes address space of pointer}}
98
// expected-error-re@-2{{
casting
'int *' to type '__{{global|constant}} int *' changes address space of pointer}}
103
// expected-error@-2{{
casting
'__generic int *' to type '__constant int *' changes address space of pointer}}
134
// expected-error@-2{{
casting
'__global int *' to type '__constant int *' changes address space of pointer}}
139
// expected-error-re@-2{{
casting
'__local int *' to type '__{{global|constant}} int *' changes address space of pointer}}
144
// expected-error-re@-2{{
casting
'__constant int *' to type '__{{global|generic}} int *' changes address space of pointer}}
149
// expected-error-re@-2{{
casting
'int *' to type '__{{global|constant}} int *' changes address space of pointer}}
154
// expected-error@-2{{
casting
'__generic int *' to type '__constant int *' changes address space of pointer}
[
all
...]
half.cl
14
b = (half) c; // expected-error{{
casting
to type 'half' is not allowed}}
/external/compiler-rt/test/BlocksRuntime/
cast.c
15
// PURPOSE should allow
casting
of a Block reference to an arbitrary pointer and back
/external/mockito/src/org/mockito/
Matchers.java
56
* The any family methods <b>*don't do any type checks*</b>, those are only here to avoid
casting
112
* This method <b>*don't do any type checks*</b>, it is only there to avoid
casting
127
* This method <b>*don't do any type checks*</b>, it is only there to avoid
casting
142
* This method <b>*don't do any type checks*</b>, it is only there to avoid
casting
157
* This method <b>*don't do any type checks*</b>, it is only there to avoid
casting
172
* This method <b>*don't do any type checks*</b>, it is only there to avoid
casting
187
* This method <b>*don't do any type checks*</b>, it is only there to avoid
casting
202
* This method <b>*don't do any type checks*</b>, it is only there to avoid
casting
217
* This method <b>*don't do any type checks*</b>, it is only there to avoid
casting
232
* This method <b>*don't do any type checks*</b>, it is only there to avoid
casting
[
all
...]
/device/google/contexthub/firmware/misc/cpu/cortexm4f/
Makefile
50
BADWORDS += "__floatundisf=When
casting
a uint64_t to float, use floatFromUint64"
51
BADWORDS += "__floatdisf=When
casting
a int64_t to float, use floatFromInt64"
52
BADWORDS += "__fixunssfdi=When
casting
a float to a uint64_t, use floatToUint64"
53
BADWORDS += "__fixsfdi=When
casting
a float to a int64_t, use floatToInt64"
/external/llvm/unittests/Support/
CMakeLists.txt
12
Casting
.cpp
/external/libchrome/crypto/
nss_crypto_module_delegate.h
26
// directly to avoid accidentally
casting
a pointer to a subclass to void* and
27
// then
casting
back to a pointer of the base class
/external/vixl/
CPPLINT.cfg
13
filter=+readability/
casting
22
filter=+runtime/
casting
/external/clang/include/clang/Basic/
LLVM.h
21
//
Casting
.h has complex templates that cannot be easily forward declared.
22
#include "llvm/Support/
Casting
.h"
54
//
Casting
operators.
/external/llvm/docs/HistoricalNotes/
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:
/frameworks/support/v7/mediarouter/res/values-en-rAU/
strings.xml
28
<string name="mr_controller_stop" msgid="4570331844078181931">"Stop
casting
"</string>
38
<string name="mr_controller_casting_screen" msgid="4868457957151124867">"
Casting
screen"</string>
/frameworks/support/v7/mediarouter/res/values-en-rGB/
strings.xml
28
<string name="mr_controller_stop" msgid="4570331844078181931">"Stop
casting
"</string>
38
<string name="mr_controller_casting_screen" msgid="4868457957151124867">"
Casting
screen"</string>
/frameworks/support/v7/mediarouter/res/values-en-rIN/
strings.xml
28
<string name="mr_controller_stop" msgid="4570331844078181931">"Stop
casting
"</string>
38
<string name="mr_controller_casting_screen" msgid="4868457957151124867">"
Casting
screen"</string>
/hardware/intel/common/libmix/mix_audio/src/
mixaip.h
26
* Type
casting
.
42
* Type
casting
.
/prebuilts/sdk/current/support/v7/mediarouter/res/values-en-rAU/
strings.xml
28
<string name="mr_controller_stop" msgid="4570331844078181931">"Stop
casting
"</string>
38
<string name="mr_controller_casting_screen" msgid="4868457957151124867">"
Casting
screen"</string>
/prebuilts/sdk/current/support/v7/mediarouter/res/values-en-rGB/
strings.xml
28
<string name="mr_controller_stop" msgid="4570331844078181931">"Stop
casting
"</string>
38
<string name="mr_controller_casting_screen" msgid="4868457957151124867">"
Casting
screen"</string>
/prebuilts/sdk/current/support/v7/mediarouter/res/values-en-rIN/
strings.xml
28
<string name="mr_controller_stop" msgid="4570331844078181931">"Stop
casting
"</string>
38
<string name="mr_controller_casting_screen" msgid="4868457957151124867">"
Casting
screen"</string>
/art/runtime/base/
casts.h
32
// for upcasting in the type hierarchy (i.e.
casting
a pointer to Foo
33
// to a pointer to SuperclassOfFoo or
casting
a pointer to Foo to
111
// This is the overload for
casting
from int64_t/uint64_t to a pointer.
122
// This is the overload for
casting
from a pointer to int64_t/uint64_t.
/bionic/libc/tzcode/
difftime.c
10
/* Return -X as a double. Using this avoids
casting
to 'double'. */
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
exceptions.py
34
Raised in the event of incompatible numeric type
casting
.
/external/clang/test/CodeGen/
ubsan-type-blacklist.cpp
19
Foo* foo = static_cast<Foo*>(&bar); // down-
casting
/external/clang/test/CodeGenCXX/
poly-unsigned.cpp
7
// Polynomial types really should be universally unsigned, otherwise
casting
/external/clang/test/SemaObjCXX/
arc-bridged-cast.mm
21
(__bridge IntPtrType)CFCreateSomething(); // expected-error{{incompatible types
casting
'CFTypeRef' (aka 'const void *') to 'int *' with a __bridge cast}}
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/utils/
DirectionalAnalyzer.java
23
* frustum and scene objects to encompass all
casting
shadow objects.
Completed in 458 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>