您的位置:首页 > 理论基础 > 数据结构算法

GCC主要数据结构之c_common_identifier

2017-03-18 12:10 211 查看
 

c_common_identifier

 

/* Identifier part common to the C front ends.  Inherits from
   tree_identifier, despite appearances.  */
struct GTY(()) c_common_identifier {
  struct tree_common common;
  struct cpp_hashnode node;
};

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: