Home
last modified time | relevance | path

Searched refs:voidval (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Df-exp.c244 int voidval; member
1676 { push_type (tp_pointer); yyval.voidval = 0; }
1681 { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; }
1686 { push_type (tp_reference); yyval.voidval = 0; }
1691 { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; }
1696 { yyval.voidval = yyvsp[-1].voidval; }
1711 { yyval.voidval = 0; }
1716 { free (yyvsp[-1].tvec); yyval.voidval = 0; }
H A Dc-exp.c255 int voidval; member
2065 { push_type (tp_pointer); yyval.voidval = 0; }
2070 { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; }
2075 { push_type (tp_reference); yyval.voidval = 0; }
2080 { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; }
2085 { yyval.voidval = yyvsp[-1].voidval; }
2101 yyval.voidval = 0;
2127 { yyval.voidval = 0; }
2132 { free (yyvsp[-1].tvec); yyval.voidval = 0; }
H A Dobjc-exp.c260 int voidval; member
2134 { push_type (tp_pointer); yyval.voidval = 0; }
2139 { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; }
2144 { push_type (tp_reference); yyval.voidval = 0; }
2149 { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; }
2154 { yyval.voidval = yyvsp[-1].voidval; }
2170 yyval.voidval = 0;
2196 { yyval.voidval = 0; }
2201 { free (yyvsp[-1].tvec); yyval.voidval = 0; }
H A Dm2-exp.y144 int voidval; member
153 %type <voidval> exp type_exp start set
154 %type <voidval> variable
182 %token <voidval> INTERNAL_VAR
H A Df-exp.y142 int voidval; member
156 %type <voidval> exp type_exp start variable
162 %type <voidval> func_mod direct_abs_decl abs_decl
202 %token <voidval> VARIABLE
H A Dobjc-exp.y141 int voidval; member
157 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly
164 %type <voidval> func_mod direct_abs_decl abs_decl
203 %token <voidval> VARIABLE
H A Dc-exp.y138 int voidval; member
152 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly
159 %type <voidval> func_mod direct_abs_decl abs_decl
196 %token <voidval> VARIABLE
H A Dp-exp.y145 int voidval; member
166 %type <voidval> exp exp1 type_exp start normal_start variable qualified_name
204 %token <voidval> VARIABLE
H A Dada-exp.y161 int voidval; member
167 %type <voidval> exp exp1 simple_exp start variable
H A Dada-exp.c289 int voidval; member
H A Dm2-exp.c269 int voidval; member
H A Dp-exp.c241 int voidval; member