gcc-8.3/gcc/get_insns()
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#ke4a8ded]
#backlinks
*説明 [#ad534bc1]
-パス: [[gcc-8.3/gcc/emit-rtl.h]]
-FIXME: これは何?
--説明
**引数 [#i2402cfe]
-なし
**返り値 [#z1556006]
-rtx_insn *
--
--[[gcc-8.3/gcc/rtx_insn]]
**参考 [#bdc319e3]
-first の getter/setter
--[[gcc-8.3/gcc/get_insns()]]
--[[gcc-8.3/gcc/set_first_insn()]]
-last の getter/setter
--[[gcc-8.3/gcc/get_last_insn()]]
--[[gcc-8.3/gcc/set_last_insn()]]
*実装 [#f2728c72]
/* Return the first insn of the current sequence or curr...
static inline rtx_insn *
get_insns (void)
{
return get_current_sequence ()->first;
}
-
--[[gcc-8.3/gcc/get_current_sequence()]]
*コメント [#kb57c427]
終了行:
*参照元 [#ke4a8ded]
#backlinks
*説明 [#ad534bc1]
-パス: [[gcc-8.3/gcc/emit-rtl.h]]
-FIXME: これは何?
--説明
**引数 [#i2402cfe]
-なし
**返り値 [#z1556006]
-rtx_insn *
--
--[[gcc-8.3/gcc/rtx_insn]]
**参考 [#bdc319e3]
-first の getter/setter
--[[gcc-8.3/gcc/get_insns()]]
--[[gcc-8.3/gcc/set_first_insn()]]
-last の getter/setter
--[[gcc-8.3/gcc/get_last_insn()]]
--[[gcc-8.3/gcc/set_last_insn()]]
*実装 [#f2728c72]
/* Return the first insn of the current sequence or curr...
static inline rtx_insn *
get_insns (void)
{
return get_current_sequence ()->first;
}
-
--[[gcc-8.3/gcc/get_current_sequence()]]
*コメント [#kb57c427]
ページ名: