gcc-8.3/gcc/const_rtx
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#s592930b]
#backlinks
*説明 [#vc5e0e42]
-パス: [[gcc-8.3/gcc/coretypes.h]]
-FIXME: これは何?
--説明
**参考 [#ze7639e1]
*実装 [#h37f7a16]
#ifndef USED_FOR_TARGET
//...
typedef const struct rtx_def *const_rtx;
-
--[[gcc-8.3/gcc/rtx_def]]
#else
struct _dont_use_rtx_here_;
//...
#define const_rtx struct _dont_use_rtx_here_ *
//...
#endif
*コメント [#m51b28e5]
終了行:
*参照元 [#s592930b]
#backlinks
*説明 [#vc5e0e42]
-パス: [[gcc-8.3/gcc/coretypes.h]]
-FIXME: これは何?
--説明
**参考 [#ze7639e1]
*実装 [#h37f7a16]
#ifndef USED_FOR_TARGET
//...
typedef const struct rtx_def *const_rtx;
-
--[[gcc-8.3/gcc/rtx_def]]
#else
struct _dont_use_rtx_here_;
//...
#define const_rtx struct _dont_use_rtx_here_ *
//...
#endif
*コメント [#m51b28e5]
ページ名: