Home
last modified time | relevance | path

Searched refs:tp_top (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dp-exp.y993 static struct type_push *tp_top = NULL; variable
1000 tpnew->next = tp_top; in push_current_type()
1003 tp_top = tpnew; in push_current_type()
1009 struct type_push *tp = tp_top; in pop_current_type()
1013 tp_top = tp->next; in pop_current_type()
H A Dp-exp.c2336 static struct type_push *tp_top = NULL; variable
2343 tpnew->next = tp_top; in push_current_type()
2346 tp_top = tpnew; in push_current_type()
2352 struct type_push *tp = tp_top; in pop_current_type()
2356 tp_top = tp->next; in pop_current_type()