Home
last modified time | relevance | path

Searched refs:tp_reference (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Df-exp.y554 case tp_reference:
585 { push_type (tp_reference); $$ = 0; }
587 { push_type (tp_reference); $$ = $2; }
H A Dparser-defs.h119 tp_reference, enumerator
H A Dparse.c1469 gdb_assert (tp == tp_pointer || tp == tp_reference in insert_type()
1681 case tp_reference: in follow_types()
H A Dc-exp.y1077 { insert_type (tp_reference); }
1079 { insert_type (tp_reference); }