参照元

説明

引数

返り値

参考

実装

/* Return the LHS of call statement GS.  */

static inline tree
gimple_call_lhs (const gcall *gs)
{
  return gs->op[0];
}

コメント


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS