Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/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.c1648 case tp_reference:
1686 { push_type (tp_reference); yyval.voidval = 0; }
1691 { 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.y750 { push_type (tp_reference); $$ = 0; }
752 { push_type (tp_reference); $$ = $2; }
H A Dparse.c1244 case tp_reference: in follow_types()
H A Dc-exp.c2075 { push_type (tp_reference); yyval.voidval = 0; }
2080 { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; }
H A Dobjc-exp.c2144 { push_type (tp_reference); yyval.voidval = 0; }
2149 { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; }