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

/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstw.h38 typedef struct _ffestw_ *ffestw; typedef in typeref:struct:_ffestw_
59 ffestw next_; /* Next (unused) block, or NULL. */
60 ffestw previous_; /* Previous block, NULL if this is NIL state. */
61 ffestw top_do_; /* Previous or current DO state, or NULL. */
118 extern ffestw ffestw_stack_top_;
123 void ffestw_kill (ffestw block);
125 ffestw ffestw_new (void);
126 ffestw ffestw_pop (void);
127 ffestw ffestw_push (ffestw bloc
[all...]
H A Dste.h60 void ffeste_do (ffestw block);
65 void ffeste_R803 (ffestw block, ffebld expr);
66 void ffeste_R804 (ffestw block, ffebld expr);
67 void ffeste_R805 (ffestw block);
68 void ffeste_R806 (ffestw block);
70 void ffeste_R809 (ffestw block, ffebld expr);
71 void ffeste_R810 (ffestw block, unsigned long casenum);
72 void ffeste_R811 (ffestw block);
73 void ffeste_R819A (ffestw block, ffelab label, ffebld var,
77 void ffeste_R819B (ffestw bloc
[all...]
H A Dstw.c49 ffestw ffestw_stack_top_ = NULL;
277 /* ffestw_init_0 -- Initialize ffestw structures
284 ffestw b;
286 ffestw_stack_top_ = b = (ffestw) malloc_new_kp (malloc_pool_image (),
302 ffestw b;
306 ffestw_kill (ffestw b)
320 ffestw b;
323 ffestw
326 ffestw b;
328 b = (ffestw) malloc_new_k
[all...]
H A Dstd.h159 void ffestd_R834 (ffestw block);
160 void ffestd_R835 (ffestw block);
H A Dste.c96 static void ffeste_begin_iterdo_ (ffestw block, tree *tvar, tree *tincr,
102 static void ffeste_end_iterdo_ (ffestw block, tree tvar, tree tincr,
403 ffestw block;
412 ffeste_start_block_ (ffestw block)
430 ffeste_end_block_ (ffestw block)
511 ffeste_begin_iterdo_ (ffestw block, tree *xtvar, tree *xtincr,
757 ffeste_end_iterdo_ (ffestw block, tree tvar, tree tincr, tree itersvar)
2491 ffeste_do (ffestw block)
2608 ffeste_R803 (ffestw block, ffebld expr)
2663 ffeste_R804 (ffestw bloc
[all...]
H A Dstc.c1483 ffestw block;
4573 ffestw b;
4623 ffestw b;
5596 ffestw b;
5793 ffestw block;
6052 ffestw b;
8715 ffestw b;
8743 ffestw b;
8818 ffestw b;
9027 ffestw
[all...]
H A Dstd.c172 ffestw block;
195 ffestw block;
202 ffestw block;
208 ffestw block;
213 ffestw block;
225 ffestw block;
232 ffestw block;
238 ffestw block;
244 ffestw block;
258 ffestw bloc
[all...]

Completed in 110 milliseconds