Searched refs:array_index (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dvariables.c151 int array_index = 0; local
164 (entry, array_index, array, array_slots, 10, REFERENCE *);
259 int array_index = 0, array_slots = 0; local
271 (entry, array_index, array, array_slots, 200, REFERENCE *);
H A Dm-x.c41 int array_index = 0, array_slots = 0; local
55 (entry, array_index, array, array_slots, 200, REFERENCE *);
/haiku-buildtools/gcc/gcc/
H A Dipa-inline-analysis.c690 fprintf (f, " array_index");
1104 if (info->array_index)
1106 pool_free (edge_predicate_pool, info->array_index);
1107 info->array_index = NULL;
1286 remap_hint_predicate_after_duplication (&info->array_index,
1310 if (info->array_index)
1312 predicate p = *info->array_index;
1313 info->array_index = NULL;
1314 set_hint_predicate (&info->array_index, p);
1498 if (s->array_index)
2542 predicate array_index = true_predicate (); local
[all...]
H A Dipa-inline.h162 struct predicate * GTY((skip)) array_index;
/haiku-buildtools/binutils/opcodes/
H A Dtilegx-opc.c6419 #define CHILD(array_index) (TILEGX_OPC_NONE + (array_index))
H A Dtilepro-opc.c7579 #define CHILD(array_index) (TILEPRO_OPC_NONE + (array_index))

Completed in 73 milliseconds