Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dparser-defs.h225 extern struct type_stack *append_type_stack (struct type_stack *to,
H A Dparse.c1565 append_type_stack (struct type_stack *to, struct type_stack *from) in append_type_stack() function
H A Dc-exp.y1092 { $$ = append_type_stack ($2, $1); }