Searched refs:tpnew (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/gdb/gdb/
H A Dp-exp.y999 struct type_push *tpnew;
1000 tpnew = (struct type_push *) malloc (sizeof (struct type_push));
1001 tpnew->next = tp_top;
1002 tpnew->stored = current_type;
1004 tp_top = tpnew;
H A Dp-exp.c2324 struct type_push *tpnew;
2325 tpnew = (struct type_push *) xmalloc (sizeof (struct type_push));
2326 tpnew->next = tp_top;
2327 tpnew->stored = current_type;
2329 tp_top = tpnew;
2320 struct type_push *tpnew; local

Completed in 108 milliseconds