gcc-8.3/gcc/gimple_statement_with_memory_ops_base
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#pdfce548]
#backlinks
*説明 [#c034fc55]
-パス: [[gcc-8.3/gcc/gimple.h]]
-FIXME: これは何?
--説明
**参考 [#z4dd07b5]
*実装 [#x939af87]
/* Base for statements that take both memory and registe...
struct GTY((tag("GSS_WITH_MEM_OPS_BASE")))
gimple_statement_with_memory_ops_base : public gimple_...
{
-
--[[gcc-8.3/gcc/gimple_statement_with_ops_base]]
/* [ WORD 1-7 ] : base class */
/* [ WORD 8-9 ]
Virtual operands for this statement. The GC will p...
up via the ssa_names array. */
tree GTY((skip (""))) vdef;
tree GTY((skip (""))) vuse;
-
--[[gcc-8.3/gcc/tree]]
};
*コメント [#pd53a32e]
終了行:
*参照元 [#pdfce548]
#backlinks
*説明 [#c034fc55]
-パス: [[gcc-8.3/gcc/gimple.h]]
-FIXME: これは何?
--説明
**参考 [#z4dd07b5]
*実装 [#x939af87]
/* Base for statements that take both memory and registe...
struct GTY((tag("GSS_WITH_MEM_OPS_BASE")))
gimple_statement_with_memory_ops_base : public gimple_...
{
-
--[[gcc-8.3/gcc/gimple_statement_with_ops_base]]
/* [ WORD 1-7 ] : base class */
/* [ WORD 8-9 ]
Virtual operands for this statement. The GC will p...
up via the ssa_names array. */
tree GTY((skip (""))) vdef;
tree GTY((skip (""))) vuse;
-
--[[gcc-8.3/gcc/tree]]
};
*コメント [#pd53a32e]
ページ名: