|
clang
3.8.0
|
Typedefs | |
| typedef unsigned | Map [Count] |
| The type of a lookup table which maps from language-specific address spaces to target-specific ones. More... | |
Enumerations | |
| enum | ID { Offset = 0xFFFF00, opencl_global = Offset, opencl_local, opencl_constant, opencl_generic, cuda_device, cuda_constant, cuda_shared, Last, Count = Last-Offset } |
| Defines the set of possible language-specific address spaces. More... | |
The type of a lookup table which maps from language-specific address spaces to target-specific ones.
Definition at line 45 of file AddressSpaces.h.
| enum clang::LangAS::ID |
Defines the set of possible language-specific address spaces.
This uses a high starting offset so as not to conflict with any address space used by a target.
| Enumerator | |
|---|---|
| Offset | |
| opencl_global | |
| opencl_local | |
| opencl_constant | |
| opencl_generic | |
| cuda_device | |
| cuda_constant | |
| cuda_shared | |
| Last | |
| Count | |
Definition at line 27 of file AddressSpaces.h.
1.8.6