Home | History | Annotate | Download | only in include

Lines Matching refs:const_symtab_node

2706 #define ggc_alloc_const_symtab_node() ((const_symtab_node *)(ggc_internal_alloc_stat (sizeof (const_symtab_node) MEM_STAT_INFO)))
2707 #define ggc_alloc_cleared_const_symtab_node() ((const_symtab_node *)(ggc_internal_cleared_alloc_stat (sizeof (const_symtab_node) MEM_STAT_INFO)))
2708 #define ggc_alloc_vec_const_symtab_node(n) ((const_symtab_node *)(ggc_internal_vec_alloc_stat (sizeof (const_symtab_node), n MEM_STAT_INFO)))
2709 #define ggc_alloc_cleared_vec_const_symtab_node(n) ((const_symtab_node *)(ggc_internal_cleared_vec_alloc_stat (sizeof (const_symtab_node), n MEM_STAT_INFO)))