Home
last modified time | relevance | path

Searched refs:ffebld_init_list (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstt.c202 ffebld_init_list (&expr, &bottom); in ffestt_dimlist_as_expr()
267 ffebld_init_list (&ex, &bottom); in ffestt_dimlist_as_expr()
H A Dstc.c7648 ffebld_init_list (&ffestc_local_.data.objlist, in ffestc_R528_item_object()
8008 ffebld_init_list (ffesymbol_ptr_to_namelist (s), in ffestc_R542_item_nlist()
8179 ffebld_init_list (&ffestc_local_.equiv.list, &ffestc_local_.equiv.bottom); in ffestc_R544_item()
8508 ffebld_init_list (ffesymbol_ptr_to_commonlist (s), in ffestc_R547_item_cblock()
12228 ffebld_init_list (&fs->dummy_args, &ffestc_local_.dummy.list_bottom); in ffestc_R1219()
12383 ffebld_init_list (&s->dummy_args, &ffestc_local_.dummy.list_bottom); in ffestc_R1223()
12499 ffebld_init_list (&fs->dummy_args, &ffestc_local_.dummy.list_bottom); in ffestc_R1226()
12805 ffebld_init_list (&s->dummy_args, &ffestc_local_.dummy.list_bottom); in ffestc_R1229_start()
H A Dexpr.c7798 ffebld_init_list (&ffeexpr_stack_->expr, &ffeexpr_stack_->bottom); in ffeexpr_cb_comma_ci_()
7902 ffebld_init_list (&(ffebld_right (ffeexpr_stack_->expr)), in ffeexpr_cb_comma_i_1_()
8741 ffebld_init_list (&ffeexpr_stack_->expr, &ffeexpr_stack_->bottom); in ffeexpr_token_first_lhs_()
8747 ffebld_init_list (&ffeexpr_stack_->expr, &ffeexpr_stack_->bottom); in ffeexpr_token_first_lhs_()
8753 ffebld_init_list (&ffeexpr_stack_->expr, &ffeexpr_stack_->bottom); in ffeexpr_token_first_lhs_()
8759 ffebld_init_list (&ffeexpr_stack_->expr, &ffeexpr_stack_->bottom); in ffeexpr_token_first_lhs_()
15010 ffebld_init_list (&ffeexpr_stack_->expr, &ffeexpr_stack_->bottom); in ffeexpr_token_name_lhs_()
15018 ffebld_init_list (&ffeexpr_stack_->expr, &ffeexpr_stack_->bottom); in ffeexpr_token_name_lhs_()
15057 ffebld_init_list (&ffeexpr_stack_->expr, &ffeexpr_stack_->bottom); in ffeexpr_token_name_lhs_()
15341 ffebld_init_list (&ffeexpr_stack_->expr, &ffeexpr_stack_->bottom); in ffeexpr_token_name_rhs_()
[all …]
H A Dbld.h934 #define ffebld_init_list(l,b) (*(l) = NULL, *(b) = (l)) macro