Searched refs:ffestw_previous (Results 1 – 2 of 2) sorted by relevance
977 < ffestw_blocknum (ffestw_previous (ffestw_stack_top ()))) in ffestc_labeldef_endif_()1518 block = ffestw_top_do (ffestw_previous (block))) in ffestc_labelref_is_branch_()1544 block = ffestw_previous (block)) in ffestc_labelref_is_branch_()5625 ffebad_here (1, ffestw_line (ffestw_previous (b)), ffestw_col (ffestw_previous (b))); in ffestc_end()5655 ffebad_here (1, ffestw_line (ffestw_previous (b)), ffestw_col (ffestw_previous (b))); in ffestc_end()5663 b = ffestw_previous (ffestw_stack_top ()); in ffestc_end()5797 block = ffestw_top_do (ffestw_previous (block))) in ffestc_ffebad_here_doiter()9833 block = ffestw_top_do (ffestw_previous (block))) in ffestc_R834()9883 block = ffestw_top_do (ffestw_previous (block))) in ffestc_R835()12635 for (b = ffestw_stack_top (); ; b = ffestw_previous (b)) in ffestc_R1227()[all …]
147 #define ffestw_previous(b) ((b)->previous_) macro