Home
last modified time | relevance | path

Searched refs:ffe_pool_program_unit (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dsymbol.c57 #define FFESYMBOL_SPACE_POOL_ ffe_pool_program_unit()
854 ffesymbol_global_ = ffename_space_new (ffe_pool_program_unit ()); in ffesymbol_init_3()
856 ffesymbol_local_ = ffename_space_new (ffe_pool_program_unit ()); in ffesymbol_init_3()
862 ffesymbol_sfunc_ = ffename_space_new (ffe_pool_program_unit ()); in ffesymbol_init_4()
H A Ddata.c1279 accter = ffebld_new_accter (array, ffebit_new (ffe_pool_program_unit (), in ffedata_gather_()
1468 malloc_kill_ks (ffe_pool_program_unit (), victim, sizeof (*victim)); in ffedata_pop_()
1480 baby = malloc_new_ks (ffe_pool_program_unit (), "ffedataImpdo_", sizeof (*baby)); in ffedata_push_()
1658 ffebit_new (ffe_pool_program_unit (), in ffedata_value_()
1795 ffebit_new (ffe_pool_program_unit (), in ffedata_value_()
H A Dsta.c1347 = malloc_pool_new ("Statement Output", ffe_pool_program_unit (), 1024); in ffesta_second_()
1349 = malloc_pool_new ("Statement Scratch", ffe_pool_program_unit (), 1024); in ffesta_second_()
1423 = malloc_pool_new ("Statement Output", ffe_pool_program_unit (), 1024); in ffesta_eof()
1425 = malloc_pool_new ("Statement Scratch", ffe_pool_program_unit (), 1024); in ffesta_eof()
H A Dtop.h209 #define ffe_pool_program_unit() (ffe_program_unit_pool_) macro
H A Dstorag.c419 s = (ffestorag) malloc_new_kp (ffe_pool_program_unit (), "ffestorag", in ffestorag_new()
H A Dequiv.c977 malloc_kill_ks (ffe_pool_program_unit (), victim, sizeof (*victim)); in ffeequiv_kill()
1319 eq = malloc_new_ks (ffe_pool_program_unit (), "ffeequiv", sizeof (*eq)); in ffeequiv_new()
H A Dexpr.c7232 s = malloc_new_ks (ffe_pool_program_unit (), "FFEEXPR stack", sizeof (*s)); in ffeexpr_lhs()
7265 s = malloc_new_ks (ffe_pool_program_unit (), "FFEEXPR stack", sizeof (*s)); in ffeexpr_rhs()
7398 malloc_kill_ks (ffe_pool_program_unit (), ffeexpr_stack_, sizeof (*ffeexpr_stack_)); in ffeexpr_cb_close_paren_ambig_()
7507 malloc_kill_ks (ffe_pool_program_unit (), ffeexpr_stack_, sizeof (*ffeexpr_stack_)); in ffeexpr_cb_close_paren_ambig_1_()
8139 malloc_kill_ks (ffe_pool_program_unit (), ffeexpr_stack_, in ffeexpr_cb_comma_i_5_()
8848 malloc_kill_ks (ffe_pool_program_unit (), ffeexpr_stack_, in ffeexpr_token_first_lhs_1_()
9091 malloc_kill_ks (ffe_pool_program_unit (), ffeexpr_stack_, sizeof (*ffeexpr_stack_)); in ffeexpr_token_first_rhs_1_()
9131 malloc_kill_ks (ffe_pool_program_unit (), ffeexpr_stack_, in ffeexpr_token_first_rhs_2_()
9202 malloc_kill_ks (ffe_pool_program_unit (), ffeexpr_stack_, sizeof (*ffeexpr_stack_)); in ffeexpr_token_first_rhs_4_()
9339 malloc_kill_ks (ffe_pool_program_unit (), ffeexpr_stack_, sizeof (*ffeexpr_stack_)); in ffeexpr_token_namelist_()
[all …]
H A Dbld.h740 #define ffebld_constant_pool() ffe_pool_program_unit()
H A Dbld.c4074 ffebld_pool_stack_.pool = ffe_pool_program_unit (); in ffebld_init_2()