ReactOS 0.4.15-dev-7918-g2a2556c
intrin.h File Reference

Go to the source code of this file.

Macros

#define _SIZE_T_DEFINED
 
#define _UINTPTR_T_DEFINED
 
#define __noop(...)   ((void)0)
 
#define __assume(x)   if (!(x)) __builtin_unreachable()
 

Typedefs

typedef unsigned int size_t
 
typedef unsigned int uintptr_t
 

Macro Definition Documentation

◆ __assume

#define __assume (   x)    if (!(x)) __builtin_unreachable()

Definition at line 108 of file intrin.h.

◆ __noop

#define __noop (   ...)    ((void)0)

Definition at line 106 of file intrin.h.

◆ _SIZE_T_DEFINED

#define _SIZE_T_DEFINED

Definition at line 34 of file intrin.h.

◆ _UINTPTR_T_DEFINED

#define _UINTPTR_T_DEFINED

Definition at line 43 of file intrin.h.

Typedef Documentation

◆ size_t

typedef unsigned int size_t

Definition at line 38 of file intrin.h.

◆ uintptr_t

Definition at line 47 of file intrin.h.