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

/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstw.h60 ffestw previous_; /* Previous block, NULL if this is NIL state. */ member in struct:_ffestw_
149 #define ffestw_previous(b) ((b)->previous_)
H A Dstw.c291 b->previous_ = NULL;
345 ffestw_stack_top_ = b = ffestw_stack_top_->previous_;
380 b->previous_ = ffestw_stack_top_;

Completed in 31 milliseconds