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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dreg-stack.c2024 int n_notes;
2064 n_notes = 0;
2080 note_reg[n_notes] = reg;
2081 note_loc[n_notes] = loc;
2082 note_kind[n_notes] = REG_NOTE_KIND (note);
2083 n_notes++;
2175 for (i = 0; i < n_notes; i++)
2259 for (j = 0; j < n_notes; j++)
2274 for (j = 0; j < n_notes; j++)
2009 int n_notes; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dreg-stack.c1955 int n_notes;
1996 n_notes = 0;
2012 note_reg[n_notes] = reg;
2013 note_loc[n_notes] = loc;
2014 note_kind[n_notes] = REG_NOTE_KIND (note);
2015 n_notes++;
2107 for (i = 0; i < n_notes; i++)
2191 for (j = 0; j < n_notes; j++)
2206 for (j = 0; j < n_notes; j++)
1940 int n_notes; local

Completed in 170 milliseconds