Home
last modified time | relevance | path

Searched refs:typed_val_int (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Djv-exp.y132 } typed_val_int; member
157 %token <typed_val_int> INTEGER_LITERAL
240 write_exp_elt_type (val.typed_val_int.type);
241 write_exp_elt_longcst ((LONGEST)val.typed_val_int.val);
822 putithere->typed_val_int.val = n;
823 putithere->typed_val_int.type = type;
922 yylval.typed_val_int.val = c; in yylex()
923 yylval.typed_val_int.type = java_char_type; in yylex()
Dp-exp.y135 } typed_val_int; member
173 %token <typed_val_int> INT
461 write_exp_elt_type (val.typed_val_int.type);
462 write_exp_elt_longcst ((LONGEST)val.typed_val_int.val);
969 putithere->typed_val_int.val = n;
976 putithere->typed_val_int.type = unsigned_type;
980 putithere->typed_val_int.type = signed_type;
1134 yylval.typed_val_int.val = c; in yylex()
1135 yylval.typed_val_int.type = builtin_type_char; in yylex()
Dobjc-exp.y131 } typed_val_int; member
168 %token <typed_val_int> INT
548 write_exp_elt_type (val.typed_val_int.type);
549 write_exp_elt_longcst ((LONGEST)val.typed_val_int.val);
1195 putithere->typed_val_int.val = n;
1202 putithere->typed_val_int.type = unsigned_type;
1206 putithere->typed_val_int.type = signed_type;
1307 yylval.typed_val_int.val = c; in yylex()
1308 yylval.typed_val_int.type = builtin_type_char; in yylex()
Dc-exp.y128 } typed_val_int; member
163 %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; in yylex()
1399 yylval.typed_val_int.type = builtin_type (current_gdbarch)->builtin_char; in yylex()
Dcp-name-parser.y234 } typed_val_int; member
289 %token <typed_val_int> GLOBAL
1840 yylval.typed_val_int.val = GLOBAL_CONSTRUCTORS; in yylex()
1843 yylval.typed_val_int.type = make_name (lexptr, p - lexptr); in yylex()
1851 yylval.typed_val_int.val = GLOBAL_DESTRUCTORS; in yylex()
1854 yylval.typed_val_int.type = make_name (lexptr, p - lexptr); in yylex()