GCC Wikia
登録
Advertisement

このページを編集する際は,編集に関する方針に従ってください.[]

概要[]

実装[]

1390 struct tree_exp GTY(())
1391 {
1392   struct tree_common common;
1393   source_locus locus;
1394   int complexity;
1395   tree block;
1396   tree GTY ((special ("tree_exp"),
1397              desc ("TREE_CODE ((tree) &%0)")))
1398     operands[1];
1399 };


リンク元

Advertisement