Home
last modified time | relevance | path

Searched refs:ra_alloc (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dra-build.c333 (struct tagged_conflict *) ra_alloc (sizeof *cl);
590 ml = (struct move_list *) ra_alloc (sizeof (struct move_list));
1523 ncl = (struct conflict_link *) ra_alloc (sizeof *ncl);
1533 nsl = (struct sub_conflict *) ra_alloc (sizeof *nsl);
1575 cl = (struct conflict_link *) ra_alloc (sizeof (*cl));
1600 sl = (struct sub_conflict *) ra_alloc (sizeof (*sl));
1703 struct web_link *link = (struct web_link *) ra_alloc (sizeof *link);
2827 ra_alloc (sizeof (struct move_list));
2837 ra_alloc (sizeof (struct move_list));
H A Dra.h565 extern inline void * ra_alloc PARAMS ((size_t));
H A Dra.c165 ra_alloc (size) in ra_alloc() function
H A Dra-rewrite.c546 l = (struct rtx_list *) ra_alloc (sizeof (*l));
H A Dra-colorize.c2436 p = (struct web_pair *) ra_alloc (sizeof *p);