gcc-8.3/gcc/lang_identifier(c-lang)
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#t282e930]
#backlinks
*説明 [#p9da3ca1]
-パス: [[gcc-8.3/gcc/c/c-decl.c]]
-FIXME: これは何?
--説明
**参考 [#n5d1cffb]
*実装 [#o7cfe939]
/* Each C symbol points to three linked lists of c_bindi...
These describe the values of the identifier in the th...
namespaces defined by the language. */
struct GTY(()) lang_identifier {
struct c_common_identifier common_id;
struct c_binding *symbol_binding; /* vars, funcs, cons...
struct c_binding *tag_binding; /* struct/union/enum...
struct c_binding *label_binding; /* labels */
};
-
--[[gcc-8.3/gcc/GTY()]]
--[[gcc-8.3/gcc/c_common_identifier]]
--[[gcc-8.3/gcc/c_binding]]
*コメント [#u00c7937]
終了行:
*参照元 [#t282e930]
#backlinks
*説明 [#p9da3ca1]
-パス: [[gcc-8.3/gcc/c/c-decl.c]]
-FIXME: これは何?
--説明
**参考 [#n5d1cffb]
*実装 [#o7cfe939]
/* Each C symbol points to three linked lists of c_bindi...
These describe the values of the identifier in the th...
namespaces defined by the language. */
struct GTY(()) lang_identifier {
struct c_common_identifier common_id;
struct c_binding *symbol_binding; /* vars, funcs, cons...
struct c_binding *tag_binding; /* struct/union/enum...
struct c_binding *label_binding; /* labels */
};
-
--[[gcc-8.3/gcc/GTY()]]
--[[gcc-8.3/gcc/c_common_identifier]]
--[[gcc-8.3/gcc/c_binding]]
*コメント [#u00c7937]
ページ名: