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
Type attributes for pointers

Macros

#define TAPTR_PTR32   0x0020
 ptr: __ptr32
 
#define TAPTR_PTR64   0x0040
 ptr: __ptr64
 
#define TAPTR_RESTRICT   0x0060
 ptr: __restrict
 
#define TAPTR_SHIFTED   0x0080
 ptr: __shifted(parent_struct, delta)
 

Detailed Description