Home
last modified time | relevance | path

Searched refs:ggc_alloc_tree (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dggc.h113 #define ggc_alloc_tree(LENGTH) ((union tree_node *) ggc_alloc (LENGTH)) macro
H A Dtree.c288 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 DChangeLog.25445 (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 DChangeLog.31190 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
/openbsd-src/gnu/gcc/gcc/
H A Dggc.h240 #define ggc_alloc_tree(LENGTH) ((tree) ggc_alloc_zone (LENGTH, &tree_zone)) macro
H A Dtree.c1135 s = ggc_alloc_tree (length); in build_string()