Lines Matching refs:space
10 …ip = gip; // expected-error {{assigning '__global int *' to 'int *' changes address space of point…
11 …ip = &li; // expected-error {{assigning '__local int *' to 'int *' changes address space of pointe…
12 …ip = &ci; // expected-error {{assigning '__constant int *' to 'int *' changes address space of poi…
17 …xpected-error {{casting '__local int *' to type '__global int *' changes address space of pointer}}
18 …cted-error {{casting '__constant int *' to type '__global int *' changes address space of pointer}}
19 …rror {{casting 'const __constant int *' to type '__global int *' changes address space of pointer}}
20 … // expected-error {{casting 'int *' to type '__global int *' changes address space of pointer}}
22 …xpected-error {{casting '__global int *' to type '__local int *' changes address space of pointer}}
23 …ected-error {{casting '__constant int *' to type '__local int *' changes address space of pointer}}
24 …error {{casting 'const __constant int *' to type '__local int *' changes address space of pointer}}
25 … // expected-error {{casting 'int *' to type '__local int *' changes address space of pointer}}
27 …cted-error {{casting '__global int *' to type '__constant int *' changes address space of pointer}}
28 …ected-error {{casting '__local int *' to type '__constant int *' changes address space of pointer}}
29 … // expected-error {{casting 'int *' to type '__constant int *' changes address space of pointer}}
31 …; // expected-error {{casting '__global int *' to type 'int *' changes address space of pointer}}
32 …l; // expected-error {{casting '__local int *' to type 'int *' changes address space of pointer}}
33 … // expected-error {{casting '__constant int *' to type 'int *' changes address space of pointer}}
34 …xpected-error {{casting 'const __constant int *' to type 'int *' changes address space of pointer}}