Searched refs:newlval (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | f-exp.y | 1169 YYSTYPE newlval; /* Its value is ignored. */ in yylex() local 1170 hextype = parse_number (tokstart, namelen, 0, &newlval); in yylex()
|
| D | jv-exp.y | 1203 YYSTYPE newlval; /* Its value is ignored. */ in yylex() local 1204 int hextype = parse_number (tokstart, namelen, 0, &newlval); in yylex()
|
| D | p-exp.y | 1627 YYSTYPE newlval; /* Its value is ignored. */ in yylex() local 1628 hextype = parse_number (tokstart, namelen, 0, &newlval); in yylex()
|
| D | objc-exp.y | 1797 YYSTYPE newlval; /* Its value is ignored. */ in yylex() local 1798 hextype = parse_number (tokstart, namelen, 0, &newlval); in yylex()
|
| D | c-exp.y | 1790 YYSTYPE newlval; /* Its value is ignored. */ in yylex() local 1791 hextype = parse_number (tokstart, namelen, 0, &newlval); in yylex()
|