Home
last modified time | relevance | path

Searched refs:stack_local_entry (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.h2654 struct stack_local_entry *stack_locals;
Di386.cc334 struct GTY(()) stack_local_entry { struct
338 struct stack_local_entry *next; argument
16569 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()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200332791 * config/i386/i386.c (struct stack_local_entry): New.