Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h2654 struct stack_local_entry *stack_locals;
H A 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.old/dist/gcc/config/i386/
H A Di386.h2763 struct stack_local_entry *stack_locals;
H A Di386.c333 struct GTY(()) stack_local_entry { struct
337 struct stack_local_entry *next; argument
15925 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200332791 * config/i386/i386.c (struct stack_local_entry): New.