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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 121 float32Literal,
tokens.d 112 float32Literal,
845 TOK.float32Literal: "float32v",
969 case TOK.float32Literal:
lexer.d 2511 result = TOK.float32Literal;
2537 case TOK.float32Literal:
2555 const char* suffix = (result == TOK.float32Literal || result == TOK.imaginary32Literal) ? "f" : "";
2562 case TOK.float32Literal:
cparse.d 242 case TOK.float32Literal:
698 case TOK.float32Literal:
4408 case TOK.float32Literal:
parse.d 1934 case TOK.float32Literal:
5628 case TOK.float32Literal:
7118 case TOK.float32Literal:
7912 case TOK.float32Literal:
8603 case TOK.float32Literal:

Completed in 34 milliseconds