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

/haiku-fatelf/src/bin/gdb/gdb/
H A Df-exp.c244 int voidval; member in union:YYSTYPE
1679 { push_type (tp_pointer); yyval.voidval = 0; }
1684 { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; }
1689 { push_type (tp_reference); yyval.voidval = 0; }
1694 { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; }
1699 { yyval.voidval = yyvsp[-1].voidval; }
1714 { yyval.voidval
[all...]
H A Dc-exp.c255 int voidval; member in union:YYSTYPE
2068 { push_type (tp_pointer); yyval.voidval = 0; }
2073 { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; }
2078 { push_type (tp_reference); yyval.voidval = 0; }
2083 { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; }
2088 { yyval.voidval = yyvsp[-1].voidval; }
2104 yyval.voidval
[all...]
H A Dobjc-exp.c260 int voidval; member in union:YYSTYPE
2137 { push_type (tp_pointer); yyval.voidval = 0; }
2142 { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; }
2147 { push_type (tp_reference); yyval.voidval = 0; }
2152 { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; }
2157 { yyval.voidval = yyvsp[-1].voidval; }
2173 yyval.voidval
[all...]
H A Df-exp.y142 int voidval;
156 %type <voidval> exp type_exp start variable
162 %type <voidval> func_mod direct_abs_decl abs_decl
202 %token <voidval> VARIABLE
H A Dm2-exp.y144 int voidval;
153 %type <voidval> exp type_exp start set
154 %type <voidval> variable
182 %token <voidval> INTERNAL_VAR
H A Dada-exp.y161 int voidval;
167 %type <voidval> exp exp1 simple_exp start variable
H A Dobjc-exp.y141 int voidval;
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;
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;
166 %type <voidval> exp exp1 type_exp start normal_start variable qualified_name
204 %token <voidval> VARIABLE
H A Dm2-exp.c269 int voidval; member in union:YYSTYPE
H A Dada-exp.c289 int voidval; member in union:YYSTYPE
H A Dp-exp.c241 int voidval; member in union:YYSTYPE

Completed in 189 milliseconds