/* Return the code for GIMPLE statement G. */ static inline enum gimple_code gimple_code (const gimple *g) { return g->code; }
メニュー編集
新規作成用