Searched refs:const_symtab_node (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dipa-ref.h25 typedef const union symtab_node_def *const_symtab_node; typedef in typeref:union:symtab_node_def
H A Dgtype-desc.h2730 #define ggc_alloc_const_symtab_node() ((const_symtab_node *)(ggc_internal_alloc_stat (sizeof (const_symtab_node) MEM_STAT_INFO)))
2731 #define ggc_alloc_cleared_const_symtab_node() ((const_symtab_node *)(ggc_internal_cleared_alloc_stat (sizeof (const_symtab_node) MEM_STAT_INFO)))
2732 #define ggc_alloc_vec_const_symtab_node(n) ((const_symtab_node *)(ggc_internal_vec_alloc_stat (sizeof (const_symtab_node), n MEM_STAT_INFO)))
2733 #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)))

Completed in 191 milliseconds