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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 123 float80Literal,
tokens.d 114 float80Literal,
847 TOK.float80Literal: "float80v",
976 case TOK.float80Literal:
lexer.d 2527 result = TOK.float80Literal;
2543 case TOK.float80Literal:
2550 const isLong = (result == TOK.float80Literal || result == TOK.imaginary80Literal);
2564 case TOK.float80Literal:
cparse.d 244 case TOK.float80Literal:
708 case TOK.float80Literal:
4410 case TOK.float80Literal:
parse.d 1936 case TOK.float80Literal:
5630 case TOK.float80Literal:
7120 case TOK.float80Literal:
7922 case TOK.float80Literal:
8605 case TOK.float80Literal:

Completed in 35 milliseconds