HomeSort by: relevance | last modified time | path
    Searched refs:int64Literal (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
lexer.d 548 t.value = TOK.int64Literal;
2157 result = TOK.int64Literal;
2171 result = TOK.int64Literal;
2195 result = TOK.int64Literal;
2201 result = TOK.int64Literal;
2292 result = TOK.int64Literal; // long
2305 result = TOK.int64Literal; // long
2326 result = TOK.int64Literal;
2332 result = TOK.int64Literal; // long
2345 result = TOK.int64Literal;
    [all...]
tokens.h 117 int64Literal,
tokens.d 108 int64Literal,
841 TOK.int64Literal: "int64v",
963 case TOK.int64Literal:
parse.d 1930 case TOK.int64Literal:
2179 else if (token.value == TOK.int32Literal || token.value == TOK.int64Literal)
2208 else if (token.value == TOK.int32Literal || token.value == TOK.int64Literal)
2228 else if (token.value == TOK.int32Literal || token.value == TOK.int64Literal)
2262 else if (token.value == TOK.int32Literal || token.value == TOK.int64Literal)
5624 case TOK.int64Literal:
7114 case TOK.int64Literal:
7902 case TOK.int64Literal:
8599 case TOK.int64Literal:
cparse.d 238 case TOK.int64Literal:
688 case TOK.int64Literal:
4406 case TOK.int64Literal:

Completed in 21 milliseconds