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

/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstw.h93 ffestwCase previous_stmt; /* Previous range. */ member in struct:_ffestw_case_
H A Dste.c2936 c->previous_stmt->previous_stmt->next_stmt = c;
2937 c->previous_stmt = c->previous_stmt->previous_stmt;
2993 c->previous_stmt->previous_stmt->next_stmt = c;
2994 c->previous_stmt = c->previous_stmt->previous_stmt;
[all...]
H A Dstc.c9321 nc->previous_stmt = s->last_stmt;
9328 nc->next_stmt->previous_stmt = nc;
9329 nc->previous_stmt->next_stmt = nc;

Completed in 118 milliseconds