Searched refs:uns64value (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | lexer.c | 437 t->uns64value = major * 1000 + minor; in scan() 1528 t->uns64value = escapeSequence(); in charConstant() 1534 t->uns64value = escapeSequence(); in charConstant() 1539 t->uns64value = escapeSequence(); in charConstant() 1552 t->uns64value = '?'; in charConstant() 1568 t->uns64value = c; in charConstant() 1575 t->uns64value = '?'; in charConstant() 1899 t->uns64value = n; in number() 2073 int lin = (int)(tok.uns64value - 1); in poundLine() 2074 if ((unsigned)lin != tok.uns64value - 1) in poundLine() [all …]
|
| H A D | tokens.c | 60 sprintf(&buffer[0],"%uU",(d_uns32)uns64value); in toChars() 68 sprintf(&buffer[0],"%lluUL",(ulonglong)uns64value); in toChars()
|
| H A D | tokens.h | 207 d_uns64 uns64value; member
|
| H A D | parse.c | 868 s = new DebugSymbol(token.loc, (unsigned)token.uns64value); in parseDeclDefs() 892 s = new VersionSymbol(token.loc, (unsigned)token.uns64value); in parseDeclDefs() 1469 level = (unsigned)token.uns64value; in parseDebugCondition() 1503 level = (unsigned)token.uns64value; in parseVersionCondition() 6763 e = new IntegerExp(loc, (d_uns32)token.uns64value, Type::tuns32); in parsePrimaryExp() 6773 e = new IntegerExp(loc, token.uns64value, Type::tuns64); in parsePrimaryExp() 6867 e = new IntegerExp(loc, (d_uns8)token.uns64value, Type::tchar); in parsePrimaryExp() 6872 e = new IntegerExp(loc, (d_uns16)token.uns64value, Type::twchar); in parsePrimaryExp() 6877 e = new IntegerExp(loc, (d_uns32)token.uns64value, Type::tdchar); in parsePrimaryExp()
|