Home
last modified time | relevance | path

Searched defs:ggc_alloc_tree (Results 1 – 2 of 2) 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
/openbsd-src/gnu/gcc/gcc/
H A Dggc.h240 #define ggc_alloc_tree(LENGTH) ((tree) ggc_alloc_zone (LENGTH, &tree_zone)) macro