Searched refs:stack_local_entry (Results 1 – 5 of 5) sorted by relevance
2654 struct stack_local_entry *stack_locals;
334 struct GTY(()) stack_local_entry { struct338 struct stack_local_entry *next; argument16569 struct stack_local_entry *s; in assign_386_stack_local()16585 s = ggc_alloc<stack_local_entry> (); in assign_386_stack_local()16598 struct stack_local_entry *s; in ix86_instantiate_decls()
2763 struct stack_local_entry *stack_locals;
333 struct GTY(()) stack_local_entry { struct337 struct stack_local_entry *next; argument15925 struct stack_local_entry *s; in assign_386_stack_local()15933 s = ggc_alloc<stack_local_entry> (); in assign_386_stack_local()15946 struct stack_local_entry *s; in ix86_instantiate_decls()
32791 * config/i386/i386.c (struct stack_local_entry): New.