Home | History | Annotate | Download | only in include

Lines Matching refs:num_elements

66   char			  GTY ((length ("%0.num_elements"),
68 unsigned char GTY ((length ("%0.num_elements"),
70 short GTY ((length ("%0.num_elements"),
72 unsigned short GTY ((length ("%0.num_elements"),
74 int GTY ((length ("%0.num_elements"),
76 unsigned int GTY ((length ("%0.num_elements"),
78 long GTY ((length ("%0.num_elements"),
80 unsigned long GTY ((length ("%0.num_elements"),
82 HOST_WIDE_INT GTY ((length ("%0.num_elements"),
84 unsigned HOST_WIDE_INT GTY ((length ("%0.num_elements"),
86 PTR GTY ((length ("%0.num_elements"), use_param,
88 PTR GTY ((length ("%0.num_elements"), skip (""),
90 char *GTY ((length ("%0.num_elements"),
92 rtx GTY ((length ("%0.num_elements"),
94 rtvec GTY ((length ("%0.num_elements"),
96 tree GTY ((length ("%0.num_elements"),
98 struct bitmap_head_def *GTY ((length ("%0.num_elements"),
100 struct reg_info_def *GTY ((length ("%0.num_elements"), skip,
102 struct basic_block_def *GTY ((length ("%0.num_elements"), skip,
104 struct elt_list *GTY ((length ("%0.num_elements"),
106 struct edge_def *GTY ((length ("%0.num_elements"),
108 tree *GTY ((length ("%0.num_elements"), skip (""),
114 size_t num_elements; /* Maximum element number allocated. */
204 #define VARRAY_SIZE(VA) ((VA)->num_elements)
223 if (_n >= _va->num_elements) \
246 if ((VA)->elements_used >= (VA)->num_elements) \
247 VARRAY_GROW ((VA), 2 * (VA)->num_elements); \