/* This represents the USE operands of a stmt. */ struct use_optype_d { struct use_optype_d *next; struct ssa_use_operand_t use_ptr; };
メニュー編集
新規作成用