Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/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.c1638 case tp_pointer:
1669 { push_type (tp_pointer); yyval.voidval = 0; }
1674 { 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.y749 { push_type (tp_pointer); $$ = 0; }
751 { push_type (tp_pointer); $$ = $2; }
H A Dparse.c1194 case tp_pointer: in follow_types()
H A Dobjc-exp.c2127 { push_type (tp_pointer); yyval.voidval = 0; }
2132 { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; }
H A Dc-exp.c2060 { push_type (tp_pointer); yyval.voidval = 0; }
2065 { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; }