Searched refs:ggc_alloc_tree (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | ggc.h | 113 #define ggc_alloc_tree(LENGTH) ((union tree_node *) ggc_alloc (LENGTH)) macro
|
H A D | tree.c | 288 t = ggc_alloc_tree (length); 370 t = ggc_alloc_tree (length); 582 t = ggc_alloc_tree (length); 1141 node = ggc_alloc_tree (sizeof (struct tree_list)); 2359 t = ggc_alloc_tree (length);
|
H A D | ChangeLog.2 | 5445 (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete. 5462 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete. 5489 (ggc_alloc_tree, ggc_alloc): Likewise. 5493 (ggc_alloc_tree, ggc_alloc): Likewise. 8423 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise. 8642 (ggc_alloc_tree): Likewise. 8927 (make_node): Use ggc_alloc_tree when GC'ing. 8931 (make_tree_vec): Use ggc_alloc_tree when GC'ing.
|
H A D | ChangeLog.3 | 1190 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | ggc.h | 240 #define ggc_alloc_tree(LENGTH) ((tree) ggc_alloc_zone (LENGTH, &tree_zone)) macro
|
H A D | tree.c | 1135 s = ggc_alloc_tree (length); in build_string()
|