Home
last modified time | relevance | path

Searched refs:TOKfloat32v (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h104 TOKfloat32v, TOKfloat64v, TOKfloat80v, enumerator
H A Dlexer.c2011 result = TOKfloat32v; in inreal()
2036 case TOKfloat32v: in inreal()
2051 const char *suffix = (result == TOKfloat32v || result == TOKimaginary32v) ? "f" : ""; in inreal()
H A Dtokens.c71 case TOKfloat32v: in toChars()
H A Dparse.c2868 case TOKfloat32v: in parseTemplateSingleArgument()
4951 case TOKfloat32v: in parseStatement()
6042 case TOKfloat32v: in isBasicType()
6777 case TOKfloat32v: in parsePrimaryExp()
7478 case TOKfloat32v: in parseUnaryExp()