enum PrimType
Description
Enumeration of the primitive types of the VM.
Declared at: clang/lib/AST/Interp/PrimType.h:27
Enumerators
Name | Value | Comment |
---|---|---|
PT_Sint8 | 0 | |
PT_Uint8 | 1 | |
PT_Sint16 | 2 | |
PT_Uint16 | 3 | |
PT_Sint32 | 4 | |
PT_Uint32 | 5 | |
PT_Sint64 | 6 | |
PT_Uint64 | 7 | |
PT_Bool | 8 | |
PT_Ptr | 9 |