*参照元 [#pcbe3841]
#backlinks

*説明 [#t529543e]
-パス: [[gcc-8.3/gcc/function.h]]

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


**参考 [#db385d32]


*実装 [#ic078fd8]
 /* Stack of pending (incomplete) sequences saved by `start_sequence'.
    Each element describes one pending sequence.
    The main insn-chain is saved in the last element of the chain,
    unless the chain is empty.  */
 
 struct GTY(()) sequence_stack {
   /* First and last insns in the chain of the saved sequence.  */
   rtx_insn *first;
   rtx_insn *last;
   struct sequence_stack *next;
 };
-
--[[gcc-8.3/gcc/GTY()]]
--[[gcc-8.3/gcc/rtx_insn]]
--[[gcc-8.3/gcc/sequence_stack]]


*コメント [#v0a0a2b0]


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