IDA C++ SDK 9.2
Loading...
Searching...
No Matches

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.
const type_t TYPE_FULL_MASK = (TYPE_BASE_MASK | TYPE_FLAGS_MASK)
 basic type with type flags

Detailed Description

Variable Documentation

◆ TYPE_BASE_MASK

const type_t TYPE_BASE_MASK = 0x0F

the low 4 bits define the basic type

◆ TYPE_FLAGS_MASK

const type_t TYPE_FLAGS_MASK = 0x30

type flags - they have different meaning depending on the basic type

◆ TYPE_MODIF_MASK

const type_t TYPE_MODIF_MASK = 0xC0

modifiers.

◆ TYPE_FULL_MASK

const type_t TYPE_FULL_MASK = (TYPE_BASE_MASK | TYPE_FLAGS_MASK)

basic type with type flags