Searched refs:ggc_alloc_tree (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dggc.h113 #define ggc_alloc_tree(LENGTH) ((union tree_node *) ggc_alloc (LENGTH)) macro
H A Dtree.c290 t = ggc_alloc_tree (length);
373 t = ggc_alloc_tree (length);
586 t = ggc_alloc_tree (length);
1148 node = ggc_alloc_tree (sizeof (struct tree_list));
2377 t = ggc_alloc_tree (length);
/openbsd-current/gnu/gcc/gcc/
H A Dggc.h241 #define ggc_alloc_tree(LENGTH) ((tree) ggc_alloc_zone (LENGTH, &tree_zone))
240 #define ggc_alloc_tree macro
H A Dtree.c1139 s = ggc_alloc_tree (length);

Completed in 193 milliseconds