Home
last modified time | relevance | path

Searched refs:ffebld_pool_stack_ (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbld.c57 struct _ffebld_pool_stack_ ffebld_pool_stack_; variable
4073 ffebld_pool_stack_.next = NULL; in ffebld_init_2()
4074 ffebld_pool_stack_.pool = ffe_pool_program_unit (); in ffebld_init_2()
4457 assert (ffebld_pool_stack_.next != NULL); in ffebld_pool_pop()
4458 ps = ffebld_pool_stack_.next; in ffebld_pool_pop()
4459 ffebld_pool_stack_.next = ps->next; in ffebld_pool_pop()
4460 ffebld_pool_stack_.pool = ps->pool; in ffebld_pool_pop()
4474 ps->next = ffebld_pool_stack_.next; in ffebld_pool_push()
4475 ps->pool = ffebld_pool_stack_.pool; in ffebld_pool_push()
4476 ffebld_pool_stack_.next = ps; in ffebld_pool_push()
[all …]
H A Dbld.h478 extern struct _ffebld_pool_stack_ ffebld_pool_stack_;
985 #define ffebld_pool() (ffebld_pool_stack_.pool)