Home
last modified time | relevance | path

Searched refs:TOKint32 (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.c167 case TOKint32: case TOKuns32: in toChars()
231 { "int", TOKint32 },
H A Dparse.c337 case TOKint32: case TOKuns32: in parseDeclDefs()
2838 case TOKint32: ta = Type::tint32; goto LabelX; in parseTemplateSingleArgument()
3080 case TOKint32: t = Type::tint32; goto LabelX; in parseBasicType()
5040 case TOKint32: case TOKuns32: in parseStatement()
5979 case TOKint32: case TOKuns32: in isBasicType()
6029 case TOKint32: case TOKuns32: in isBasicType()
6924 case TOKint32: t = Type::tint32; goto LabelX; in parsePrimaryExp()
7506 case TOKint32: case TOKuns32: in parseUnaryExp()
H A Dmtype.c2931 case Tint32: d = Token::toChars(TOKint32); in TypeBasic()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.c167 case TOKint32: case TOKuns32: in toChars()
231 { "int", TOKint32 },
H A Dtokens.h120 TOKint32, TOKuns32, enumerator
H A Dparse.c337 case TOKint32: case TOKuns32: in parseDeclDefs()
2838 case TOKint32: ta = Type::tint32; goto LabelX; in parseTemplateSingleArgument()
3080 case TOKint32: t = Type::tint32; goto LabelX; in parseBasicType()
5040 case TOKint32: case TOKuns32: in parseStatement()
5979 case TOKint32: case TOKuns32: in isBasicType()
6029 case TOKint32: case TOKuns32: in isBasicType()
6924 case TOKint32: t = Type::tint32; goto LabelX; in parsePrimaryExp()
7506 case TOKint32: case TOKuns32: in parseUnaryExp()
H A Dmtype.c2931 case Tint32: d = Token::toChars(TOKint32); in TypeBasic()