Searched refs:n_notes (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dreg-stack.c1968 int n_notes;
2009 n_notes = 0;
2025 note_reg[n_notes] = reg;
2026 note_loc[n_notes] = loc;
2027 note_kind[n_notes] = REG_NOTE_KIND (note);
2028 n_notes++;
2120 for (i = 0; i < n_notes; i++)
2204 for (j = 0; j < n_notes; j++)
2219 for (j = 0; j < n_notes; j++)
1953 int n_notes; local

Completed in 59 milliseconds