*参照元 [#pdfce548]
#backlinks

*説明 [#c034fc55]
-パス: [[gcc-8.3/gcc/gimple.h]]

-FIXME: これは何?
--説明


**参考 [#z4dd07b5]


*実装 [#x939af87]
 /* Base for statements that take both memory and register operands.  */
 
 struct GTY((tag("GSS_WITH_MEM_OPS_BASE")))
   gimple_statement_with_memory_ops_base : public gimple_statement_with_ops_base
 {
-
--[[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 pick them
      up via the ssa_names array.  */
   tree GTY((skip (""))) vdef;
   tree GTY((skip (""))) vuse;
-
--[[gcc-8.3/gcc/tree]]

 };


*コメント [#pd53a32e]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS