Searched refs:ffe_pool_program_unit (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | symbol.c | 57 #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 D | data.c | 1279 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 D | sta.c | 1347 = 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 D | top.h | 209 #define ffe_pool_program_unit() (ffe_program_unit_pool_) macro
|
| H A D | storag.c | 419 s = (ffestorag) malloc_new_kp (ffe_pool_program_unit (), "ffestorag", in ffestorag_new()
|
| H A D | equiv.c | 977 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 D | expr.c | 7232 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 D | bld.h | 740 #define ffebld_constant_pool() ffe_pool_program_unit()
|
| H A D | bld.c | 4074 ffebld_pool_stack_.pool = ffe_pool_program_unit (); in ffebld_init_2()
|