Searched refs:tp_top (Results 1 – 2 of 2) sorted by relevance
993 static struct type_push *tp_top = NULL; variable1000 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()
2336 static struct type_push *tp_top = NULL; variable2343 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()