Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dparser-defs.h97 tp_pointer, enumerator
H A Df-exp.y517 case tp_pointer:
547 { push_type (tp_pointer); $$ = 0; }
549 { push_type (tp_pointer); $$ = $2; }
H A Df-exp.c1645 case tp_pointer:
1676 { push_type (tp_pointer); yyval.voidval = 0; }
1681 { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; }
H A Dobjc-exp.y810 { push_type (tp_pointer); $$ = 0; }
812 { push_type (tp_pointer); $$ = $2; }
H A Dc-exp.y746 { push_type (tp_pointer); $$ = 0; }
748 { push_type (tp_pointer); $$ = $2; }
H A Dparse.c1228 case tp_pointer: in follow_types()
H A Dc-exp.c2065 { push_type (tp_pointer); yyval.voidval = 0; }
2070 { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; }
H A Dobjc-exp.c2134 { push_type (tp_pointer); yyval.voidval = 0; }
2139 { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; }