*参照元 [#cd438a01] #backlinks *説明 [#pac252d5] -パス: [[gcc-8.3/gcc/gimple.h]] -FIXME: これは何? --説明 **参考 [#d8abff25] *実装 [#xe444b4b] /* This gimple subclass has no tag value. */ struct GTY(()) gimple_statement_with_ops_base : public gimple { - --[[gcc-8.3/gcc/gimple]] /* [ WORD 1-6 ] : base class */ /* [ WORD 7 ] SSA operand vectors. NOTE: It should be possible to amalgamate these vectors with the operand vector OP. However, the SSA operand vectors are organized differently and contain more information (like immediate use chaining). */ struct use_optype_d GTY((skip (""))) *use_ops; - --[[gcc-8.3/gcc/use_optype_d]] }; *コメント [#s9c4c0e4]