|
clang
5.0.0
|
Typedefs | |
| typedef unsigned | Map [FirstTargetAddressSpace] |
| The type of a lookup table which maps from language-specific address spaces to target-specific ones. More... | |
Enumerations | |
| enum | ID { Default = 0, opencl_global, opencl_local, opencl_constant, opencl_generic, cuda_device, cuda_constant, cuda_shared, FirstTargetAddressSpace } |
| Defines the address space values used by the address space qualifier of QualType. More... | |
| typedef unsigned clang::LangAS::Map[FirstTargetAddressSpace] |
The type of a lookup table which maps from language-specific address spaces to target-specific ones.
Definition at line 53 of file AddressSpaces.h.
| enum clang::LangAS::ID |
Defines the address space values used by the address space qualifier of QualType.
| Enumerator | |
|---|---|
| Default | |
| opencl_global | |
| opencl_local | |
| opencl_constant | |
| opencl_generic | |
| cuda_device | |
| cuda_constant | |
| cuda_shared | |
| FirstTargetAddressSpace | |
Definition at line 26 of file AddressSpaces.h.
1.8.6