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

Go to the source code of this file.

Macros

#define access   int
 
#define access_undefined   (-1)
 
#define local_constant   (1)
 
#define local_shift   (2)
 
#define local_star   (3)
 
#define local_affine   (4)
 
#define aligned_constant   (5)
 
#define aligned_shift   (6)
 
#define aligned_star   (7)
 
#define aligned_affine   (8)
 
#define not_aligned   (9)
 
#define local_form_cst   (10)
 
#define access_undefined_p(a)   (a == access_undefined)
 
#define access_tag(a)   (a)
 
#define make_access(a)   (a)
 

Macro Definition Documentation

◆ access

#define access   int

Definition at line 34 of file access_description.h.

◆ access_tag

#define access_tag (   a)    (a)

Definition at line 50 of file access_description.h.

◆ access_undefined

#define access_undefined   (-1)

Definition at line 36 of file access_description.h.

◆ access_undefined_p

#define access_undefined_p (   a)    (a == access_undefined)

Definition at line 48 of file access_description.h.

◆ aligned_affine

#define aligned_affine   (8)

Definition at line 44 of file access_description.h.

◆ aligned_constant

#define aligned_constant   (5)

Definition at line 41 of file access_description.h.

◆ aligned_shift

#define aligned_shift   (6)

Definition at line 42 of file access_description.h.

◆ aligned_star

#define aligned_star   (7)

Definition at line 43 of file access_description.h.

◆ local_affine

#define local_affine   (4)

Definition at line 40 of file access_description.h.

◆ local_constant

#define local_constant   (1)

Definition at line 37 of file access_description.h.

◆ local_form_cst

#define local_form_cst   (10)

Definition at line 46 of file access_description.h.

◆ local_shift

#define local_shift   (2)

Definition at line 38 of file access_description.h.

◆ local_star

#define local_star   (3)

Definition at line 39 of file access_description.h.

◆ make_access

#define make_access (   a)    (a)

Definition at line 51 of file access_description.h.

◆ not_aligned

#define not_aligned   (9)

Definition at line 45 of file access_description.h.