Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dparser-defs.h98 tp_reference, enumerator
H A Df-exp.y520 case tp_reference:
551 { push_type (tp_reference); $$ = 0; }
553 { push_type (tp_reference); $$ = $2; }
H A Df-exp.c1641 case tp_reference:
1679 { push_type (tp_reference); yyval.voidval = 0; }
1684 { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; }
H A Dobjc-exp.y814 { push_type (tp_reference); $$ = 0; }
816 { push_type (tp_reference); $$ = $2; }
H A Dc-exp.y753 { push_type (tp_reference); $$ = 0; }
755 { push_type (tp_reference); $$ = $2; }
H A Dparse.c1212 case tp_reference: in follow_types()
H A Dobjc-exp.c2137 { push_type (tp_reference); yyval.voidval = 0; }
2142 { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; }
H A Dc-exp.c2070 { push_type (tp_reference); yyval.voidval = 0; }
2075 { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; }