Searched refs:tree_gc_vec (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-common.c | 10528 typedef VEC(tree,gc)* tree_gc_vec; typedef 10529 DEF_VEC_P(tree_gc_vec); 10530 DEF_VEC_ALLOC_P(tree_gc_vec,gc); 10531 static GTY((deletable)) VEC(tree_gc_vec,gc) *tree_vector_cache; 10540 if (!VEC_empty (tree_gc_vec, tree_vector_cache)) in VEC() 10541 return VEC_pop (tree_gc_vec, tree_vector_cache); in VEC() 10559 VEC_safe_push (tree_gc_vec, gc, tree_vector_cache, vec); in release_tree_vector()
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-common.c | 7416 typedef vec<tree, va_gc> *tree_gc_vec; typedef 7417 static GTY((deletable)) vec<tree_gc_vec, va_gc> *tree_vector_cache;
|