Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDparser-defs.h225 extern struct type_stack *append_type_stack (struct type_stack *to,
HDparse.c1565 append_type_stack (struct type_stack *to, struct type_stack *from) in append_type_stack() function
HDc-exp.y1092 { $$ = append_type_stack ($2, $1); }