Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon

Variables

const type_t TYPE_BASE_MASK = 0x0F
 the low 4 bits define the basic type
 
const type_t TYPE_FLAGS_MASK = 0x30
 type flags - they have different meaning depending on the basic type
 
const type_t TYPE_MODIF_MASK = 0xC0
 modifiers. More...
 
const type_t TYPE_FULL_MASK = (TYPE_BASE_MASK | TYPE_FLAGS_MASK)
 basic type with type flags
 

Detailed Description

Variable Documentation

◆ TYPE_MODIF_MASK

const type_t TYPE_MODIF_MASK = 0xC0

modifiers.