gcc-8.3/gcc/rtx_length(global)
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#z56ab0d1]
#backlinks
*説明 [#gedb572c]
-パス: [[gcc-8.3/gcc/rtl.c]]
-FIXME: これは何?
--説明
**参考 [#jf7c6bdc]
*実装 [#a19c819a]
/* Indexed by rtx code, gives number of operands for an ...
Does NOT include rtx header data (code and links). */
#define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) sizeof...
const unsigned char rtx_length[NUM_RTX_CODE] = {
#include "rtl.def"
};
#undef DEF_RTL_EXPR
-
--[[gcc-8.3/gcc/DEF_RTL_EXPR()]]
*コメント [#s6a269a4]
終了行:
*参照元 [#z56ab0d1]
#backlinks
*説明 [#gedb572c]
-パス: [[gcc-8.3/gcc/rtl.c]]
-FIXME: これは何?
--説明
**参考 [#jf7c6bdc]
*実装 [#a19c819a]
/* Indexed by rtx code, gives number of operands for an ...
Does NOT include rtx header data (code and links). */
#define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) sizeof...
const unsigned char rtx_length[NUM_RTX_CODE] = {
#include "rtl.def"
};
#undef DEF_RTL_EXPR
-
--[[gcc-8.3/gcc/DEF_RTL_EXPR()]]
*コメント [#s6a269a4]
ページ名: