Lines Matching full:space

1 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -cl-std=CL2.0
2 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -cl-std=CL2.0 -DGENE…
3 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -cl-std=CL2.0 -DCONS…
4 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -cl-std=CL2.0 -DLOCAL
8 * space. As ISO/IEC TR 18037 5.1.3 declares - it's possible to implicitly
9 * convert a subset address space to a superset address space, while conversion
36 …g '__generic int *__private' to '__global_device int *__private' changes address space of pointer}}
37 …ing '__generic int *__private' to '__global_host int *__private' changes address space of pointer}}
39 …ng '__global int *__private' to '__global_device int *__private' changes address space of pointer}}
40 …ning '__global int *__private' to '__global_host int *__private' changes address space of pointer}}
46 …ate' with an expression of type '__global_device int *__private' changes address space of pointer}}
47 …ivate' with an expression of type '__global_host int *__private' changes address space of pointer}}
48 …t *__private' with an expression of type '__global_device int *' changes address space of pointer}}
49 …int *__private' with an expression of type '__global_host int *' changes address space of pointer}}
51 …ate' with an expression of type '__global_device int *__private' changes address space of pointer}}
52 …ivate' with an expression of type '__global_host int *__private' changes address space of pointer}}
53 …t *__private' with an expression of type '__global_device int *' changes address space of pointer}}
54 …int *__private' with an expression of type '__global_host int *' changes address space of pointer}}
56 …ate' with an expression of type '__global_device int *__private' changes address space of pointer}}
57 …ivate' with an expression of type '__global_host int *__private' changes address space of pointer}}
58 …t *__private' with an expression of type '__global_device int *' changes address space of pointer}}
59 …int *__private' with an expression of type '__global_host int *' changes address space of pointer}}