gcc-8.3/gcc/gimple_code()
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#uac44905]
#backlinks
*説明 [#p0eb09d9]
-パス: [[gcc-8.3/gcc/gimple.h]]
-FIXME: これは何?
--説明
**引数 [#s3aba1a2]
-const gimple *g
--
--[[gcc-8.3/gcc/gimple]]
**返り値 [#odcc9ae7]
-gimple_code
--
--[[gcc-8.3/gcc/gimple_code]]
**参考 [#y9185413]
*実装 [#xc6517dd]
/* Return the code for GIMPLE statement G. */
static inline enum gimple_code
gimple_code (const gimple *g)
{
return g->code;
}
*コメント [#ua14e5cb]
終了行:
*参照元 [#uac44905]
#backlinks
*説明 [#p0eb09d9]
-パス: [[gcc-8.3/gcc/gimple.h]]
-FIXME: これは何?
--説明
**引数 [#s3aba1a2]
-const gimple *g
--
--[[gcc-8.3/gcc/gimple]]
**返り値 [#odcc9ae7]
-gimple_code
--
--[[gcc-8.3/gcc/gimple_code]]
**参考 [#y9185413]
*実装 [#xc6517dd]
/* Return the code for GIMPLE statement G. */
static inline enum gimple_code
gimple_code (const gimple *g)
{
return g->code;
}
*コメント [#ua14e5cb]
ページ名: