PIPS
newgen_generic_stack.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEFINE_STACK(PREFIX, name, type)
 
#define DEFINE_LOCAL_STACK(name, type)   DEFINE_STACK(static, name, type)
 
#define DEFINE_GLOBAL_STACK(name, type)   DEFINE_STACK(extern, name, type)
 

Macro Definition Documentation

◆ DEFINE_GLOBAL_STACK

#define DEFINE_GLOBAL_STACK (   name,
  type 
)    DEFINE_STACK(extern, name, type)

Definition at line 99 of file newgen_generic_stack.h.

◆ DEFINE_LOCAL_STACK

#define DEFINE_LOCAL_STACK (   name,
  type 
)    DEFINE_STACK(static, name, type)

Definition at line 98 of file newgen_generic_stack.h.

◆ DEFINE_STACK

#define DEFINE_STACK (   PREFIX,
  name,
  type 
)

Definition at line 27 of file newgen_generic_stack.h.