gcc-8.3/gcc/GET_CODE()
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#m811b5c0]
#backlinks
*説明 [#c91a6b77]
-パス: [[gcc-8.3/gcc/rtl.h]]
-FIXME: これは何?
--説明
**引数 [#g6c6e409]
-rtx RTX
--
--[[gcc-8.3/gcc/rtx]]
**返り値 [#h9198344]
-enum rtx_code
--
--[[gcc-8.3/gcc/rtx_code]]
**参考 [#m67fb2b5]
*実装 [#e3892b97]
/* Define macros to access the `code' field of the rtx. ...
#define GET_CODE(RTX) ((enum rtx_code) (RTX)->code)
*コメント [#k46e33f0]
終了行:
*参照元 [#m811b5c0]
#backlinks
*説明 [#c91a6b77]
-パス: [[gcc-8.3/gcc/rtl.h]]
-FIXME: これは何?
--説明
**引数 [#g6c6e409]
-rtx RTX
--
--[[gcc-8.3/gcc/rtx]]
**返り値 [#h9198344]
-enum rtx_code
--
--[[gcc-8.3/gcc/rtx_code]]
**参考 [#m67fb2b5]
*実装 [#e3892b97]
/* Define macros to access the `code' field of the rtx. ...
#define GET_CODE(RTX) ((enum rtx_code) (RTX)->code)
*コメント [#k46e33f0]
ページ名: