Searched refs:typed_val_int (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dc-exp.y131 } typed_val_int;
166 %token <typed_val_int> INT
485 write_exp_elt_type (val.typed_val_int.type);
486 write_exp_elt_longcst ((LONGEST)val.typed_val_int.val);
1250 putithere->typed_val_int.val = n;
1257 putithere->typed_val_int.type = unsigned_type;
1261 putithere->typed_val_int.type = signed_type;
1398 yylval.typed_val_int.val = c;
1399 yylval.typed_val_int.type = builtin_type_char;
H A Dobjc-exp.y131 } typed_val_int;
168 %token <typed_val_int> INT
549 write_exp_elt_type (val.typed_val_int.type);
550 write_exp_elt_longcst ((LONGEST)val.typed_val_int.val);
1196 putithere->typed_val_int.val = n;
1203 putithere->typed_val_int.type = unsigned_type;
1207 putithere->typed_val_int.type = signed_type;
1308 yylval.typed_val_int.val = c;
1309 yylval.typed_val_int.type = builtin_type_char;
H A Dp-exp.y135 } typed_val_int;
173 %token <typed_val_int> INT
462 write_exp_elt_type (val.typed_val_int.type);
463 write_exp_elt_longcst ((LONGEST)val.typed_val_int.val);
970 putithere->typed_val_int.val = n;
977 putithere->typed_val_int.type = unsigned_type;
981 putithere->typed_val_int.type = signed_type;
1135 yylval.typed_val_int.val = c;
1136 yylval.typed_val_int.type = builtin_type_char;
H A Djv-exp.y132 } typed_val_int;
157 %token <typed_val_int> INTEGER_LITERAL
241 write_exp_elt_type (val.typed_val_int.type);
242 write_exp_elt_longcst ((LONGEST)val.typed_val_int.val);
814 putithere->typed_val_int.val = n;
815 putithere->typed_val_int.type = type;
914 yylval.typed_val_int.val = c;
915 yylval.typed_val_int.type = java_char_type;
H A Djv-exp.c228 } typed_val_int; member in union:YYSTYPE
1412 write_exp_elt_type (yyvsp[0].typed_val_int.type);
1413 write_exp_elt_longcst ((LONGEST)(yyvsp[0].typed_val_int.val));
1422 write_exp_elt_type (val.typed_val_int.type);
1423 write_exp_elt_longcst ((LONGEST)val.typed_val_int.val);
2188 putithere->typed_val_int.val = n;
2189 putithere->typed_val_int.type = type;
2288 yylval.typed_val_int.val = c;
2289 yylval.typed_val_int.type = java_char_type;
H A Dc-exp.c248 } typed_val_int; member in union:YYSTYPE
1797 write_exp_elt_type (yyvsp[0].typed_val_int.type);
1798 write_exp_elt_longcst ((LONGEST)(yyvsp[0].typed_val_int.val));
1807 write_exp_elt_type (val.typed_val_int.type);
1808 write_exp_elt_longcst ((LONGEST)val.typed_val_int.val);
2120 { yyval.lval = yyvsp[-1].typed_val_int.val; }
2883 putithere->typed_val_int.val = n;
2890 putithere->typed_val_int.type = unsigned_type;
2894 putithere->typed_val_int.type = signed_type;
3031 yylval.typed_val_int
[all...]
H A Dobjc-exp.c250 } typed_val_int; member in union:YYSTYPE
1856 write_exp_elt_type (yyvsp[0].typed_val_int.type);
1857 write_exp_elt_longcst ((LONGEST)(yyvsp[0].typed_val_int.val));
1866 write_exp_elt_type (val.typed_val_int.type);
1867 write_exp_elt_longcst ((LONGEST)val.typed_val_int.val);
2187 { yyval.lval = yyvsp[-1].typed_val_int.val; }
2841 putithere->typed_val_int.val = n;
2848 putithere->typed_val_int.type = unsigned_type;
2852 putithere->typed_val_int.type = signed_type;
2953 yylval.typed_val_int
[all...]
H A Dp-exp.c231 } typed_val_int; member in union:YYSTYPE
1566 write_exp_elt_type (yyvsp[0].typed_val_int.type);
1567 write_exp_elt_longcst ((LONGEST)(yyvsp[0].typed_val_int.val));
1576 write_exp_elt_type (val.typed_val_int.type);
1577 write_exp_elt_longcst ((LONGEST)val.typed_val_int.val);
2295 putithere->typed_val_int.val = n;
2302 putithere->typed_val_int.type = unsigned_type;
2306 putithere->typed_val_int.type = signed_type;
2460 yylval.typed_val_int.val = c;
2461 yylval.typed_val_int
[all...]

Completed in 185 milliseconds