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

/freebsd-10.3-release/contrib/gdb/gdb/
H A Dp-exp.y988 struct type_push
991 struct type_push *next;
994 static struct type_push *tp_top = NULL;
999 struct type_push *tpnew;
1000 tpnew = (struct type_push *) malloc (sizeof (struct type_push));
1010 struct type_push *tp = tp_top;
H A Dp-exp.c2313 struct type_push
2316 struct type_push *next;
2319 static struct type_push *tp_top = NULL;
2324 struct type_push *tpnew;
2325 tpnew = (struct type_push *) xmalloc (sizeof (struct type_push));
2335 struct type_push *tp = tp_top;
2309 struct type_push struct

Completed in 98 milliseconds