Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dparser-defs.h228 extern void push_type_stack (struct type_stack *stack);
H A Dc-exp.y1101 push_type_stack ($1);
1115 push_type_stack ($1);
1408 push_type_stack ($2);
H A Dparse.c1579 push_type_stack (struct type_stack *stack) in push_type_stack() function