Searched refs:heads (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr62004.c17 struct head heads[5]; variable in typeref:struct:head
21 struct head *head = &heads[2];
36 struct head *h = &heads[k];
38 heads[2].first = n->next;
43 /* Dead tbaa-unsafe load from ((struct node *)&heads[2])->next. */
H A Dpr62167-run.c17 struct head heads[5]; variable in typeref:struct:head
21 struct head *head = &heads[2];
36 struct head *h = &heads[k];
38 heads[2].first = n->next;
43 /* Dead tbaa-unsafe load from ((struct node *)&heads[2])->next. */
H A Dpr62167.c17 struct head heads[5]; variable in typeref:struct:head
21 struct head *head = &heads[2];
36 struct head *h = &heads[k];
38 heads[2].first = n->next;
43 /* Dead tbaa-unsafe load from ((struct node *)&heads[2])->next. */
H A Dpr62030.c19 struct head heads[5]; variable in typeref:struct:head
23 struct head *head = &heads[2];
32 struct head *h = &heads[k];
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr61964.c6 struct head { struct node *first; } heads[5]; variable in typeref:struct:head
8 struct head *head = &heads[2];
17 struct head *h = &heads[k];
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dpr62030-octeon.c19 struct head heads[5]; variable in typeref:struct:head
23 struct head *head = &heads[2];
32 struct head *h = &heads[k];
/haiku-buildtools/gcc/gcc/
H A Dincpath.c60 /* Include chains heads and tails. */
61 static struct cpp_dir *heads[4]; variable in typeref:struct:cpp_dir
325 for (p = heads[chain]; p != NULL; p = p->next)
354 if (heads[SYSTEM])
355 tails[SYSTEM]->next = heads[AFTER];
357 heads[SYSTEM] = heads[AFTER];
358 heads[SYSTEM] = remove_duplicates (pfile, heads[SYSTEM], 0, 0, verbose);
362 heads[BRACKE
[all...]
H A Dregrename.h75 struct du_head *heads[MAX_REGS_PER_ADDRESS]; member in struct:operand_rr_info
H A Dbitmap.c337 bit_obstack->heads = NULL;
361 bit_obstack->heads = NULL;
375 map = bit_obstack->heads;
377 bit_obstack->heads = (struct bitmap_head *) map->first;
412 map->first = (bitmap_element *) map->obstack->heads;
417 map->obstack->heads = map;
H A Dbitmap.h154 struct bitmap_head *heads; variable in typeref:struct:bitmap_head
H A Dregrename.c221 cur_operand->heads[cur_operand->n_chains] = head;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20090113-3.c10 struct bitmap_head_def *heads; member in struct:bitmap_obstack
H A D20090113-2.c9 struct bitmap_head_def *heads; member in struct:bitmap_obstack
/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c3494 op_chain = regrename_chain_from_id (info->op_info[i].heads[0]->id);
3529 du_head_p other = this_rr->op_info[i].heads[j];

Completed in 181 milliseconds